aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2020-06-01 17:15:03 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2020-06-01 17:15:03 +0200
commit8c3024ac1f130cf5d3726255db510fdbc6cee638 (patch)
tree7f6d5c04f077ec31cea39e652daff4532e29dc06
parentd2aa8ad6997632b7d3347968f43d85b90178b587 (diff)
downloaddefault-8c3024ac1f130cf5d3726255db510fdbc6cee638.tar.xz
Fixes
-rw-r--r--init.lua10
-rw-r--r--mod.conf2
2 files changed, 6 insertions, 6 deletions
diff --git a/init.lua b/init.lua
index 080653d..904b5d5 100644
--- 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",
diff --git a/mod.conf b/mod.conf
index 8335e41..e42bbae 100644
--- 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.