8000 Add ore generation (1.13 to 1.21.5) by xpple · Pull Request #142 · Cubitect/cubiomes · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add ore generation (1.13 to 1.21.5) #142

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 39 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
8889445
[Draft] Add ore generation
xpple Apr 19, 2025
897c813
[WIP] 1.18
xpple Apr 21, 2025
2266608
REPLACEMENTS -> REPLACEABLES
xpple Apr 21, 2025
8bd16ad
Remove unused function
xpple Apr 21, 2025
09a8232
Fix buried diamond/lapis configs
xpple Apr 21, 2025
f03c3e8
Move UniformInt.of(0, 1) count check
xpple Apr 21, 2025
a45dc9c
Use Xoroshiro for 1.18
xpple Apr 22, 2025
900fdb0
Minor refactor
xpple Apr 22, 2025
7430b2f
Add discardChanceOnAirExposure field
xpple Apr 23, 2025
3ac16ea
Free temp array
xpple Apr 23, 2025
b2f2331
Also free pos3s array
xpple Apr 23, 2025
d51ab07
Use list data structure
xpple Apr 23, 2025
0f3db33
Remove outdated comment
xpple Apr 23, 2025
3a7406c
Add build height check
xpple Apr 24, 2025
2897f1c
1.19
xpple Apr 24, 2025
70d4f36
1.20
xpple Apr 24, 2025
e651e49
1.21.5+
xpple Apr 24, 2025
6439d2f
Use xNextDoubleJ
xpple Apr 24, 2025
8c435a9
Initialise bit set to zeros
xpple Apr 24, 2025
294c05e
Ensure correct call order
xpple Apr 24, 2025
724ed4c
if -> else if
xpple Apr 24, 2025
de548d9
Fix some configs
xpple Apr 24, 2025
f07069f
Use SurfaceNoise for height check
xpple Apr 24, 2025
9acedf4
Disable height check for the nether
xpple Apr 24, 2025
ef69aa2
Fix step for 1.18 quartz
xpple Apr 28, 2025
0123077
Format ore configs nicely
xpple Apr 28, 2025
644064b
Remove unused constant
xpple Apr 28, 2025
07d424d
Add parenthesis
xpple Apr 28, 2025
94d9093
Fix indices
xpple Apr 28, 2025
089a8b5
Fix typo
xpple Apr 29, 2025
38b97bf
Add deltas ore types
xpple Apr 30, 2025
e7ecf85
quartz -> nether quartz
xpple Apr 30, 2025
d2d88a1
Add biome filter
xpple Apr 30, 2025
c5a2b98
Add ore2str utility function
xpple May 1, 2025
11704c0
Revert removal of bit fields
xpple May 1, 2025
a7cd676
Allocate random state on the heap
xpple May 22, 2025
b9682dc
Add y parameter to getBiomeForOreGen
xpple May 24, 2025
36268c5
Add comment for getOreConfig
xpple May 24, 2025
2373648
Simplify ore config code
xpple Jun 26, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
0