This commit is contained in:
ipz233_vvv
2025-01-15 15:55:36 +02:00
parent 6509d4d94f
commit 6a31c4ef11
3 changed files with 31 additions and 9 deletions

View File

@@ -1,5 +1,10 @@
package com.example.template;
/**
* This interface allows you to define platform specific code, and call it in
*/
public interface ModPlatform {
String getModloader();
boolean isModLoaded(String modloader);

View File

@@ -3,6 +3,8 @@
"package": "com.example.template.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
],
"client": [
"ExampleMixin"
],
"injectors": {