1
0
mirror of https://github.com/mt-mods/coloredwood.git synced 2025-07-01 07:30:35 +02:00

add optional moreblocks/stairsplus support

defaults to enabled, to disable add:

coloredwood_enable_stairsplus = false

to minetest.conf.
This commit is contained in:
Vanessa Ezekowitz
2014-06-17 00:49:45 -04:00
parent 252d3ee1e8
commit 1a3b387c9a
3 changed files with 69 additions and 12 deletions

View File

@ -1,4 +1,4 @@
-- Colored Wood mod by Vanessa Ezekowitz ~~ 2013-03-20
-- Colored Wood mod by Vanessa Ezekowitz
-- based on my unifieddyes template.
--
-- License: WTFPL
@ -16,8 +16,8 @@
-- Uncolored sticks cannot be dyed separately, but they can still be used
-- to build colored wooden fences. These are crafted either by placing six
-- plain, uncolored sticks into the crafting grid in the usual manner, plus
-- one portion of dye or paint in the upper-left corner of the grid
-- (D = dye or paint, S = uncolored stick):
-- one portion of dye in the upper-left corner of the grid
-- (D = dye, S = uncolored stick):
--
-- D - -
-- S S S
@ -43,7 +43,6 @@
dofile(minetest.get_modpath("coloredwood").."/wood.lua")
dofile(minetest.get_modpath("coloredwood").."/fence.lua")
dofile(minetest.get_modpath("coloredwood").."/stick.lua")
--dofile(minetest.get_modpath("coloredwood").."/ladder.lua")
print("[Colored Wood] Loaded!")