create() not working on 1.10.2
mrtopf opened this issue ยท 2 comments
I am using MC 1.10.2 with Forge 2123 and I am trying to create a new biome.
Here is the script: https://gist.github.com/mrtopf/01708f488ce454aaac8f035b90f0dce0
The biome is not created though and instead I get this in the logfile:
[20:25:04] [Client thread/TRACE] [BiomeTweaker/BiomeTweaker]: Sending event FMLLoadCompleteEvent to mod BiomeTweaker
[20:25:04] [Client thread/INFO] [SuperScript/BiomeTweaker]: Found 8 tweaks to apply for stage FINISHED_LOAD. Applying...
[20:25:04] [Client thread/INFO] [BiomeTweakerAPI/BiomeTweaker]: Error applying tweaks. Biome ID 80 does not correspond to a biome! Check the output files for the correct ID!
[20:25:04] [Client thread/INFO] [BiomeTweakerAPI/BiomeTweaker]: Error applying tweaks. Biome ID 80 does not correspond to a biome! Check the output files for the correct ID!
[20:25:04] [Client thread/INFO] [BiomeTweakerAPI/BiomeTweaker]: Error applying tweaks. Biome ID 80 does not correspond to a biome! Check the output files for the correct ID!
[20:25:04] [Client thread/INFO] [BiomeTweakerAPI/BiomeTweaker]: Error applying tweaks. Biome ID 80 does not correspond to a biome! Check the output files for the correct ID!
[20:25:04] [Client thread/INFO] [BiomeTweakerAPI/BiomeTweaker]: Error applying tweaks. Biome ID 80 does not correspond to a biome! Check the output files for the correct ID!
[20:25:04] [Client thread/INFO] [BiomeTweakerAPI/BiomeTweaker]: Error applying tweaks. Biome ID 80 does not correspond to a biome! Check the output files for the correct ID!
[20:25:04] [Client thread/INFO] [BiomeTweakerAPI/BiomeTweaker]: Error applying tweaks. Biome ID 80 does not correspond to a biome! Check the output files for the correct ID!
So from what I found in other posts this should work. Unfortunately I didn't find a proper example on the wiki so maybe I am doing something wrong here. I also tried stage PRE_INIT but same result.
Full logfile here:
https://gist.github.com/mrtopf/3a2a488c6a607023a76a22e9937747b2
output/
does not have my new biome.
Changing e.g. plains does work though.
Thanks for the report! New version on CurseForge:
https://minecraft.curseforge.com/projects/biometweaker/files/2345262