MineColonies

MineColonies

53M Downloads

[BUG] Farmers "Forgetting" Field Assignments

kcddagger opened this issue ยท 1 comments

commented

Is there an existing issue for this?

  • I have searched the existing issues

Are you using the latest MineColonies Verison?

  • I am running the latest alpha version of MineColonies for my Minecraft version.

Did you check on the Wiki? or ask on Discord?

  • I checked the MineColonies Wiki and made sure my issue is not covered there. Or I was sent from discord to open an issue here.

What were you playing at the time? Were you able to reproduce it in both settings?

  • Single Player
  • Multi Player

Minecraft Version

1.19.2

MineColonies Version

1.19.2-1.0.1511-ALPHA

Structurize Version

1.19.-1.0.492-ALPHA

Related Mods and their Versions

  1. Forge: 43.2.4
  2. BlockUI: 1.19-0.0.69-ALPHA
  3. Domum Ornamentum: 1.19-1.0.83-ALPHA-universal
  4. +101 other mods that are currently up to date.

Current Behavior

When I was working with my farmers (I have 5 Lvl 5 Farmers each have 5 fields) I noticed that most or all were all either missing fields or had "forgotten" fields that were theirs (Screenshots 1 & 2).
1
2

To see if a restart of the game would remedy this;

  1. I closed out the game (Single player instance)
  2. Exited to desktop
  3. Closed my launcher (ATLauncher)
  4. Waited 5 minutes and then restarted my launcher
  5. Checked for updates
  6. Restarted the game

Coming back into the game, at random 2-5 Farmers will have "forgotten" their fields. I put it in quotes, because the fields were still assigned to the farm and farmer, but the name was listed as even though the field was assigned (Screenshots 3-7).
3
4
5
6
7

I went to each farmer, unassigned each field and reassigned it to that farmer again and that seemed to correct the issue. (Something I had thought might have been caused by one or more deaths of previous farmers during raids)

Less than 15 minutes later I went to each farmer again and checked their fields and found the original issue back again. (Screenshots 8-12).
8
9
10
11
12

I have done this several times now across the last week so I can't pin down the time when this started. Only that I've been doing this to see if I can reproduce this reliably before reporting this here to see if there is something I'm missing.

Expected Behavior

I should not be seeing farmers losing or forgetting fields.

Reproduction Steps

Reproduction steps should be doable from the current behavior section. If more information is needed I can be contacted in Discord or here in Github

Logs

https://gist.github.com/kcddagger/7de07eec881c3688c1b628829c81a699

Anything else?

  • Add a thumbs-up to the bug report if you are also affected. This helps the bug report become more visible to the team and doesn't clutter the comments.
  • Add a comment if you have any insights or background information that isn't already part of the conversation.
commented

Farmers rely on the scarecrow tile entity to be loaded, this can become problematic if the farm fields are further away and not loaded, that could potentially cause this problem.
Soon, #9025 will push through which will move the fields to be stored as part of the colony buildings manager, which will completely mitigate this issue.