backup, switching back to void

This commit is contained in:
IamPyu 2024-07-13 22:27:37 -06:00
parent f31d64c350
commit ae776d5cd4

View File

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