Massive rework of creative inventory categories
This commit is contained in:
parent
1275af7903
commit
09b09b1c44
43 changed files with 281 additions and 202 deletions
|
@ -127,6 +127,7 @@ farming:add_plant("farming:wheat", {"farming:wheat_1", "farming:wheat_2", "farmi
|
|||
minetest.register_craftitem("farming:wheat_harvested", {
|
||||
description = "Wheat",
|
||||
inventory_image = "farming_wheat_harvested.png",
|
||||
groups = { craftitem = 1 },
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue