ModCoderPack/MCPBot-Issues

SpawnGolemTask does not spawn a golem

Closed this issue · 0 comments

I found the SpawnGolemTask class in the net.minecraft.entity.ai.brain.task package trying to trace when villagers restock, and it doesn't actually appear to have anything to do with spawning an iron golem beyond the requirement that they have recently worked at a workstation. I would suggest changing the name to either RestockTask or WorkAtWorkstationTask.