backup, switching back to void
This commit is contained in:
parent
f31d64c350
commit
ae776d5cd4
@ -2,7 +2,8 @@ PyuTestCore.registered_flowers = {}
|
||||
PyuTestCore.make_flower = function (name, desc, texture, dye, add_to_registry, drawtype, econf)
|
||||
PyuTestCore.make_node(name, desc, {
|
||||
block = PyuTestCore.BLOCK_BREAKABLE_INSTANT,
|
||||
flammable = 1
|
||||
flammable = 1,
|
||||
flower = 1
|
||||
}, {texture}, PyuTestCore.util.tableconcat({
|
||||
drawtype = drawtype or "plantlike",
|
||||
walkable = false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user