diff options
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -90,12 +90,12 @@ local aliases = { ["stone_with_coal"] = "mcl_core:stone_with_coal", ["coalblock"] = "mcl_core:coalblock", ["stone_with_iron"] = "mcl_core:stone_with_iron", - ["steelblock"] = "mcl_core:steelblock", + ["steelblock"] = "mcl_core:ironblock", ["stone_with_copper"] = "mcl_core:stone_with_iron", - ["copperblock"] = "mcl_core:steelblock", + ["copperblock"] = "mcl_core:ironblock", ["stone_with_tin"] = "mcl_core:stone_with_iron", - ["tinblock"] = "mcl_core:steelblock", - ["bronzeblock"] = "mcl_core:steelblock", + ["tinblock"] = "mcl_core:ironblock", + ["bronzeblock"] = "mcl_core:ironblock", ["stone_with_gold"] = "mcl_core:stone_with_gold", ["goldblock"] = "mcl_core:goldblock", ["stone_with_mese"] = "mcl_core:stone_with_gold", @@ -104,7 +104,7 @@ local aliases = { ["cactus"] = "mcl_core:cactus", ["large_cactus_seedling"] = "mcl_core:cactus", ["papyrus"] = "mcl_core:reeds", - ["dry_shrub"] = "mcl_core:dead_bush", + ["dry_shrub"] = "mcl_core:deadbush", ["junglegrass"] = "mcl_flowers:double_tallgrass", ["grass_1"] = "mcl_flowers:tallgrass", ["grass_2"] = "mcl_flowers:tallgrass", |