Jason Penilla
81bb9701da
Reformat FMJ to match editorconfig settings
2024-09-15 12:41:20 -07:00
Jason Penilla
179b45cac5
Update lithium config overrides
...
`mixin.alloc.entity_tracker` does the same thing as useBetterIdentitySet, nothing more or less
closes #17
2024-09-07 10:06:10 -07:00
Jason Penilla
55e62621e6
Initial lithium compatibility on Fabric ( #9 )
...
* Initial lithium compatibility on Fabric
* Update readme
* Add lithium test run
* Revert editorconfig change
2024-09-02 13:43:07 -07:00
Spottedleaf
37ca0e7b0d
Config option to fix end island generation at far distances
...
See https://bugs.mojang.com/browse/MC-159283
2024-08-31 10:41:02 -07:00
Spottedleaf
920a7e8722
Move all config access to PlatformHooks
...
This will make porting these changes back to Paper much easier,
as we will just provide a PlatformHooks implementation.
2024-08-29 15:24:56 -07:00
Jason Penilla
58a51d914b
Update compatible versions and build against 1.21.1
2024-08-18 20:42:56 -07:00
Spottedleaf
e68d381fc5
Avoid creating SliceShape when retrieving Voxelshape faces
...
SliceShape is not always the ideal shape, as sometimes the
face result is empty or full cube - but is represented as
SliceShape. Additionally, sometimes SliceShape should be
empty but isEmpty() is false.
2024-08-11 22:11:59 -07:00
Spottedleaf
c0a2e488fc
Fix client command registration for Fabric
...
The dispatcher is not actually available during mod init. So,
use the event callback.
2024-08-10 20:29:29 -07:00
Jason Penilla
cd5b6c037b
Initial profiler commands ( #2 )
...
* Initial profiler commands
* copy paste
* leaf
* add todo
* command feedback
* Allow all commands in SP without cheats
* fix SP command check
* make client commands actual client commands
* Start client profile command implementation
* Remove ArgumentParser class
---------
Co-authored-by: Spottedleaf <Spottedleaf@users.noreply.github.com >
2024-08-08 21:07:13 -07:00
Spottedleaf
09d9292f90
Adjust default config location
...
Place the config in config/
2024-08-08 16:22:52 -07:00
Spottedleaf
1053a51d1d
Initial pass of implementing clobbered neoforge API
2024-08-07 05:34:01 -07:00
Spottedleaf
c3f31b1c90
Replace tabs with spaces
2024-08-07 02:09:40 -07:00
Jason Penilla
d8f82ec045
setup config screen
2024-08-06 22:22:23 -07:00
Jason Penilla
d93cc978e3
Add PlatformHooks
2024-08-06 21:49:44 -07:00
Jason Penilla
c8d18ca479
Split some mixins to their platforms
2024-08-06 21:49:44 -07:00
Jason Penilla
a87cf17bd1
Setup multi-project build
2024-08-06 21:49:42 -07:00