Skip to content

Commit

Permalink
v1.21.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mammerla committed Jun 13, 2024
1 parent e304be6 commit c989e80
Show file tree
Hide file tree
Showing 867 changed files with 66,867 additions and 7,762 deletions.
34 changes: 7 additions & 27 deletions behavior_pack/entities/allay.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"format_version": "1.16.0",
"format_version": "1.21.0",
"minecraft:entity": {
"description": {
"identifier": "minecraft:allay",
"spawn_category": "creature",
"is_spawnable": true,
"is_summonable": true,
"is_experimental": false
"is_summonable": true
},
"component_groups": {
"pickup_item_delay": {
Expand Down Expand Up @@ -64,10 +63,7 @@
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
"test": "in_lava", "subject": "self", "operator": "==", "value": true
},
"cause": "lava",
"damage_per_tick": 4
Expand All @@ -80,16 +76,8 @@
"on_damage": {
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_owner",
"subject": "other",
"value": true
}
{ "test": "is_family", "subject": "other", "value": "player" },
{ "test": "is_owner", "subject": "other", "value": true }
]
}
},
Expand Down Expand Up @@ -154,16 +142,8 @@
"on_interact": {
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_sneak_held",
"subject": "other",
"value": false
}
{ "test": "is_family", "subject": "other", "value": "player" },
{ "test": "is_sneak_held", "subject": "other", "value": false }
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion behavior_pack/entities/armadillo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"format_version": "1.20.80",
"format_version": "1.21.0",
"minecraft:entity": {
"description": {
"identifier": "minecraft:armadillo",
Expand Down
32 changes: 16 additions & 16 deletions behavior_pack/entities/bee.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"minecraft:lily_of_the_valley",
"minecraft:yellow_flower", // Dandelion
"minecraft:wither_rose",
"minecraft:double_plant:0", // Sunflower
"minecraft:double_plant:1", // Lilac
"minecraft:double_plant:4", // Rose Bush
"minecraft:double_plant:5", // Peony
"minecraft:sunflower",
"minecraft:lilac",
"minecraft:rose_bush",
"minecraft:peony",
"minecraft:flowering_azalea",
"minecraft:azalea_leaves_flowered",
"minecraft:mangrove_propagule",
Expand Down Expand Up @@ -92,10 +92,10 @@
"minecraft:lily_of_the_valley",
"minecraft:yellow_flower", // Dandelion
"minecraft:wither_rose",
"minecraft:double_plant:0", // Sunflower
"minecraft:double_plant:1", // Lilac
"minecraft:double_plant:4", // Rose Bush
"minecraft:double_plant:5", // Peony
"minecraft:sunflower",
"minecraft:lilac",
"minecraft:rose_bush",
"minecraft:peony",
"minecraft:flowering_azalea",
"minecraft:azalea_leaves_flowered",
"minecraft:mangrove_propagule",
Expand Down Expand Up @@ -232,10 +232,10 @@
"minecraft:lily_of_the_valley",
"minecraft:yellow_flower", // Dandelion
"minecraft:wither_rose",
"minecraft:double_plant:0", // Sunflower
"minecraft:double_plant:1", // Lilac
"minecraft:double_plant:4", // Rose Bush
"minecraft:double_plant:5", // Peony
"minecraft:sunflower",
"minecraft:lilac",
"minecraft:rose_bush",
"minecraft:peony",
"minecraft:flowering_azalea",
"minecraft:azalea_leaves_flowered",
"minecraft:mangrove_propagule",
Expand Down Expand Up @@ -455,10 +455,10 @@
"minecraft:lily_of_the_valley",
"minecraft:yellow_flower", // Dandelion
"minecraft:wither_rose",
"minecraft:double_plant:0", // Sunflower
"minecraft:double_plant:1", // Lilac
"minecraft:double_plant:4", // Rose Bush
"minecraft:double_plant:5", // Peony
"minecraft:sunflower",
"minecraft:lilac",
"minecraft:rose_bush",
"minecraft:peony",
"minecraft:flowering_azalea",
"minecraft:azalea_leaves_flowered",
"minecraft:mangrove_propagule",
Expand Down
Loading

0 comments on commit c989e80

Please sign in to comment.