]> git.lizzy.rs Git - default.git/commitdiff
Fixes
authorElias Fleckenstein <eliasfleckenstein@web.de>
Mon, 1 Jun 2020 15:15:03 +0000 (17:15 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Mon, 1 Jun 2020 15:15:03 +0000 (17:15 +0200)
init.lua
mod.conf

index 080653de5c391cd915525491efb0edcc23b4c1ff..904b5d59bc829f700b23fc36e7c254734cf3fce3 100644 (file)
--- a/init.lua
+++ b/init.lua
@@ -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",
index 8335e413262ce9b1b3d00ffd35f10df1d6b326fd..e42bbaec28c04c8128ee257c79d4d55617857e8b 100644 (file)
--- a/mod.conf
+++ b/mod.conf
@@ -1,3 +1,3 @@
 name = default
 author = Fleckenstein
-description = The default mod for mineclone. It registeres aliases in the default: namespace to their mineclone equivalents
+description = The mineclone version of the default mod. It registeres aliases in the default: namespace to their mineclone equivalents, contains the schematics and some of the functions of the default mod.