mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-04 23:03:51 +01:00
Fix glow inksac itemstring
This commit is contained in:
parent
26ba771a02
commit
438d22e52e
@ -64,7 +64,7 @@ mcl_mobs:register_mob("mobs_mc:glow_squid", {
|
|||||||
run_end = 60,
|
run_end = 60,
|
||||||
},
|
},
|
||||||
drops = {
|
drops = {
|
||||||
{ name = "mobs_mc:glow_ink_sac",
|
{ name = "mcl_mobitems:glow_ink_sac",
|
||||||
chance = 1,
|
chance = 1,
|
||||||
min = 1,
|
min = 1,
|
||||||
max = 3,
|
max = 3,
|
||||||
|
Loading…
Reference in New Issue
Block a user