Gavin Tran
72f761678a
Add SaltedNoiseFunctions in sampler conversion
2024-04-21 14:54:45 -04:00
Gavin Tran
62317a2f3f
Add SaltedNoiseFunctions
2024-04-21 14:48:46 -04:00
Astrash
823afd592b
Reduce number of erosion impulses
...
A reduction of impulse evaluations from 5^2 to 3^2, original algorithm used exponential falloff function which required evaluating impulses from further away to avoid artifacts. I've changed it to a parabolic falloff function which is exactly 0 at the largest possible distance from a cell origin, meaning any cells further than that will not have an effect, preventing said artifacting from occurring. The parabolic function could be replaced with an exponential function (or any other similar easing function) as long as it has an x-intercept at maxCellDistSq. In addition, an option to control whether averaging impulses has been added as it has more of a visual impact with the aforementioned changes.
2024-04-20 15:55:59 +10:00
Astrash
ff03b38b81
Derivative API documentation
2024-04-19 21:25:16 +10:00
Astrash
35246d65b9
Require implementing derivable check
2024-04-19 21:07:53 +10:00
Astrash
41652d29df
Use proper check for derivative sampler validation
2024-04-19 21:05:52 +10:00
Astrash
142d364682
WIP fractal-gavoro-pseudoerosion
2024-04-19 20:55:14 +10:00
Zoë Gidiere
01e011a9ed
UX tweaks to biome config
2024-03-28 14:47:12 -05:00
Zoë
94949c9120
Merge pull request #449 from Browsit/ver/6.5.0
...
Prevent exception with other world generators
2024-02-23 14:58:51 +00:00
Browsit
c52ad56ccc
Return null for empty generator IDs
2024-02-02 08:15:37 -05:00
Astrash
f3476c5cc8
Add feature stage blending
2024-01-07 17:02:08 +11:00
Astrash
9c181f7ee1
Add ability to disable slant palettes globally
2024-01-06 09:13:02 +11:00
Astrash
271e7f3c69
Fix empty slant holders attempting to calculate slant
...
This occurs when the NoiseChunkGenerator3D#getSlant method is invoked at
a position where the biome has an empty slant holder, currently possible
when using the slant locator addon.
This is fixed by making slant calculation independent of SlantHolders.
Some minor refactoring has also been done as a result of this change.
2024-01-05 18:42:35 +11:00
Zoë
6681bdfbf2
Merge remote-tracking branch 'origin/master' into ver/6.5.0
2023-12-24 22:39:06 -06:00
dfsek
ab60f14ff1
Merge pull request #444 from PolyhedralDev/dev/fix-lerp
...
6.4.3 - Fix lerp (urgent)
2023-12-24 02:15:54 -07:00
dfsek
d8ba9e1016
bump version
2023-12-24 02:06:11 -07:00
dfsek
3622003a39
fix other lerp issues
2023-12-24 02:02:46 -07:00
dfsek
84cd96ecf7
fix BrownianMotionSampler lerp usage
2023-12-24 01:53:05 -07:00
Zoë
8afda7424c
Merge branch 'master' into ver/6.5.0
2023-12-22 15:02:53 -06:00
Zoë
da4ab8b71c
Merge pull request #441 from PolyhedralDev/ver/6.4.2
...
Ver/6.4.2
2023-12-18 13:01:36 -07:00
Zoë Gidiere
3745c3e947
fix typos
2023-12-17 15:32:35 -07:00
Zoë Gidiere
fd20837b55
fix error on startup
2023-12-17 15:29:18 -07:00
Zoë Gidiere
0091e5b785
spell check
2023-12-10 18:50:40 -07:00
Zoë Gidiere
41045ae8aa
literally forgor the most important part
2023-12-10 18:47:12 -07:00
Zoë Gidiere
4a83f01c1f
fix incase mods are used
2023-12-10 18:44:26 -07:00
Zoë Gidiere
fc764a0fb3
fix issues with spawners and entity parsing
2023-12-10 18:40:43 -07:00
Zoë Gidiere
22c46f2f80
Pin OWConfig Version
2023-12-10 17:45:52 -07:00
Zoë Gidiere
f408faaa80
reformat
2023-12-10 17:07:18 -07:00
Zoë Gidiere
0ad7ee4f9f
fix CME
2023-12-10 16:57:27 -07:00
Zoë Gidiere
1e55074cfa
Enforce NMS bindings
2023-12-10 15:46:00 -07:00
Zoë
2a92d76276
Merge pull request #437 from PolyhedralDev/dev/1.20.3
...
Dev/1.20.3
2023-12-09 15:13:11 -07:00
Zoë Gidiere
687ad5db59
Final dep update
...
confirmed working on paper and fabric
2023-12-09 15:00:46 -07:00
Zoë Gidiere
f9c9789016
remove unused maven repo
2023-12-09 01:16:38 -07:00
Zoë Gidiere
3142c2a4f0
update paper to 1.20.4
2023-12-08 22:57:01 -07:00
Zoë Gidiere
b5532b7679
Merge branch 'ver/6.4.2' into dev/1.20.3
2023-12-08 22:31:12 -07:00
Zoë Gidiere
8af299d09c
fix path of vale ignore
2023-12-08 22:31:04 -07:00
Zoë Gidiere
5cf8a5061d
Merge branch 'ver/6.4.2' into dev/1.20.3
2023-12-08 22:11:57 -07:00
Zoë Gidiere
017876475e
Add Vale config to gitignore
2023-12-08 22:11:48 -07:00
Zoë Gidiere
d88e4f1f9b
fix stupid error
...
thank you caffeine mc peeps
2023-12-08 19:57:05 -07:00
Zoë Gidiere
17eac505a0
Merge branch 'ver/6.4.2' into dev/1.20.3
2023-12-07 11:29:31 -07:00
Zoë Gidiere
8043814138
pull up version range of fabric
2023-12-07 11:29:19 -07:00
Zoë Gidiere
554887ab54
build fabric against 1.20.4
2023-12-07 11:27:06 -07:00
Zoë Gidiere
2f46a01adc
Merge remote-tracking branch 'origin/master' into ver/6.4.2
2023-12-07 00:34:00 -07:00
Zoë Gidiere
a1db0574e9
Merge branch 'ver/6.4.2' into dev/1.20.3
2023-12-07 00:33:45 -07:00
Zoë
fd6decc706
Merge pull request #439 from PolyhedralDev/dev/github-actions
...
Create gradle-build.yml
2023-12-06 23:11:33 -07:00
Zoë Gidiere
0ba0d472e6
seems arch loom auto uses vineflower now
2023-12-06 22:47:35 -07:00
Zoë Gidiere
11b03eb93d
actually bump bukkit version
2023-12-06 22:27:26 -07:00
Zoë Gidiere
46ca45cb1d
fix bukkit build
2023-12-06 22:25:53 -07:00
Zoë Gidiere
4e5b066b91
add bukkit grass workaround
2023-12-06 22:24:55 -07:00
Zoë Gidiere
db8df9741f
bukkit 1.20.3
2023-12-06 22:22:18 -07:00