From 4028024547ac8b411bcd5546968a0f4ac0294d9f Mon Sep 17 00:00:00 2001 From: Alexander Ralph Michael Minges <alexander.minges@athemis.de> Date: Sun, 26 Apr 2020 13:11:28 +0200 Subject: [PATCH] actually check if default is loaded --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index f536581..1323cfb 100644 --- a/init.lua +++ b/init.lua @@ -11,7 +11,7 @@ if mineclone_path then moditems.paper = "mcl_core:paper" moditems.glass = "mcl_core:glass" moditems.dye = "mcl_dye:" -else +elseif default_path then moditems.sound_glass = default.node_sound_glass_defaults moditems.goldblock = "default:goldblock" moditems.steelblock = "default:steelblock" -- GitLab