This commit is contained in:
ipz233_vvv
2025-01-15 14:25:15 +02:00
parent 8a44dc1fbb
commit 6244e119dd
18 changed files with 44 additions and 42 deletions

View File

@@ -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": [

View File

@@ -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

View File

@@ -1,6 +1,6 @@
{
"required": true,
"package": "com.example.platforms.fabric.mixin",
"package": "com.example.template.platforms.fabric.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
],

View File

@@ -1,6 +1,6 @@
{
"required": true,
"package": "com.example.platforms.forge.mixin",
"package": "com.example.template.platforms.forge.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
],

View File

@@ -1,6 +1,6 @@
{
"required": true,
"package": "com.example.platforms.neoforge.mixin",
"package": "com.example.template.platforms.neoforge.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
],