Straw Golem Rebaled - Forge

Straw Golem Rebaled - Forge

9M Downloads

Golem Harvest AI Issues on Fabric Indev

hugeblank opened this issue ยท 2 comments

commented

Built the mod from the latest commit (3b338b6) as the one on CF was crashing my server.

It seems that the harvest crop goal is flawed in some way that golems will not perform any action to do with their purpose, aside from pouting and looking cute. They do not harvest crops, they do not grab items, and they do not seem to care for chests.

I think this possibly has to do with how you're checking for registered crop blocks - with the assumption that all of the blocks are registered when your mod initializes. I had the same issue with a "simple harvest" mod I was working on and after some discussion someone in the fabric discord spotted me some code to handle waiting for all blocks. This waits for specific identifiers but I'm sure it could be adapted to check for instances of specific classes (CropBlock, etc.). You can check out the sample use of it here

This assessment was just at a glance however, take it with a grain of salt.

commented

Vanilla crops are being harvested now

commented

Golems pout when they're hungry. feed them an apple. I believe this is documented on the curseforge page

If you're building from the latest commit, then yea, things are WIP. I make releases when I feel something is stable enough.
Please don't open tickets for early indev features, I'm well aware that things need more work

Edit: This came off more rude then I intended, I do appreciate the input/feedback