-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch mob drop to block instead of attachable
Loot tables switched to drop the mob head block instead of the attachable. Change block loot table to drop the mob head block instead of the attachable. add recipes to switch between mob head block and attachable. Refactor several json creation commands into templates.
- Loading branch information
Showing
596 changed files
with
9,886 additions
and
410 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/aggressive_panda_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:aggressive_panda_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:aggressive_panda_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/allay_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:allay_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:allay_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/ambient_vex_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:ambient_vex_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:ambient_vex_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/angry_ashen_wolf_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:angry_ashen_wolf_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:angry_ashen_wolf_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/angry_bee_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:angry_bee_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:angry_bee_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/angry_black_wolf_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:angry_black_wolf_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:angry_black_wolf_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/angry_chestnut_wolf_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:angry_chestnut_wolf_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:angry_chestnut_wolf_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/angry_pale_wolf_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:angry_pale_wolf_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:angry_pale_wolf_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/angry_pollinated_bee_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:angry_pollinated_bee_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:angry_pollinated_bee_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/angry_rusty_wolf_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:angry_rusty_wolf_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:angry_rusty_wolf_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/angry_snowy_wolf_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:angry_snowy_wolf_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:angry_snowy_wolf_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/angry_spotty_wolf_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:angry_spotty_wolf_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:angry_spotty_wolf_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/angry_striped_wolf_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:angry_striped_wolf_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:angry_striped_wolf_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/angry_wolf_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:angry_wolf_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:angry_wolf_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/angry_woods_wolf_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:angry_woods_wolf_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:angry_woods_wolf_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/armadillo_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:armadillo_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:armadillo_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/armorer_villager_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:armorer_villager_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:armorer_villager_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/ashen_wolf_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:ashen_wolf_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:ashen_wolf_head_block" }] }] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:bat_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:bat_head_block" }] }] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:bee_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:bee_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/black_and_white_rabbit_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:black_and_white_rabbit_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:black_and_white_rabbit_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/black_cat_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:black_cat_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:black_cat_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/black_horse_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:black_horse_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:black_horse_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/black_rabbit_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:black_rabbit_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:black_rabbit_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/black_sheep_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:black_sheep_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:black_sheep_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/black_wolf_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:black_wolf_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:black_wolf_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/blaze_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:blaze_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:blaze_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/blue_axolotl_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:blue_axolotl_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:blue_axolotl_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/blue_parrot_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:blue_parrot_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:blue_parrot_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/blue_sheep_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:blue_sheep_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:blue_sheep_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/blue_wither_projectile_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:blue_wither_projectile_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:blue_wither_projectile_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/bogged_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:bogged_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:bogged_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/breeze_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:breeze_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:breeze_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/british_shorthair_cat_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:british_shorthair_cat_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:british_shorthair_cat_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/brown_horse_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:brown_horse_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:brown_horse_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/brown_llama_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:brown_llama_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:brown_llama_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/brown_mooshroom_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:brown_mooshroom_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:brown_mooshroom_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/brown_panda_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:brown_panda_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:brown_panda_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/brown_rabbit_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:brown_rabbit_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:brown_rabbit_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/brown_sheep_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:brown_sheep_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:brown_sheep_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/brown_trader_llama_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:brown_trader_llama_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:brown_trader_llama_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/butcher_villager_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:butcher_villager_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:butcher_villager_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/calico_cat_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:calico_cat_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:calico_cat_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/camel_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:camel_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:camel_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/cartographer_villager_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:cartographer_villager_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:cartographer_villager_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/cave_spider_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:cave_spider_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:cave_spider_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/charge_vex_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:charge_vex_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:charge_vex_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/charged_creeper_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:charged_creeper_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:charged_creeper_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/chestnut_horse_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:chestnut_horse_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:chestnut_horse_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/chestnut_wolf_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:chestnut_wolf_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:chestnut_wolf_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/chicken_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:chicken_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:chicken_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/cleric_villager_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:cleric_villager_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:cleric_villager_head_block" }] }] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:cod_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:cod_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/cold_frog_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:cold_frog_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:cold_frog_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/cold_strider_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:cold_strider_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:cold_strider_head_block" }] }] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:cow_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:cow_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/creaking_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:creaking_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:creaking_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/creamy_horse_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:creamy_horse_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:creamy_horse_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/creamy_llama_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:creamy_llama_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:creamy_llama_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/creamy_trader_llama_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:creamy_trader_llama_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:creamy_trader_llama_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/cyan_axolotl_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:cyan_axolotl_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:cyan_axolotl_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/cyan_sheep_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:cyan_sheep_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:cyan_sheep_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/dark_brown_horse_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:dark_brown_horse_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:dark_brown_horse_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/dolphin_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:dolphin_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:dolphin_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/donkey_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:donkey_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:donkey_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/drowned_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:drowned_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:drowned_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/elder_guardian_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:elder_guardian_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:elder_guardian_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/enderman_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:enderman_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:enderman_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/endermite_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:endermite_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:endermite_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/evoker_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:evoker_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:evoker_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/farmer_villager_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:farmer_villager_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:farmer_villager_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/fisherman_villager_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:fisherman_villager_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:fisherman_villager_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/fletcher_villager_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:fletcher_villager_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:fletcher_villager_head_block" }] }] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:fox_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:fox_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/ghast_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:ghast_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:ghast_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/ginger_cat_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:ginger_cat_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:ginger_cat_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/glow_squid_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:glow_squid_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:glow_squid_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/goat_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:goat_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:goat_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/gold_axolotl_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:gold_axolotl_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:gold_axolotl_head_block" }] }] | ||
} |
2 changes: 1 addition & 1 deletion
2
behavior_packs/more-mob-heads/loot_tables/blocks/gold_rabbit_head.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:gold_rabbit_head" }] }] | ||
"pools": [{ "rolls": 1, "entries": [{ "type": "item", "name": "moremobheads:gold_rabbit_head_block" }] }] | ||
} |
Oops, something went wrong.