mirror of
https://github.com/minetest-mods/hopper.git
synced 2024-12-22 13:22:28 +01:00
Added Napiophelios' new textures
This commit is contained in:
parent
55f362c071
commit
faec0da948
6
init.lua
6
init.lua
@ -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
BIN
textures/hopper_back.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 500 B |
BIN
textures/hopper_front.png
Normal file
BIN
textures/hopper_front.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 494 B |
BIN
textures/hopper_inv.png
Normal file
BIN
textures/hopper_inv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 344 B |
BIN
textures/hopper_side.png
Normal file
BIN
textures/hopper_side.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 451 B |
BIN
textures/hopper_side_inv.png
Normal file
BIN
textures/hopper_side_inv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 363 B |
BIN
textures/hopper_top.png
Normal file
BIN
textures/hopper_top.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 624 B |
Loading…
Reference in New Issue
Block a user