Builder: Quarry: Limit to offsets?
Cruddly opened this issue ยท 10 comments
I am assuming there is a limit to the offset distances, as I was attempting to leave my builder in my factory and just fly out with the set quarry card to mark off regions, but after a certain distance it wouldnt quarry in the selected spot. If so, could this please be documented? Thanks. Great job on the mod BTW.
I had the same issue with a max distance of 260 and this is how I fixed it.
- I changed
config/rftools/rftools.cfg
:I:maxBuilderOffset=100000
- after a restart I put the same ShapeCard into the Builder, but I didn't see the visual bounding box change position so I though it did not work
- so I found
/saves/<yourlevel>/serverconfig/rftoolsbuilder-server.toml
and changedmaxBuilderOffset = 1000000
, but again the bbox didn't move - I switched off the bbox, but it didn't disappear so I thought it's just a visual bug
- then I simple tried it out an it works: offset can now be higher
So I actually don't know what fixed it, but one of those files did it ๐ have fun.
Sheraks that's not what he is talking about, 512x256x512 is the max dimension, not the offset like he is referring to. I have had problems with this as well, I've found if I offset too far away from the builder is just bugs out and will instead mine just a few blocks away from the builder.
I've just reproduced using the following steps:
Installed the following versions (using MCUpdater), as reported by the in-game mod list:
- Minecraft 1.12.2
- Minecraft Coder Pack 9.42
- Forge Mod Loader 8.0.99.99
- Minecraft Forge 14.23.5.2772
- Redstone Flux 2.1.0.6
- Interaction Wheel 1.12-1.2.7
- McJtyLib 1.12-3.0.7
- RFTools 1.12-7.59
Started a creative, single player map.
Cheated in a Shape Card (Quarry) and Builder.
Set the quarry card dimesions to 512,256,512
Set the quarry card offset to 1024,0,1024
Inserted quarry card and enabled Support/Preview mode
Expected: With an offset of 1024x1024 and a size of 512x512 the nearest corner should be 768x768 away.
Actual: the visible corner is 4x4 blocks away
There's a maxBuilderOffset
in the config, which defaults to 260. Setting it to higher values, such as 1024, causes it to act as if you only set it to 260. The edge of 512-block wide region that's centered 260 blocks away will indeed be 4 blocks away, so the behavior you're seeing seems to be as intended. Does this seem correct to you?
This issue has been marked as needing a response from the reporter for over 2 weeks without receiving one. As such, it has been automatically closed.
Still an issue with distances over at least 1024 (but I tried with 1023 and it still happened)
Necroing this as i think it would still fit here, i haven't checked the newest version yet if that is in there but it might be a good idea warning the player that their offset is too high and that there is a limit in the configuration and that they should pester their admin about it. :)