Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Protection stone location inside protected area aka offset #400

Open
LKits opened this issue Dec 22, 2023 · 2 comments
Open

Protection stone location inside protected area aka offset #400

LKits opened this issue Dec 22, 2023 · 2 comments

Comments

@LKits
Copy link

LKits commented Dec 22, 2023

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.

@iperrealistico
Copy link

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 `

@espidev
Copy link
Owner

espidev commented Jan 13, 2024

it was removed a few years ago because it didn't work properly: 8e4e98c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants