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

You can move bedrock with create #518

Closed
EngineerSmith opened this issue Jan 15, 2024 · 6 comments
Closed

You can move bedrock with create #518

EngineerSmith opened this issue Jan 15, 2024 · 6 comments

Comments

@EngineerSmith
Copy link
Collaborator

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

@Discord-Github-Bridge
Copy link
Collaborator

@Yarden-zamir
Copy link
Member

How did we make the delivery table immovable? I don't see a tag or something

@Yarden-zamir
Copy link
Member

I see this

        event.modify("wares:delivery_table", block => {
            block.destroySpeed = -1;
            block.explosionResistance = 3600000;
        })

@Discord-Github-Bridge
Copy link
Collaborator

engineersmith_4628 on Discord says

I think it doesn't move because it is a block entity that create doesn't understand

@Discord-Github-Bridge
Copy link
Collaborator

yarden.zamir on Discord says

there must be a way to stop it though

@Discord-Github-Bridge
Copy link
Collaborator

engineersmith_4628 on Discord says

well. from my time in the create code; the tag should™️ work

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

No branches or pull requests

3 participants