forked from nalc/homedecor_modpack
add nice, clear inventory images to clocks
This commit is contained in:
parent
ef0ebac4db
commit
f48d8af118
|
@ -9,6 +9,7 @@ minetest.register_node("homedecor:analog_clock_plastic", {
|
||||||
"homedecor_analog_clock_plastic_back.png",
|
"homedecor_analog_clock_plastic_back.png",
|
||||||
"homedecor_analog_clock_plastic_front.png"
|
"homedecor_analog_clock_plastic_front.png"
|
||||||
},
|
},
|
||||||
|
inventory_image = "homedecor_analog_clock_plastic_inv.png",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
node_box = {
|
node_box = {
|
||||||
|
@ -39,6 +40,7 @@ minetest.register_node("homedecor:analog_clock_wood", {
|
||||||
"homedecor_analog_clock_wood_back.png",
|
"homedecor_analog_clock_wood_back.png",
|
||||||
"homedecor_analog_clock_wood_front.png"
|
"homedecor_analog_clock_wood_front.png"
|
||||||
},
|
},
|
||||||
|
inventory_image = "homedecor_analog_clock_wood_inv.png",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
node_box = {
|
node_box = {
|
||||||
|
@ -69,6 +71,7 @@ minetest.register_node("homedecor:digital_clock", {
|
||||||
"homedecor_digital_clock_back.png",
|
"homedecor_digital_clock_back.png",
|
||||||
"homedecor_digital_clock_front.png"
|
"homedecor_digital_clock_front.png"
|
||||||
},
|
},
|
||||||
|
inventory_image = "homedecor_digital_clock_inv.png",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
node_box = {
|
node_box = {
|
||||||
|
@ -91,6 +94,7 @@ minetest.register_node("homedecor:alarm_clock", {
|
||||||
"homedecor_alarm_clock_back.png",
|
"homedecor_alarm_clock_back.png",
|
||||||
"homedecor_alarm_clock_front.png"
|
"homedecor_alarm_clock_front.png"
|
||||||
},
|
},
|
||||||
|
inventory_image = "homedecor_alarm_clock_inv.png",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
node_box = {
|
node_box = {
|
||||||
|
|
BIN
homedecor/textures/homedecor_alarm_clock_inv.png
Normal file
BIN
homedecor/textures/homedecor_alarm_clock_inv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
BIN
homedecor/textures/homedecor_analog_clock_plastic_inv.png
Normal file
BIN
homedecor/textures/homedecor_analog_clock_plastic_inv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
BIN
homedecor/textures/homedecor_analog_clock_wood_inv.png
Normal file
BIN
homedecor/textures/homedecor_analog_clock_wood_inv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.9 KiB |
BIN
homedecor/textures/homedecor_digital_clock_inv.png
Normal file
BIN
homedecor/textures/homedecor_digital_clock_inv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
Loading…
Reference in New Issue
Block a user