mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-18 10:05:12 +00:00
Remove double group definitions
This commit is contained in:
parent
76cf02909b
commit
eeae732dba
1 changed files with 0 additions and 2 deletions
|
@ -144,7 +144,6 @@ minetest.register_craftitem("mcl_core:prismarine_shard", {
|
||||||
inventory_image = "default_prismarine_shard.png",
|
inventory_image = "default_prismarine_shard.png",
|
||||||
stack_max = 64,
|
stack_max = 64,
|
||||||
groups = { craftitem = 1 },
|
groups = { craftitem = 1 },
|
||||||
groups = { craftitem=1 },
|
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craftitem("mcl_core:quartz_crystal", {
|
minetest.register_craftitem("mcl_core:quartz_crystal", {
|
||||||
|
@ -152,7 +151,6 @@ minetest.register_craftitem("mcl_core:quartz_crystal", {
|
||||||
inventory_image = "default_quartz_crystal.png",
|
inventory_image = "default_quartz_crystal.png",
|
||||||
stack_max = 64,
|
stack_max = 64,
|
||||||
groups = { craftitem = 1 },
|
groups = { craftitem = 1 },
|
||||||
groups = { craftitem=1 },
|
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craftitem("mcl_core:apple", {
|
minetest.register_craftitem("mcl_core:apple", {
|
||||||
|
|
Loading…
Reference in a new issue