welcome to the world of javasound

This commit is contained in:
2023-07-03 15:45:00 +10:00
commit c84ba2549d
31 changed files with 2748 additions and 0 deletions

View File

@ -0,0 +1,18 @@
package gay.pizza.foundation.drywall.enums
enum class MixinCompatibilityLevel
{
JAVA_6,
JAVA_7,
JAVA_8,
JAVA_9,
JAVA_10,
JAVA_11,
JAVA_12,
JAVA_13,
JAVA_14,
JAVA_15,
JAVA_16,
JAVA_17,
JAVA_18
}