From 8c3024ac1f130cf5d3726255db510fdbc6cee638 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Mon, 1 Jun 2020 17:15:03 +0200 Subject: [PATCH] Fixes --- init.lua | 10 +++++----- mod.conf | 2 +- 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. -- 2.44.0