Fix glow inksac itemstring

This commit is contained in:
cora 2022-10-09 21:54:40 +02:00 committed by Gitea
parent 26ba771a02
commit 438d22e52e
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,