Fix glow inksac itemstring

This commit is contained in:
cora 2022-10-09 21:54:40 +02:00
parent e9586c12de
commit bb82bda64a
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ mcl_mobs:register_mob("mobs_mc:glow_squid", {
run_end = 60,
},
drops = {
{ name = "mobs_mc:glow_ink_sac",
{ name = "mcl_mobitems:glow_ink_sac",
chance = 1,
min = 1,
max = 3,