-
I don't understand this error.
The thread is at https://www.reddit.com/r/feedthebeast/comments/5x0twz/investigating_extreme_worldgen_lag/ one of the comments says you could multithread. I already tried it. You are right it doesn't work. The world generates as slow as without multithreading.
-
I don't understand this error.
So I need to use multithreading?
- I don't understand this error.
-
I don't understand this error.
My console prints this error: [11:50:58] [Server thread/WARN] [FML]: Much more stuff mod! loaded a new chunk [7456, 15079] in dimension 0 (overworld) while populating chunk [7455, 15082], causing cascading worldgen lag. [11:50:58] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. tens of times. What can I do to fix it?
-
How do I get a blockstate from a block?
It worked. Thank you.
-
How do I get a blockstate from a block?
I am trying to get a block state from a block by doing Blocks.HARDENED_STAINED_CLAY.getStateById();. But when I go into the game, I don't get the right block. I figured out that getStateById doesn't work with what I am trying to do. Which method do I use though?
-
How do I get custom ore generation in specific biomes?
Thank you. that really helped
-
How do I get custom ore generation in specific biomes?
I tried this in my generate method in my world generation class: case(0): if(world.getBiome(new BlockPos(chunkX, 64, chunkZ + random.nextInt(16))).getClass().equals(MineralBiome.class)) { generateHuge(random, chunkX, chunkZ, world, chunkGenerator, chunkProvider); break; } generateOverworld(random, chunkX, chunkZ, world, chunkGenerator, chunkProvider); break; And it worked until I made the biome have less weight, and it stopped generating. How can I have special generation so it works?
-
How can I generate ore in the nether or end?
I don't own any domain, what should I name the package?
-
How can I generate ore in the nether or end?
By the time some one answered, I already figured it out
-
[1.8][Solved]Ore Will not Generate in the nether
What would I use instead of BlockHelper.forBlock in forge 1.12.2?
-
How can I generate ore in the nether or end?
How can I generate ores in other dimensions? I already figured out how to generate in the overworld, but if I run the code with a different world in the arguments, the game crashes. Code: https://pastebin.com/TvCCh5NF Does anyone have an answer?
-
How do I obfuscate my mod?
I pressed run in the ide so I think that I built with the ide
-
How do I obfuscate my mod?
What do you mean?
-
How do I obfuscate my mod?
Where do I find the [modid]-[version].jar file? log is pastebin.com/UPuTtV57
IPS spam blocked by CleanTalk.