Console Spam to Insane Game Slow Down
Goldenlion5648 opened this issue · 3 comments
I typed the command /spawnpieces minecraft:village (which spawnpieces does not have intellisense hints BTW) and the game console started spamming this
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
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:
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.
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