rebrand and first mixin \o/

This commit is contained in:
2022-11-13 15:26:18 +01:00
parent 3cf796d148
commit ff1cbb8644
9 changed files with 71 additions and 58 deletions
@@ -0,0 +1,14 @@
{
"required": true,
"minVersion": "0.8",
"package": "me.youhavetrouble.moregamerules.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [],
"client": [],
"server": [
"MagmaBlockMixin"
],
"injectors": {
"defaultRequire": 1
}
}