CleanroomMC / GroovyScript

A scripting mod for Minecraft without the issues of other scripting mods.
GNU Lesser General Public License v3.0
40 stars 28 forks source link

Convert all Records to Classes #221

Closed IntegerLimit closed 3 months ago

IntegerLimit commented 3 months ago

This PR converts all usages of Records in GroovyScript to use Classes instead, preserving the same functions as before.

This is because these records were not compiled correctly, causing occasional GrS errors on some machines in some environments.