MinecraftModDevelopmentMods / Extra-Golems

Forge mod that adds dozens of golems to Minecraft
Other
19 stars 6 forks source link

Golems turn to clay in version 19.2.4 #113

Closed GrtKck closed 1 year ago

GrtKck commented 1 year ago

With due time all of the golems in the village will eventually turn to clay. The hay golems that we keep in our farms turn to clay, all the golems that spawn in the village naturally turn to clay, any golems we spawn via commands will also eventually turn to clay. We disabled clay golems from spawning in the village via the mods config file and this worked for a short while but upon restarting the server the golems all were clay again. We do not have the mod It Takes a Pillage and never have and are aware that it can cause issues. I have attached a screenshot of all of our mods as well as I assume you will likely need this for reference. Mod list 3

leterio commented 1 year ago

Additional Informations for this issue:

Golem is loaded with "empty" informations (as shown in the log):

[10:46:00] [Render thread/ERROR] [golems/]: Missing golem_model for golem with ID 'golems:empty'

image

The issue can be reproduced running from the src (master-1.19) (cf57ed6d48b1c9a2e0a61a366fc3a602218c709a)

BadNerdCreating commented 1 year ago

This has happened for me as well with 19.2.4. I made a copper and thatch golem and they both turned into clay golems. They have the same health but they are now clay.

leterio commented 1 year ago

I found the issue, fixed it at a fork. Awaiting PR review.

skyjay1 commented 1 year ago

Fixed in 19.2.5

skyjay1 commented 1 year ago

My apologies to leterio, your PR came in just as I was finished re-writing the whole system 😓