[Bug] Problems of WorldGen
nirvanaxiao6 opened this issue · 1 comments
Describe the bug
Using World Stripper, I found that WorldGen has some problem.
codes:
AcademyCraft/src/main/java/cn/academy/worldgen/ACWorldGen.java
For example, constraint_metal will generate between y = 60 and y = 24. But in the following screenshot, you can see the y = 24 line(using wool) and ores of constraint_metal below 24(also wool)
Its size also has some problem. It's too small than what's in the code.
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
A clear and concise description of what you expected to happen.
Desktop (please complete the following information):
- OS: [e.g. Windows, MacOS, Linux]
- MC Version and Forge version: [e.g. 14.23.4.2705-1.12.2]
- Version [e.g. 1.1.0beta1]
Additional context
Add any other context about the problem here.