forked from nalc/homedecor_modpack
Better inventory images for brass and wrought iron poles
This commit is contained in:
parent
f23062f28f
commit
64a86c1524
|
@ -129,8 +129,8 @@ minetest.register_node("homedecor:pole_brass", {
|
|||
drawtype = "mesh",
|
||||
mesh = "homedecor_round_pole.obj",
|
||||
tiles = {"homedecor_tile_brass2.png"},
|
||||
inventory_image = "homedecor_pole_brass2.png",
|
||||
wield_image = "homedecor_pole_brass2.png",
|
||||
inventory_image = "homedecor_pole_brass_inv.png",
|
||||
wield_image = "homedecor_pole_brass_inv.png",
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
is_ground_content = true,
|
||||
|
@ -151,8 +151,8 @@ minetest.register_node("homedecor:pole_wrought_iron", {
|
|||
description = S("Wrought Iron Pole"),
|
||||
drawtype = "nodebox",
|
||||
tiles = {"homedecor_tile_wrought_iron2.png"},
|
||||
inventory_image = "homedecor_pole_wrought_iron.png",
|
||||
wield_image = "homedecor_pole_wrought_iron.png",
|
||||
inventory_image = "homedecor_pole_wrought_iron_inv.png",
|
||||
wield_image = "homedecor_pole_wrought_iron_inv.png",
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
is_ground_content = true,
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 388 B |
Binary file not shown.
Before Width: | Height: | Size: 403 B |
BIN
homedecor/textures/homedecor_pole_brass_inv.png
Normal file
BIN
homedecor/textures/homedecor_pole_brass_inv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
Binary file not shown.
Before Width: | Height: | Size: 466 B |
BIN
homedecor/textures/homedecor_pole_wrought_iron_inv.png
Normal file
BIN
homedecor/textures/homedecor_pole_wrought_iron_inv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
Loading…
Reference in New Issue
Block a user