MineColonies

MineColonies

53M Downloads

Bunch of issues I've met during playing

Nightenom opened this issue ยท 5 comments

commented

List of random nitpicks/issues to fix:
If you are not from dev team and want to comment please create a new issue and describe it properly

  • 1) negative and weird percentage during requirements gathering phase, #6726
    image
  • 2) lumberjack spinning when idling (when having no work) overridden by 9, #6678
  • 3) lumberjack restriction area has either bad chat info or does not work properly - not sure if it's 3d or 2d, if 3d then bad chat info, if 2d then he does not detect trees correctly - should be probably 2d from level y, #6678
  • 4) chest are still considered as storage but citizens do not consider them when searching items
  • 5) lumberjack should have separate toggles for planting and chopping - requires small gui redesign (box should have two lines probably: itemicon (left-aligned), first line sapling name, second line two toggles - chop and plant
  • 6) citizen should have stronger ai task for doors of citizen huts (houses), the current one is lenient cause of chunk-loading, special handling or stronger task should be used so doors are always closed during night

edit 1:

  • 7) remove alpha from tool textures, #6726
    image
  • 8) minecolonies build tool requires having hut block to display its schematic, this is rather problematic when using preview sharing since other players are required to have the block too otherwise their build tool resets the schematic to decos (to raven - I consider this to be a bug)

edit2:

  • 9) (overrides 2) lumberjack looping in no_tree_found and start_working stages when no tree found, #6678
    a) searchIncrement is never resetted
    b) this code is problematic in setTree because the setTree doesn't take restriction in account thus lumber just spins between restriction area and building
    c) waitBeforeCheckingAgain is not working as intended, the AI never pauses if no_tree_found state is hit
  • 10) code add new ctor to our container and remove packet buffer, #6676

edit3:

  • 11) block placing still not working correctly in terms of block update, #6677
  • 12) waypoints not rendering, blame me - it's working
  • 13) add partial tick to colony border rendering, #6675
commented

5 is a feature request, not a bug - doesn't go here

commented

Lumberjack restriction area is 3d.

commented

I don't see a huge need for 6. 5 is definitely a feature request.

commented

image
should be probably better phrased then, also if it's 3d then max y doesn't apply - probably intended but should be noted then

commented

@ravenbuilder934 can probably adjust the chat for 3