MineColonies

MineColonies

53M Downloads

Construction Tape wrong with custom hut

xavierh opened this issue · 8 comments

commented

Minecolonies version

version git version/1.11 (modified)

Expected behavior

  • Construction tape when putting down the hut's chest should be the same as when starting building it

Actual behaviour

  • A second tape is set up,the first one is not remove

I suspect when putting the chest down using the Build Tool, the default citizen hut size is use to put the first construction tape

2017-03-05_16 25 56
2017-03-05_16 26 08
2017-03-05_16 29 29
2017-03-05_16 29 47

Would be nice is someone could try on a different version, my branch have been heavily modified in this area

commented
commented

Will do it sometime next week, leave it to me

commented

I did not actually test with version/1.11 but I doubt it would work either.

The Construction Tape is place in Colony.addNewBuilding

Before setting the style in BuildToolPlaceMessage.handleHut. The "wooden" default style is used to place the Tape instead.

commented

Similar problem when building the fisherman's hut

commented

okay @nojo121 your constructiontape isn't considering the style.

commented

@Raycoms Not sure why it does that for the Fisherman hut as we only have one style. (noticed it yesterday when testing your branch)

commented
commented

Fixed that already