Better inventory images for brass and wrought iron poles

This commit is contained in:
Vanessa Ezekowitz 2014-12-14 15:42:59 -05:00
parent f23062f28f
commit 64a86c1524
6 changed files with 4 additions and 4 deletions

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 466 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB