Use official Satin build, Gradle cleanup, Remove unneeded dependencies

This commit is contained in:
Motschen
2020-12-20 15:05:55 +01:00
parent 432934b056
commit d42905746b
5 changed files with 65 additions and 105 deletions

View File

@@ -7,7 +7,6 @@ import net.fabricmc.api.EnvType;
import net.fabricmc.api.Environment;
@Environment(EnvType.CLIENT)
@SuppressWarnings("No GUI provider registered")
public class ModMenuIntegration implements ModMenuApi {
@Override