fixes
This commit is contained in:
@@ -14,10 +14,10 @@
|
||||
"environment": "*",
|
||||
"entrypoints": {
|
||||
"main": [
|
||||
"com.example.platforms.fabric.TempLateFabric"
|
||||
"com.example.template.platforms.fabric.TempLateFabric"
|
||||
],
|
||||
"modmenu": [
|
||||
"com.example.platforms.fabric.ModMenuIntegration"
|
||||
"com.example.template.platforms.fabric.ModMenuIntegration"
|
||||
]
|
||||
},
|
||||
"mixins": [
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"required": true,
|
||||
"package": "com.example.mixin",
|
||||
"package": "com.example.template.mixin",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"mixins": [
|
||||
"com.example.template.mixin.ExampleMixin"
|
||||
"ExampleMixin"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"required": true,
|
||||
"package": "com.example.platforms.fabric.mixin",
|
||||
"package": "com.example.template.platforms.fabric.mixin",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"mixins": [
|
||||
],
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"required": true,
|
||||
"package": "com.example.platforms.forge.mixin",
|
||||
"package": "com.example.template.platforms.forge.mixin",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"mixins": [
|
||||
],
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"required": true,
|
||||
"package": "com.example.platforms.neoforge.mixin",
|
||||
"package": "com.example.template.platforms.neoforge.mixin",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"mixins": [
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user