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

WorldEdit pasting the completely wrong blocks. #12

Open
Diamantino-Op opened this issue Sep 16, 2024 · 3 comments
Open

WorldEdit pasting the completely wrong blocks. #12

Diamantino-Op opened this issue Sep 16, 2024 · 3 comments

Comments

@Diamantino-Op
Copy link

I made the schematic in singleplayer, but after moving it to the server, it was pasting completely different blocks.

@gtosh4
Copy link
Contributor

gtosh4 commented Sep 16, 2024

I believe this is because item/block IDs are different in different worlds. You might be able to work around this by using the same seed, but I'm not certain.

@Diamantino-Op
Copy link
Author

Is there a way to translate the item IDs? from the schematic nbt i saw it was with name ids, so idk why it is doing it

@spacebuilder2020
Copy link

The code I am working on in #14 should provide this functionality.

The reason it doesn't work in older versions is because it is a limitation of the schematic format. My fix, adds a mapping tag for blocks and items that maps itemids used in the schematic data to string block ids. ex: minecraft:cobblestone. However, since this is a limitation of the schematic format, you will need to generate new schematics so that they contain the mapping data.

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