Anuken / rhino

A stripped-down version of Rhino for Mindustry. Fixes various encountered issues.
6 stars 2 forks source link

fix crash #1

Closed deltanedas closed 3 years ago

deltanedas commented 3 years ago

java.util.function.Consumer thing, cant find anywhere in arc rhino mods or mindustry so ig its same as last time

deltanedas commented 3 years ago

@Anuken h

Anuken commented 3 years ago

This doesn't actually fix the problem - if the class has any methods referencing Java 8 stuff, none of the methods will be discovered, and it will be completely unusable. Even if you don't crash when creating the object, you'll crash when you try to access it.

deltanedas commented 3 years ago

h indeed