3 Commits

Author SHA1 Message Date
5125b9b07b Add min_minetest_version = 5.2.0 to mod.conf 2022-07-08 19:07:20 +02:00
8e1aec69fa Delete depends.txt and description.txt, update mod.conf 2022-07-08 18:53:20 +02:00
c4c9a6defe Fix stack division 2021-07-03 19:23:31 +02:00
4 changed files with 5 additions and 5 deletions

View File

@ -1,4 +0,0 @@
default
unifieddyes
moreblocks?
signs_lib?

View File

@ -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.

View File

@ -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

View File

@ -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