Rename “seed” items to “seeds”
This commit is contained in:
parent
cd62f29bb2
commit
a67f13c02f
5 changed files with 14 additions and 14 deletions
|
@ -1,4 +1,4 @@
|
|||
minetest.register_craftitem("mcl_farming:pumpkin_seed", {
|
||||
minetest.register_craftitem("mcl_farming:pumpkin_seeds", {
|
||||
description = "Pumpkin Seeds",
|
||||
stack_max = 64,
|
||||
inventory_image = "farming_pumpkin_seed.png",
|
||||
|
@ -284,7 +284,7 @@ minetest.register_craft({
|
|||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "mcl_farming:pumpkin_seed 4",
|
||||
output = "mcl_farming:pumpkin_seeds 4",
|
||||
recipe = {{"mcl_farming:pumpkin_face"}}
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue