Fabrication

Fabrication

305k Downloads

Crashes with Java 15

K0-RR opened this issue ยท 5 comments

commented

This probably has to do with Java 15, not the Fabric version.

commented

(Workaround for now: Disable general.taggable_players)

commented

Well I don't know how to disable general.taggable_players but I used Fabric Zero mod and it worked. Can you fix it to work with Java 15 or this workaround is the only possibility?

commented

I'll fix it soon, but in general I'd recommend you use the latest Java LTS rather than bleeding. Fabrication works fine on 8 and 11. It seems Oracle broke a (very old) reflection trick that allows you to modify final fields in 15 and I'll probably have to use an access widener instead of this trick.

commented

You can disable general.taggable_players in fabrication.ini.

[general]
; >>snip<<
; Allows players to be tagged by ops with /fabrication tag.
; Recommended to leave enabled unless there's an extremely unlikely
; incompatibility with another mod.
taggable_players=true