Fixed crash

This commit is contained in:
ElCeejo 2024-01-04 21:25:51 -08:00
parent 09f2dce19f
commit 9bafed85ea
2 changed files with 5 additions and 5 deletions

View file

@ -98,6 +98,6 @@ creatura.register_mob("animalia:opossum", {
})
creatura.register_spawn_item("animalia:opossum", {
col1 = "d0602d",
col2 = "c9c9c9"
col1 = "75665f",
col2 = "ccbfb8"
})