Builder Carry problem
XiaoSawk opened this issue ยท 4 comments
Rftoolsbuilder-1.16-3.0.13
Modpack : Valhelsia 3 - 1.16.5 - v3.1.6 (with some mod self added, like rftool)
On server :
When i turn on the builder with the shape card (quarry), he destroy nothings
Solo :
Everything work perfectly.
This is usually caused by claimed chunks. The claim utility needs to allow fake players
Minecolonies has a "policy" that the block that does the mining should "emulate" the player that placed it.
Please report to IF to handle their fakeplayers accordingly. Fakeplayers are supposed to hold the UUID of the player that placed them, that is how we also designed the initial compatibility. The + is only a workaround to allow players to handle that while those mods are denying their responsibility to handle the fakeplayers accordingly.
Taken from
ldtteam/minecolonies#6375