File tree Expand file tree Collapse file tree
generated/resources/data/bloodmagic/tags/blocks
main/java/wayoftime/bloodmagic/common/data Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ AgriCraft is *not* installed.
2828- forge:storage_blocks/hellforged block and item tags have been added to the respective forge:storage_blocks tag
2929- prevent a crash when opening the Edit HUD position screen while looking at an entity
3030- soft coating no longer voids the contents of shulker boxes (or other tile-entities)
31+ - bloodmagic:geode_harvestable now adds forge:clusters as a tag instead of a block, meaning it'll actually work with them
3132
3233------------------------------------------------------
3334Version 3.3.5
Original file line number Diff line number Diff line change 22 "values" : [
33 " minecraft:amethyst_cluster" ,
44 {
5- "id" : " forge:clusters" ,
5+ "id" : " # forge:clusters" ,
66 "required" : false
77 },
88 {
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ public void addTags(HolderLookup.Provider pProvider)
121121 .addOptionalTag (new ResourceLocation ("forge:budding" )),
122122 this .tag (BloodMagicTags .Blocks .GEODE_HARVESTABLE )
123123 .add (Blocks .AMETHYST_CLUSTER )
124- .addOptional (new ResourceLocation ("forge:clusters" ))
124+ .addOptionalTag (new ResourceLocation ("forge:clusters" ))
125125 .addOptional (new ResourceLocation ("magichem" , "cluster_signalite" )) // budding blocks are already in forge:budding
126126 .addOptional (new ResourceLocation ("magichem" , "cluster_vinteum" ))
127127 );
You can’t perform that action at this time.
0 commit comments