mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-07-15 18:56:43 -04:00
Fix tree textures
Desaturated the tree textures.
This commit is contained in:
parent
9f7aa76c4f
commit
ec3fbc4606
9 changed files with 20 additions and 3 deletions
|
@ -36,6 +36,13 @@ minetest.register_craft({
|
|||
},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "default:wood",
|
||||
recipe = {
|
||||
{"moontest:tree"},
|
||||
},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "default:water_source",
|
||||
recipe = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue