]> git.lizzy.rs Git - default.git/blobdiff - init.lua
Fixed dirt with Snow
[default.git] / init.lua
index 080653de5c391cd915525491efb0edcc23b4c1ff..e15f51ae1aa40e89962e1e30ac49824257f5ddd0 100644 (file)
--- a/init.lua
+++ b/init.lua
@@ -48,7 +48,7 @@ local aliases = {
        ["dirt_with_grass"] = "mcl_core:dirt_with_grass",
        ["dirt_with_grass_footsteps"] = "mcl_core:dirt_with_grass",
        ["dirt_with_dry_grass"] = "mcl_core:dirt_with_grass",
-       ["dirt_with_snow"] = "mcl_core:dirt_with_snow",
+       ["dirt_with_snow"] = "mcl_core:dirt_with_grass_snow",
        ["dirt_with_rainforest_litter"] = "mcl_core:dirt_with_grass",
        ["dirt_with_coniferous_litter"] = "mcl_core:dirt_with_grass",
        ["dry_dirt"] = "mcl_core:dirt",
@@ -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",