added mars trees to the tree chop mod
loot tables for mars "leaves", recipes for plant balls/biomass
This commit is contained in:
parent
4eb2c49cbf
commit
468d1d0e01
12 changed files with 471 additions and 100 deletions
|
|
@ -94,6 +94,8 @@ const registerMinecraftItemTags = (event) => {
|
|||
|
||||
event.add('create:blaze_burner_fuel/regular', 'minecraft:coal')
|
||||
event.add('create:blaze_burner_fuel/regular', 'minecraft:charcoal')
|
||||
|
||||
event.add('minecraft:wart_blocks', 'minecraft:mushroom_stem')
|
||||
}
|
||||
|
||||
const registerMinecraftBlockTags = (event) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue