Blue (Lukas Rieger)
16237d292a
Implement file-watchers and remove events that are not needed anymore
2021-05-02 14:51:42 +02:00
Blue (Lukas Rieger)
27295cb988
Intermediate commit: Lots of redesigning with the RenderManager and Render-Tasks
2021-04-24 22:11:26 +02:00
Blue (Lukas Rieger)
f520833099
Fix typo in default configuration
2021-02-07 14:28:08 +01:00
Lukas Rieger
e191fb987d
Open minecraft-dependency to never versions
2021-01-23 16:52:24 +01:00
Blue (Lukas Rieger)
97a19c821e
Add 1.16.4 support for fabric and forge
2020-11-04 01:16:35 +01:00
Blue (Lukas Rieger)
8471f3275a
Move mixin for detection of newly generated chunks for a better compatibillity with worldgeneration mods.
...
Fixes #101
2020-10-02 15:57:55 +02:00
Blue (Lukas Rieger)
e62c5d5be3
Add debug command to save the world and flush scheduled changed chunks
...
Also change the status command messages a little
2020-09-25 18:24:07 +02:00
Blue (Lukas Rieger)
e9ab39c052
Use own ForkJoinPool for cache-cleanups to avoid class-loading errors
...
On forge there was a problem sometimes, where presumably a join-fork-thread was created with a class-loader that did not have access to all classes, and therefore crashed in a ClassNotFoundException. This fixes this issue.
2020-09-15 12:02:12 +02:00
Blue (Lukas Rieger)
c677c28075
Change world-to-folder implementation for latest forge and fabric versions
...
to get the correct save-folder even if the actual world-name is different
2020-09-14 19:04:22 +02:00
Blue (Lukas Rieger)
4f86c2266c
Update fabric and forge to 1.16.3
2020-09-12 13:49:42 +02:00
Blue (Lukas Rieger)
b1fd91681e
Divide implementation-versions further
2020-09-04 11:57:26 +02:00
Blue (Lukas Rieger)
cd24f57031
Fix possible NPE and the forge-server instance never being initialized
2020-08-30 20:52:30 +02:00
Blue (Lukas Rieger)
fd6da092ab
Correct javax relocation
2020-08-30 14:41:51 +02:00
Blue (Lukas Rieger)
93dae9648f
Dont cache the player-object.
...
Tentative fix for #76
2020-08-30 14:27:34 +02:00
Blue (Lukas Rieger)
591e105c05
Remove guava and yaml-config dependency and tidy up build-script dependencies
2020-08-30 13:25:22 +02:00
Blue (Lukas Rieger)
e6d5058326
Add more supported forge and fabric versions
2020-08-25 19:25:31 +02:00
Blue (Lukas Rieger)
717b28d4e0
Move implementation sub-projects to subfolder and rename them
2020-08-25 15:44:25 +02:00