Use Faithful textures for hopper

This commit is contained in:
Wuzzy 2017-02-06 17:33:43 +01:00
parent f1b8ee0151
commit 9eb72e2703
5 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ minetest.register_node("mcl_hoppers:hopper", {
groups = {cracky=1,level=2,not_in_creative_inventory=1},
drawtype = "nodebox",
paramtype = "light",
tiles = {"default_coal_block.png"},
tiles = {"mcl_hoppers_hopper_inside.png^mcl_hoppers_hopper_top.png", "mcl_hoppers_hopper_outside.png", "mcl_hoppers_hopper_outside.png", "mcl_hoppers_hopper_inside.png", "mcl_hoppers_hopper_outside.png", "mcl_hoppers_hopper_outside.png"},
selection_box = {type="regular"},
node_box = {
type = "fixed",
@ -78,7 +78,7 @@ minetest.register_node("mcl_hoppers:hopper_side", {
drawtype = "nodebox",
paramtype = "light",
paramtype2 = "facedir",
tiles = {"default_coal_block.png"},
tiles = {"mcl_hoppers_hopper_inside.png^mcl_hoppers_hopper_top.png", "mcl_hoppers_hopper_outside.png", "mcl_hoppers_hopper_outside.png", "mcl_hoppers_hopper_inside.png", "mcl_hoppers_hopper_outside.png", "mcl_hoppers_hopper_outside.png"},
selection_box = {type="regular"},
node_box = {
type = "fixed",

Binary file not shown.

After

Width:  |  Height:  |  Size: 752 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 612 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 686 B