forked from mtcontrib/coloredwood
Compare commits
3 Commits
7933350b60
...
5125b9b07b
Author | SHA1 | Date | |
---|---|---|---|
5125b9b07b | |||
8e1aec69fa | |||
c4c9a6defe |
@ -1,4 +0,0 @@
|
||||
default
|
||||
unifieddyes
|
||||
moreblocks?
|
||||
signs_lib?
|
@ -1 +0,0 @@
|
||||
This mod provides a multitude of colors of wood, sticks, and fences to Minetest, as per the palette outlined by my Unified Dyes mod.
|
1
init.lua
1
init.lua
@ -126,6 +126,7 @@ if coloredwood.enable_stairsplus then
|
||||
paramtype2 = "colorfacedir",
|
||||
palette = "unifieddyes_palette_greys.png",
|
||||
airbrush_replacement_node = "coloredwood:"..class.."_wood_grey"..shape,
|
||||
drop = "moreblocks:"..class.."_wood"..shape,
|
||||
})
|
||||
end
|
||||
end
|
||||
|
4
mod.conf
4
mod.conf
@ -1,2 +1,6 @@
|
||||
name = coloredwood
|
||||
title = Colored Wood
|
||||
description = This mod provides a multitude of colors of wood, stairs and fences to Minetest, as per the palette outlined by my Unified Dyes mod.
|
||||
depends = default,unifieddyes
|
||||
optional_depends = moreblocks,signs_lib
|
||||
min_minetest_version = 5.2.0
|
||||
|
Reference in New Issue
Block a user