Add compostors to the list of allowed blocks

This commit is contained in:
Jonathan Coates 2023-12-12 14:23:51 +00:00
parent 3524a717fd
commit cc13d4e97b
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06
2 changed files with 5 additions and 2 deletions

View File

@ -1 +1 @@
{"values": ["#minecraft:cauldrons", "#minecraft:beehives"]}
{"values": ["#minecraft:cauldrons", "#minecraft:beehives", "minecraft:composter"]}

View File

@ -60,7 +60,10 @@ protected void addTags()
tag( TURTLE_SWORD_BREAKABLE ).addTags( BlockTags.WOOL ).add( Blocks.COBWEB );
tag( TURTLE_CAN_USE ).addTag( BlockTags.CAULDRONS ).addTag( BlockTags.BEEHIVES );
tag( TURTLE_CAN_USE )
.addTag( BlockTags.CAULDRONS )
.addTag( BlockTags.BEEHIVES )
.add( Blocks.COMPOSTER );
// Make all blocks aside from command computer mineable.
tag( BlockTags.MINEABLE_WITH_PICKAXE ).add(