MineColonies

MineColonies

53M Downloads

Guards - standing around like crash dummies.

bob0bob opened this issue · 6 comments

commented

Minecolonies version

current MC

Expected behavior

  • Guard should patrol and attack mobs.

Actual behaviour

  • Guards basically stand around and do nothing.

Real problem is the NBT load routine does check to make sure the mob located in the save data still exists. If the mod has been removed since last save. The mob is deleted MC will crash (exception caught) and many things about MC doesn't work. patrolling, some of the guis.

  1. XYZ
  2. ZYX
  3. ...
  4. Profit
commented

Fixed in pr 2609. Wish you could have more than one pr ticket to merge back into the main branch. Only one ticket so everything gets merge. Wish you could select which files.

commented
commented

@bob0bob You can make separate branches to merge into version/1.12, that way you can choose which of those get merged as well as creating separate PRs for each branch

commented
commented

Are you saying each bug fix, I have to have a new branch??? As you can see from my test branch I do not have "Create new pr". Only option is "view" and it automatically pulls everything I check in, into that PR. I do not see a setting that can turn that off? I've not been able to locate anything in help on github, at least the way I'm searching for it.

image

commented