1
0
mirror of https://github.com/Sokomine/colormachine.git synced 2025-06-30 07:20:40 +02:00

new textures for the color machine node

This commit is contained in:
Vanessa Ezekowitz
2013-07-21 23:28:58 -04:00
parent a23aa536e7
commit 56ef158754
7 changed files with 8 additions and 1 deletions

View File

@ -1393,7 +1393,14 @@ minetest.after( 5, colormachine.init );
minetest.register_node("colormachine:colormachine", {
description = "spray booth",
tiles = {"default_chest.png"},
tiles = {
"colormachine_top.png",
"colormachine_bottom.png",
"colormachine_side.png",
"colormachine_side.png",
"colormachine_side.png",
"colormachine_front.png",
},
paramtype2 = "facedir",
groups = {cracky=2},