Config Parser not accepting negative numbers correctly
brisingraerowing opened this issue ยท 6 comments
Versions:
- Minecraft Forge: 2691
- Geolosys: 1.9.1
- JourneyMap (optional): -
- ImmersiveEngineering (optional): -
What happens:
Geolosys reports that a custom ore generation is invalid with this line:
"ebwizardry:crystal_ore:0", 96, 12, 32, 20, "ebwizardry:crystal_ore:0", [1, -1]
What should happen:
The ore is generated
Logs (if necessary):
Will add if requested
Additional Comments:
Don't use quotes :)
ebwizardry:crystal_ore:0, 96, 12, 32, 20, ebwizardry:crystal_ore:0, [1, -1]
Now it looks like this:
ebwizardry:crystal_ore:0, 96, 12, 32, 20, ebwizardry:crystal_ore:0, [1, -1]
but is still invalid.
Huh.. This could be my fault - I had to change the parser around some to include the dimensional blacklist. What mod is "ebwizardry"? I'd like to try this myself.