Posted November 15, 20223 yr Hello again - I've been looking around and I'm unsure of how to get the location of a PlacedFeature. Say I wanted the location of an ore, a tree, or in my case a monster spawner. I have found the monster spawner by searching the feature lists of nearby biomes but I'm unsure how to get it's coordinates. The PlacedFeature only seems to store generation data - not the actual location it was placed, but there has to be some way to get the location of the spawner from this, right? Any ideas?
November 15, 20223 yr The vanilla chunk generator doesn't remember where it places normal features like it does structures or biomes. Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post.
November 15, 20223 yr Author Ah, that's frustrating but understandable. In that case to find a dungeon I'd be best off searching the map for zombie, skeleton or spider spawners. Can you recommend an efficient way to do this - I imagine scanning thousands and thousands of blocks to search for a monster spawner would significantly hurt performance.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.