properly named it and added a new mod image

This commit is contained in:
Ryan
2024-01-20 12:05:40 +02:00
parent 1260a1271e
commit e3d2c298c2
148 changed files with 190 additions and 220 deletions

View File

@@ -0,0 +1,13 @@
{
"required": true,
"minVersion": "0.8",
"package": "net.arcmods.arcteam.terraoriginum.mixin",
"compatibilityLevel": "JAVA_16",
"mixins": [
"PlayerConditionsMixin",
"PlayerEntityMixin"
],
"injectors": {
"defaultRequire": 1
}
}