fixed the extractor and has own texture

master
bas080 2014-06-05 01:22:19 +02:00
parent c4416c0477
commit 7532d5f896
4 changed files with 3 additions and 1 deletions

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 381 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 456 B