Fix methods being deleted by proguard

This commit is contained in:
Username404-59 2021-04-14 19:33:19 +02:00
parent f8ddd825ac
commit f609967006
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1

View File

@ -36,6 +36,7 @@ subprojects {
keep("class fr.username404.snowygui.mixins.* { * ; }")
keep("class fr.username404.snowygui.fabric.** { * ; }")
keep("class fr.username404.snowygui.forge.** { * ; }")
keepclassmembers("class fr.username404.snowygui.** { public protected <methods>; }")
keepattributes(); keepdirectories(); keeppackagenames(); keepparameternames()
adaptclassstrings()
dontwarn("fr.username404.**")