fixed tv oreintation
This commit is contained in:
parent
99492dcf7e
commit
34450130d5
@ -262,7 +262,14 @@ minetest.register_node("poop:Poop", {
|
|||||||
|
|
||||||
minetest.register_node("poop:tv", {
|
minetest.register_node("poop:tv", {
|
||||||
description = "CRT TV",
|
description = "CRT TV",
|
||||||
tiles = {"PC2.png", "PC2.png","PC2.png","PC.png","PC2.png","PC2.png"},
|
tiles = {
|
||||||
|
"PC2.png",
|
||||||
|
"PC2.png",
|
||||||
|
"PC2.png",
|
||||||
|
"PC2.png",
|
||||||
|
"PC2.png",
|
||||||
|
"PC.png"
|
||||||
|
},
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
drop = 'poop:Poop', groups = {cracky=3, stone=1},
|
drop = 'poop:Poop', groups = {cracky=3, stone=1},
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user