Posted October 22, 20204 yr Can someone help me with the json ore generation?? Edited October 22, 20204 yr by Luis_ST
October 22, 20204 yr If this is for a new dimension or biome, then you can just look on the internet for the breakdown of the JSON file or the source for how the codec is properly formatted. If you're talking about for pre-existing biomes, you would need to use BiomeLoadingEvent which has a javadoc that explains everything. Please give a more thorough explanation of your request so that we may know what problem you are trying to solve and what steps you have taken to get to the point you're currently stuck at.
October 23, 20204 yr Author I want to add an ore to the End and a custom dimension (Farmworld). and where can I find the javadoc for the BiomeLoadingEvent. Edited October 23, 20204 yr by Luis_ST
October 23, 20204 yr 38 minutes ago, Luis_ST said: I want to add an ore to the End and a custom dimension (Farmworld). The end would be handled through the event while the custom dimension would take in the biomes to generate and those biomes would have the feature. 39 minutes ago, Luis_ST said: and where can I find the javadoc for the BiomeLoadingEvent. On the event itself.
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.