From 56c6f0aef230730a96aa1b2cca7d1d93f1794f8b Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Thu, 3 Dec 2015 22:31:10 +0000 Subject: Disabling ethereal biomes no longer shows error messages --- init.lua | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index b858afd..2af7328 100644 --- a/init.lua +++ b/init.lua @@ -1,6 +1,6 @@ --[[ - Minetest Ethereal Mod 1.19 (27th November 2015) + Minetest Ethereal Mod 1.19 (3rd December 2015) Created by ChinChow @@ -38,29 +38,29 @@ ethereal.sandclay = 1 -- Sand areas with clay underneath local path = minetest.get_modpath("ethereal") -dofile(path.."/plantlife.lua") -dofile(path.."/mushroom.lua") -dofile(path.."/onion.lua") -dofile(path.."/crystal.lua") -dofile(path.."/papyrus.lua") -dofile(path.."/flowers.lua") -dofile(path.."/water.lua") -dofile(path.."/dirt.lua") -dofile(path.."/leaves.lua") -dofile(path.."/wood.lua") -dofile(path.."/sapling.lua") -dofile(path.."/strawberry.lua") -dofile(path.."/fishing.lua") -dofile(path.."/extra.lua") -dofile(path.."/sealife.lua") -dofile(path.."/fences.lua") -dofile(path.."/gates.lua") -dofile(path.."/mapgen_v7n.lua") -- 0.4.13+ +dofile(path .. "/plantlife.lua") +dofile(path .. "/mushroom.lua") +dofile(path .. "/onion.lua") +dofile(path .. "/crystal.lua") +dofile(path .. "/papyrus.lua") +dofile(path .. "/flowers.lua") +dofile(path .. "/water.lua") +dofile(path .. "/dirt.lua") +dofile(path .. "/leaves.lua") +dofile(path .. "/wood.lua") +dofile(path .. "/sapling.lua") +dofile(path .. "/strawberry.lua") +dofile(path .. "/fishing.lua") +dofile(path .. "/extra.lua") +dofile(path .. "/sealife.lua") +dofile(path .. "/fences.lua") +dofile(path .. "/gates.lua") +dofile(path .. "/mapgen_v7n.lua") -- 0.4.13+ if minetest.get_modpath("xanadu") then - dofile(path.."/plantpack.lua") + dofile(path .. "/plantpack.lua") else - dofile(path.."/stairs.lua") + dofile(path .. "/stairs.lua") end print ("[MOD] Ethereal mod loaded") \ No newline at end of file -- cgit v1.2.3