OakLoaf
922cd35e84
Updated Cloud dependency to v2
2024-08-16 11:07:03 +01:00
daoge_cmd
4acd0de6fa
feat: fetch allay's changes
2024-07-24 20:30:24 +08:00
Oak
44d23573b3
Updated dependencies to Paper 1.21 snapshot
2024-07-20 20:17:25 +01:00
daoge_cmd
2443fff0a4
feat: fetch allay's changes
2024-07-17 01:32:01 +08:00
daoge_cmd
cd767a648c
feat: fetch allay's changes
2024-07-17 01:27:56 +08:00
Oak
e7cc275340
Corrected issues with worldGenContext not correctly being set (Ref: https://stackoverflow.com/questions/56039341/get-declared-fields-of-java-lang-reflect-fields-in-jdk12/56043252#56043252 )
2024-06-23 14:16:50 +01:00
Oak
fddc9a52b9
Temporarily disabled commands whilst awaiting Cloud Framework update
2024-06-19 13:34:35 +01:00
Oak
0758e13bc7
Made patch version optional as not all Minecraft versions have a patch number
2024-06-19 13:33:55 +01:00
daoge_cmd
d490324bfc
feat: support waterlogged
2024-06-19 18:09:31 +08:00
daoge_cmd
5fa7007d45
fix: fix a typo
2024-06-19 17:19:17 +08:00
daoge_cmd
2d0e4a83b0
fix: OtherChunkAccessibleContext.get/setBlockState() should use level pos instead of chunk local pos
2024-06-19 01:05:37 +08:00
daoge_cmd
e68f928e38
feat: use OtherChunkAccessibleContext directly
2024-06-18 14:59:42 +08:00
daoge_cmd
4a3678cea9
feat: update to 1.21
2024-06-18 03:41:17 +08:00
Oak
d810cad8d0
Adjusted code for Spigot compatibility
2024-06-17 15:50:06 +01:00
Oak
4e7de501c0
Updated bukkit platform to 1.21
2024-06-16 19:21:34 +01:00
daoge_cmd
6ff0903d83
fix: fix an mistake
2024-06-17 01:21:14 +08:00
daoge_cmd
133df45968
feat: make it works!
2024-06-17 00:37:16 +08:00
daoge_cmd
1f937a2ae0
feat: fake entity
2024-06-16 15:55:28 +08:00
daoge_cmd
d861d3e849
feat: more works
2024-06-16 15:48:18 +08:00
daoge_cmd
3d4aec4abb
chores: improve imports
2024-06-16 15:03:19 +08:00
daoge_cmd
62e589870d
feat: more works
2024-06-16 15:02:42 +08:00
daoge_cmd
2b125414c9
feat: more works
2024-06-16 06:01:38 +08:00
daoge_cmd
59d7632927
feat: add mapping files
2024-06-16 03:30:50 +08:00
daoge_cmd
d81f886e8c
feat: more works
2024-06-16 03:29:03 +08:00
daoge_cmd
b29ba2db70
feat: more works
2024-06-16 01:33:46 +08:00
daoge_cmd
02a7363f01
feat: init work on allay
2024-06-16 00:07:52 +08:00
Oak
9e60db4b0d
Updated MinecraftVersionInfo
2024-06-10 11:07:24 +01:00
Oak
4536767794
Updated to 1.20.6
2024-06-03 11:36:50 +01:00
Oak
3fa4b21247
Attempted to fix paper versions
2024-06-02 21:27:07 +01:00
Oak
17acde09a3
Updated Bukkit to 1.20.6
2024-05-31 12:11:07 +01:00
Zoe Gidiere
dd272bce64
WIP 1.20.6
2024-05-01 17:04:34 -06:00
Gavin Tran
c20b1eaf10
Apply code style fixes
2024-04-21 15:39:48 -04:00
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
duplexsystem
b848ddabda
Merge remote-tracking branch 'origin/ver/6.5.0' into dev/7.0-2
2024-03-02 22:18:54 -07: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
Zoë Gidiere
7214053b9e
update fabric loader
2024-01-07 11:57:17 -07:00
Zoë Gidiere
da5d0c52f2
Merge remote-tracking branch 'origin/ver/6.5.0' into dev/7.0-2
2024-01-07 10:55:39 -07:00
Astrash
f3476c5cc8
Add feature stage blending
2024-01-07 17:02:08 +11:00
Zoë Gidiere
cd69c7e77d
bump version
2024-01-05 19:49:20 -07:00
Zoë Gidiere
56dd15c9aa
clean up flora injection and make it configurable, off by default
2024-01-05 19:44:31 -07:00
Zoë Gidiere
2f470a3720
addon dep
2024-01-05 18:52:10 -07:00
Zoë Gidiere
5350917412
refactor v2 addons
2024-01-05 18:36:01 -07:00