Added Napiophelios' new textures

This commit is contained in:
TenPlus1 2015-11-04 10:35:08 +00:00
parent 55f362c071
commit faec0da948
7 changed files with 4 additions and 2 deletions

@ -19,7 +19,8 @@ minetest.register_node("hopper:hopper", {
groups = {cracky = 3},
drawtype = "nodebox",
paramtype = "light",
tiles = {"default_coal_block.png"},
tiles = {"hopper_top.png", "hopper_top.png", "hopper_front.png"},
inventory_image = "hopper_inv.png",
node_box = {
type = "fixed",
fixed = {
@ -85,7 +86,8 @@ minetest.register_node("hopper:hopper_side", {
drawtype = "nodebox",
paramtype = "light",
paramtype2 = "facedir",
tiles = {"default_coal_block.png"},
tiles = {"hopper_top.png", "hopper_top.png", "hopper_back.png", "hopper_side.png", "hopper_back.png", "hopper_back.png"},
inventory_image = "hopper_side_inv.png",
node_box = {
type = "fixed",
fixed = {

BIN
textures/hopper_back.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 500 B

BIN
textures/hopper_front.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 494 B

BIN
textures/hopper_inv.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 344 B

BIN
textures/hopper_side.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 451 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 363 B

BIN
textures/hopper_top.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 624 B