Fix tree textures

Desaturated the tree textures.
This commit is contained in:
HeroOfTheWinds 2014-05-15 15:15:49 -10:00
parent 9f7aa76c4f
commit ec3fbc4606
9 changed files with 20 additions and 3 deletions

View file

@ -36,6 +36,13 @@ minetest.register_craft({
},
})
minetest.register_craft({
output = "default:wood",
recipe = {
{"moontest:tree"},
},
})
minetest.register_craft({
output = "default:water_source",
recipe = {