diff --git a/behavior_pack/entities/silverfish.json b/behavior_pack/entities/silverfish.json index 7329e638d..ed6b722cc 100644 --- a/behavior_pack/entities/silverfish.json +++ b/behavior_pack/entities/silverfish.json @@ -140,7 +140,9 @@ }, "minecraft:become_angry": { "remove": { - "minecraft:silverfish_calm": { } + "component_groups": [ + "minecraft:silverfish_calm" + ] }, "add": { "component_groups": [ @@ -150,7 +152,9 @@ }, "minecraft:on_calm": { "remove": { - "minecraft:silverfish_angry": { } + "component_groups": [ + "minecraft:silverfish_angry" + ] }, "add": { "component_groups": [ diff --git a/resource_pack/blocks.json b/resource_pack/blocks.json index 7a6e5ffb5..0b6796b87 100644 --- a/resource_pack/blocks.json +++ b/resource_pack/blocks.json @@ -1163,7 +1163,7 @@ "textures" : "coral" }, "coral_block" : { - "sounds" : "stone", + "sound" : "stone", "textures" : "coral_block" }, "coral_fan" : { diff --git a/resource_pack/textures/blocks/carrots_stage3.png b/resource_pack/textures/blocks/carrots_stage3.png deleted file mode 100644 index 44a32fd07..000000000 Binary files a/resource_pack/textures/blocks/carrots_stage3.png and /dev/null differ