tile_images --> tiles
This commit is contained in:
parent
28e1312d42
commit
2bdd9a9ed1
2
init.lua
2
init.lua
@ -177,7 +177,7 @@
|
|||||||
|
|
||||||
minetest.register_node('bees:hive_wild', {
|
minetest.register_node('bees:hive_wild', {
|
||||||
description = 'wild bee hive',
|
description = 'wild bee hive',
|
||||||
tile_images = {'bees_hive_wild.png','bees_hive_wild.png','bees_hive_wild.png', 'bees_hive_wild.png', 'bees_hive_wild_bottom.png'}, --Neuromancer's base texture
|
tiles = {'bees_hive_wild.png','bees_hive_wild.png','bees_hive_wild.png', 'bees_hive_wild.png', 'bees_hive_wild_bottom.png'}, --Neuromancer's base texture
|
||||||
drawtype = 'nodebox',
|
drawtype = 'nodebox',
|
||||||
paramtype = 'light',
|
paramtype = 'light',
|
||||||
paramtype2 = 'wallmounted',
|
paramtype2 = 'wallmounted',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user