Fox2Code
Fox2Code
I'll try to do something for FoxLoader for ReIndev 2.9, probably something on `Vec3i`/`BlockPos`
@tulpenkiste yeah, I should do something for that.
Java9 support is not yet available and will come in a future release
I hate the latest version of java blocking reflection at all cost If this continues I will use a different approach to get the unsafe (It's the fault of no...
Checked for 6 hours and didn't find a way to fix this bug for now. It's because the JVM disable Reflection on non public fields and this prevents FabricZero to...
I won't spend any more times because I have others things to do. Just to know if someone as a way to fix it I will accept it. Also I...
You can download the latest version in releases -> https://github.com/Fox2Code/FabricZero/releases
@satyrnhub I will do a patch because it's a JVM problem should be fixed in the next version of `FabricZero` but it's not totally related to this issue. Anyways thanks...
@satyrnhub I fixed your bug yeasterday, just add `--add-opens java.base/jdk.internal.misc=ALL-UNNAMED --add-opens java.base/jdk.internal.vm.annotation=ALL-UNNAMED` on top of the previous JVM arguments.
The way FabricZero hook Fabric is by using reflection and the latest version of java block reflection + I almost destroyed my health by trying to fix the previous issue...