mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-01-12 10:20:28 +00:00
parent
84a799d27a
commit
2043939531
@ -58,7 +58,10 @@ class TagProvider {
|
|||||||
|
|
||||||
tags.tag(ComputerCraftTags.Blocks.TURTLE_SWORD_BREAKABLE).addTag(BlockTags.WOOL).add(Blocks.COBWEB);
|
tags.tag(ComputerCraftTags.Blocks.TURTLE_SWORD_BREAKABLE).addTag(BlockTags.WOOL).add(Blocks.COBWEB);
|
||||||
|
|
||||||
tags.tag(ComputerCraftTags.Blocks.TURTLE_CAN_USE).addTag(BlockTags.CAULDRONS).addTag(BlockTags.BEEHIVES);
|
tags.tag(ComputerCraftTags.Blocks.TURTLE_CAN_USE)
|
||||||
|
.addTag(BlockTags.BEEHIVES)
|
||||||
|
.addTag(BlockTags.CAULDRONS)
|
||||||
|
.add(Blocks.COMPOSTER);
|
||||||
|
|
||||||
// Make all blocks aside from command computer mineable.
|
// Make all blocks aside from command computer mineable.
|
||||||
tags.tag(BlockTags.MINEABLE_WITH_PICKAXE).add(
|
tags.tag(BlockTags.MINEABLE_WITH_PICKAXE).add(
|
||||||
|
@ -1 +1 @@
|
|||||||
{"replace": false, "values": ["#minecraft:cauldrons", "#minecraft:beehives"]}
|
{"replace": false, "values": ["#minecraft:beehives", "#minecraft:cauldrons", "minecraft:composter"]}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"values": ["#minecraft:cauldrons", "#minecraft:beehives"]}
|
{"values": ["#minecraft:beehives", "#minecraft:cauldrons", "minecraft:composter"]}
|
||||||
|
Loading…
Reference in New Issue
Block a user