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:
9
init.lua
9
init.lua
@ -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},
|
||||
|
Reference in New Issue
Block a user