fixed the extractor and has own texture
This commit is contained in:
parent
c4416c0477
commit
7532d5f896
4
init.lua
4
init.lua
@ -55,7 +55,9 @@
|
||||
--NODES
|
||||
minetest.register_node('bees:honey_extractor', {
|
||||
description = 'honey extractor',
|
||||
tiles = {'default_wood.png'},
|
||||
tiles = {"bees_extractor.png", "bees_extractor.png", "bees_extractor.png", "bees_extractor.png", "bees_extractor.png", "bees_extractor_front.png"},
|
||||
paramtype2 = "facedir",
|
||||
groups = {choppy=2,oddly_breakable_by_hand=2},
|
||||
on_construct = function(pos, node)
|
||||
local meta = minetest.get_meta(pos)
|
||||
local inv = meta:get_inventory()
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 279 KiB After Width: | Height: | Size: 935 KiB |
BIN
textures/bees_extractor.png
Normal file
BIN
textures/bees_extractor.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 381 B |
BIN
textures/bees_extractor_front.png
Normal file
BIN
textures/bees_extractor_front.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 456 B |
Loading…
x
Reference in New Issue
Block a user