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

Basalt turns into Stone Buttons #21

Closed
Baxh opened this issue Jul 29, 2020 · 9 comments
Closed

Basalt turns into Stone Buttons #21

Baxh opened this issue Jul 29, 2020 · 9 comments

Comments

@Baxh
Copy link

Baxh commented Jul 29, 2020

Good day, perhaps I have messed up something or not but when Mining Basalt Structures from the Nether they all turn into Stone Buttons when shift mining, how can I fix this?

@Elemend
Copy link
Owner

Elemend commented Jul 30, 2020

Was the chunk in the nether not forceloaded? You can check this by running a command in chat, actually:
execute in minecraft:the_nether if block -30000000 0 7777 minecraft:yellow_shulker_box
which should return true.

@Baxh
Copy link
Author

Baxh commented Aug 1, 2020

it returns "Test Failed" and it goes beyond the world border limit I tried to expand it but I get the message "World Border cannot be bigger than 60,000,000 blocks wide

@Elemend
Copy link
Owner

Elemend commented Aug 1, 2020

The chunk at that position should be forceloaded. The fact that it isn't breaks... pretty much everything. Now the question is wether the chunk was unloaded or if it wasn't ever loaded at all.
Execute this command to load the chunk manually: execute in minecraft:the_nether run forceload add -30000000 7776
and then execute the command to check for the shulker box again. If that still returns false then the chunk has never been loaded at all and the setup functions failed to run.

@Baxh
Copy link
Author

Baxh commented Aug 1, 2020

image

@Elemend
Copy link
Owner

Elemend commented Aug 1, 2020

Weird... Does this data pack work in any other dimension? Because from the debugging you did here nothing should work at all. Or rather I'd be surprised that it would work in the overworld, but not in the nether.

@Elemend
Copy link
Owner

Elemend commented Aug 2, 2020

I updated the pack. This Issue should be fixed now.

@Baxh
Copy link
Author

Baxh commented Aug 3, 2020

I'll check it out! thanks!

@Baxh
Copy link
Author

Baxh commented Aug 3, 2020

Yes it seems it works now, it says "Test Passed" and after testing it out on the other Dimensions, Nether and End works very well! thanks a lot!

@Elemend
Copy link
Owner

Elemend commented Aug 3, 2020

Alright! Then I'm closing this

@Elemend Elemend closed this as completed Aug 3, 2020
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

2 participants