diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-06-01 17:15:03 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-06-01 17:15:03 +0200 |
commit | 8c3024ac1f130cf5d3726255db510fdbc6cee638 (patch) | |
tree | 7f6d5c04f077ec31cea39e652daff4532e29dc06 /init.lua | |
parent | d2aa8ad6997632b7d3347968f43d85b90178b587 (diff) | |
download | default-8c3024ac1f130cf5d3726255db510fdbc6cee638.tar.xz |
Fixes
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", |