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

Console Spam to Insane Game Slow Down #4

Closed
Goldenlion5648 opened this issue Feb 2, 2022 · 3 comments
Closed

Console Spam to Insane Game Slow Down #4

Goldenlion5648 opened this issue Feb 2, 2022 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@Goldenlion5648
Copy link

I typed the command /spawnpieces minecraft:village (which spawnpieces does not have intellisense hints BTW) and the game console started spamming this

https://pastebin.com/R2ZYFubX

The game then showed working % 2 and slowly went counted up (After about a minute or two it was at % 30) and I decided to kill the game

@TelepathicGrunt
Copy link
Owner

You were spawning every single village pieces there are. Hence why it was taking a long time to spawn them. Gotta wait it out or be more specific with the command to narrow down to less pieces to spawn.

Here’s the info on that command:
1E8A3082-17E2-472F-A070-DB1C1C95D9CA

It basically takes a resourcelocation that acts as a file path. Then it looks for all nbt pieces under that path. minecraft:village means it looks into data/minecraft/structures/village… and all pieces under that file path is spawned.

The autocomplete seems to be dying for you for some reason so that’s something I’ll look into.

@TelepathicGrunt TelepathicGrunt added the bug Something isn't working label Feb 3, 2022
@TelepathicGrunt TelepathicGrunt self-assigned this Feb 3, 2022
@TelepathicGrunt
Copy link
Owner

More info on all the command and what the args do can be found on my mod page here: https://www.curseforge.com/minecraft/mc-mods/commandstructures

@TelepathicGrunt
Copy link
Owner

fixed the autocomplete crash in v1.4.3 which is released now. Thank you for reporting that!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants