1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-16 12:40:25 +02:00

use default dirt for potting soil, darkened

This commit is contained in:
Vanessa Ezekowitz
2015-05-03 23:22:46 -04:00
parent a2b464892c
commit e53e46e285
2 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ homedecor.register("flower_pot_"..p, {
mesh = "homedecor_flowerpot.obj",
tiles = {
"homedecor_flower_pot_"..p..".png",
"homedecor_potting_soil.png"
"default_dirt.png^[colorize:#000000:175"
},
groups = { snappy = 3, potting_soil=1 },
sounds = default.node_sound_stone_defaults(),