stfwi / engineers-decor

Engineer's Decor
MIT License
35 stars 16 forks source link

block placer will place blocks across dimensions #225

Closed Sunekaer closed 1 year ago

Sunekaer commented 1 year ago

Block placer can place across dimensions with same dimensionsType This is an issue we have in FTB StoneBlock 3 because each player have their own dimension, these dims has different ID's but the same type.

stfwi commented 1 year ago

Hi sunekaer, oky ty for the hint. I'll try to take a look at this in the next few days. Cheers,-

stfwi commented 1 year ago

Hi again, I added a line explicitly setting the FakePlayers level before it is used to try player-like placement; pretty sure this must have been the issue. A problem is that I cannot explicitly test the fix in the StoneBlock setup this week, so I'll speculatively push the fix to curse/modrinth.

In case you update the pack faster, could you give me quick feedback if the problem is fixed in your setup? Cheers,-