-
Notifications
You must be signed in to change notification settings - Fork 18
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
You can move bedrock with create #518
Labels
Comments
Closed
How did we make the delivery table immovable? I don't see a tag or something |
I see this event.modify("wares:delivery_table", block => {
block.destroySpeed = -1;
block.explosionResistance = 3600000;
}) |
engineersmith_4628 on Discord says
|
|
engineersmith_4628 on Discord says
|
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is possible to move bedrock with the create mod.
I've only tested with rope pully and the create piston and both were able to move the block.
I hope it is a simple issue that we can just use the block modification kjs event to add the tag
#forge:immovable
The text was updated successfully, but these errors were encountered: