diff --git a/src/main/resources/data/minecraft/tags/blocks/slabs.json b/src/main/resources/data/minecraft/tags/blocks/slabs.json index 18e1ad146..16d1cc295 100644 --- a/src/main/resources/data/minecraft/tags/blocks/slabs.json +++ b/src/main/resources/data/minecraft/tags/blocks/slabs.json @@ -8,9 +8,11 @@ "techreborn:chrome_storage_block_slab", "techreborn:electrum_storage_block_slab", "techreborn:invar_storage_block_slab", + "techreborn:raw_iridium_storage_block_slab", "techreborn:iridium_storage_block_slab", "techreborn:iridium_reinforced_stone_storage_block_slab", "techreborn:iridium_reinforced_tungstensteel_storage_block_slab", + "techreborn:raw_lead_storage_block_slab", "techreborn:lead_storage_block_slab", "techreborn:nickel_storage_block_slab", "techreborn:peridot_storage_block_slab", @@ -19,10 +21,13 @@ "techreborn:refined_iron_storage_block_slab", "techreborn:ruby_storage_block_slab", "techreborn:sapphire_storage_block_slab", + "techreborn:raw_silver_storage_block_slab", "techreborn:silver_storage_block_slab", "techreborn:steel_storage_block_slab", + "techreborn:raw_tin_storage_block_slab", "techreborn:tin_storage_block_slab", "techreborn:titanium_storage_block_slab", + "techreborn:raw_tungsten_storage_block_slab", "techreborn:tungsten_storage_block_slab", "techreborn:tungstensteel_storage_block_slab", "techreborn:yellow_garnet_storage_block_slab", diff --git a/src/main/resources/data/minecraft/tags/blocks/stairs.json b/src/main/resources/data/minecraft/tags/blocks/stairs.json index 831a6d2cf..fc2fe868a 100644 --- a/src/main/resources/data/minecraft/tags/blocks/stairs.json +++ b/src/main/resources/data/minecraft/tags/blocks/stairs.json @@ -8,9 +8,11 @@ "techreborn:chrome_storage_block_stairs", "techreborn:electrum_storage_block_stairs", "techreborn:invar_storage_block_stairs", + "techreborn:raw_iridium_storage_block_stairs", "techreborn:iridium_storage_block_stairs", "techreborn:iridium_reinforced_stone_storage_block_stairs", "techreborn:iridium_reinforced_tungstensteel_storage_block_stairs", + "techreborn:raw_lead_storage_block_stairs", "techreborn:lead_storage_block_stairs", "techreborn:nickel_storage_block_stairs", "techreborn:peridot_storage_block_stairs", @@ -19,10 +21,13 @@ "techreborn:refined_iron_storage_block_stairs", "techreborn:ruby_storage_block_stairs", "techreborn:sapphire_storage_block_stairs", + "techreborn:raw_silver_storage_block_stairs", "techreborn:silver_storage_block_stairs", "techreborn:steel_storage_block_stairs", + "techreborn:raw_tin_storage_block_stairs", "techreborn:tin_storage_block_stairs", "techreborn:titanium_storage_block_stairs", + "techreborn:raw_tungsten_storage_block_stairs", "techreborn:tungsten_storage_block_stairs", "techreborn:tungstensteel_storage_block_stairs", "techreborn:yellow_garnet_storage_block_stairs", diff --git a/src/main/resources/data/minecraft/tags/blocks/walls.json b/src/main/resources/data/minecraft/tags/blocks/walls.json index eed95185c..23a0ff9d5 100644 --- a/src/main/resources/data/minecraft/tags/blocks/walls.json +++ b/src/main/resources/data/minecraft/tags/blocks/walls.json @@ -8,9 +8,11 @@ "techreborn:copper_wall", "techreborn:electrum_storage_block_wall", "techreborn:invar_storage_block_wall", + "techreborn:raw_iridium_storage_block_wall", "techreborn:iridium_storage_block_wall", "techreborn:iridium_reinforced_stone_storage_block_wall", "techreborn:iridium_reinforced_tungstensteel_storage_block_wall", + "techreborn:raw_lead_storage_block_wall", "techreborn:lead_storage_block_wall", "techreborn:nickel_storage_block_wall", "techreborn:peridot_storage_block_wall", @@ -19,10 +21,13 @@ "techreborn:refined_iron_storage_block_wall", "techreborn:ruby_storage_block_wall", "techreborn:sapphire_storage_block_wall", + "techreborn:raw_silver_storage_block_wall", "techreborn:silver_storage_block_wall", "techreborn:steel_storage_block_wall", "techreborn:tin_storage_block_wall", + "techreborn:raw_tin_storage_block_wall", "techreborn:titanium_storage_block_wall", + "techreborn:raw_tungsten_storage_block_wall", "techreborn:tungsten_storage_block_wall", "techreborn:tungstensteel_storage_block_wall", "techreborn:yellow_garnet_storage_block_wall",