added crop information to farming.registered_plants table

这个提交包含在:
TenPlus1
2018-09-29 16:53:18 +01:00
父节点 0d5fb9800a
当前提交 d7bc9b16fc
共有 27 个文件被更改,包括 233 次插入8 次删除

查看文件

@ -249,3 +249,12 @@ crop_def.drop = {
}
}
minetest.register_node("farming:hemp_8", table.copy(crop_def))
-- add to registered_plants
farming.registered_plants["farming:hemp"] = {
crop = "farming:hemp",
seed = "farming:seed_hemp",
minlight = 13,
maxlight = 15,
steps = 8
}