You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yep can confirm protection stones offset values do not work and are very useful indeed
x_radius = 3
y_radius = 3
z_radius = 3
# Offset the protection block
# If you would like to make the protection block not be at the center of new regions, you can offset it here
# ex. x_offset = 64, y_offset = 0, z_offset = 64 would make it at the corner of a created region
x_offset = 10
y_offset = -3
z_offset = 0
```
Offsetting seems to have no effect, tried different values `
For some reason you have removed "offset" feature which was really nice.
I'd like to create a protection stone that is 15x15x15, but stone is being placed on the floor (bottom level).
Settings would be:
x_radius = 7
y_radius = 7
z_radius = 7
x_offset = 0
y_offset = -7
z_offset = 0
Please consider adding this feature once again.
The text was updated successfully, but these errors were encountered: