mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-26 20:41:11 +01:00
Rename Pumpkin Seed
This commit is contained in:
parent
05b0978cd5
commit
292488e008
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
minetest.register_craftitem("mcl_farming:pumpkin_seed", {
|
minetest.register_craftitem("mcl_farming:pumpkin_seed", {
|
||||||
description = "Pumpkin Seed",
|
description = "Pumpkin Seeds",
|
||||||
stack_max = 64,
|
stack_max = 64,
|
||||||
inventory_image = "farming_pumpkin_seed.png",
|
inventory_image = "farming_pumpkin_seed.png",
|
||||||
groups = { craftitem=1 },
|
groups = { craftitem=1 },
|
||||||
|
|
Loading…
Reference in a new issue