88import com .tterrag .registrate .util .entry .BlockEntry ;
99import dev .ithundxr .createnumismatics .Numismatics ;
1010import dev .ithundxr .createnumismatics .base .data .BuilderTransformers ;
11+ import dev .ithundxr .createnumismatics .base .data .CommonTags ;
1112import dev .ithundxr .createnumismatics .content .bank .BankTerminalBlock ;
1213import dev .ithundxr .createnumismatics .content .bank .blaze_banker .BlazeBankerBlock ;
1314import dev .ithundxr .createnumismatics .content .depositor .AndesiteDepositorBlock ;
@@ -34,7 +35,7 @@ public class NumismaticsBlocks {
3435 .properties (p -> p .strength (1.0F , 3600000.0F )) // explosion resistance same as bedrock
3536 .properties (p -> p .isRedstoneConductor ((state , getter , pos ) -> false ))
3637 .transform (axeOrPickaxe ())
37- .tag (AllBlockTags . RELOCATION_NOT_SUPPORTED . tag )
38+ .tag (CommonTags . Blocks . RELOCATION_NOT_SUPPORTED )
3839 .lang ("Andesite Depositor" )
3940 .transform (BuilderTransformers .depositor ("andesite" ))
4041 .simpleItem ()
@@ -46,7 +47,7 @@ public class NumismaticsBlocks {
4647 .properties (p -> p .strength (1.4F , 3600000.0F )) // explosion resistance same as bedrock
4748 .properties (p -> p .isRedstoneConductor ((state , getter , pos ) -> false ))
4849 .transform (axeOrPickaxe ())
49- .tag (AllBlockTags . RELOCATION_NOT_SUPPORTED . tag )
50+ .tag (CommonTags . Blocks . RELOCATION_NOT_SUPPORTED )
5051 .lang ("Brass Depositor" )
5152 .transform (BuilderTransformers .depositor ("brass" ))
5253 .simpleItem ()
@@ -74,7 +75,7 @@ public class NumismaticsBlocks {
7475 .transform (pickaxeOnly ())
7576 .transform (BuilderTransformers .blazeBanker ())
7677 .addLayer (() -> RenderType ::cutoutMipped )
77- .tag (AllBlockTags . RELOCATION_NOT_SUPPORTED . tag )
78+ .tag (CommonTags . Blocks . RELOCATION_NOT_SUPPORTED )
7879 .tag (AllTags .AllBlockTags .FAN_TRANSPARENT .tag , AllTags .AllBlockTags .PASSIVE_BOILER_HEATERS .tag )
7980 .loot ((lt , block ) -> lt .add (block , lt .createSingleItemTable (AllBlocks .BLAZE_BURNER )
8081 .withPool (lt .applyExplosionCondition (NumismaticsItems .BANKING_GUIDE .get (), LootPool .lootPool ()
0 commit comments