forked from mtcontrib/homedecor_modpack
Tweak monitor and tower
This commit is contained in:
parent
7ac91ad5d7
commit
ee038d9ced
@ -151,7 +151,7 @@ minetest.register_node("computer:monitor", {
|
|||||||
description = "Monitor and keyboard",
|
description = "Monitor and keyboard",
|
||||||
drawtype = "mesh",
|
drawtype = "mesh",
|
||||||
mesh = "computer_monitor.obj",
|
mesh = "computer_monitor.obj",
|
||||||
tiles = {"monitor_plastic.png", "monitor_plastic.png", "computer_black.png", "computer_black.png"},
|
tiles = {"computer_black.png", "monitor_plastic.png", "computer_black.png", "monitor_plastic.png"},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
walkable = false,
|
walkable = false,
|
||||||
@ -167,7 +167,7 @@ minetest.register_node("computer:monitor_on", {
|
|||||||
description = "Monitor and keyboard",
|
description = "Monitor and keyboard",
|
||||||
drawtype = "mesh",
|
drawtype = "mesh",
|
||||||
mesh = "computer_monitor.obj",
|
mesh = "computer_monitor.obj",
|
||||||
tiles = {"monitor_plastic.png", "monitor_plastic.png", "computer_black.png", "monitor_display.png^[transformR90"},
|
tiles = {"monitor_display.png^[transformFX", "monitor_plastic.png", "computer_black.png", "monitor_plastic.png"},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
light_source = 9,
|
light_source = 9,
|
||||||
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 5.7 KiB |
Loading…
Reference in New Issue
Block a user