Package refactor into common and client, common cannot interact with client code directly

This commit is contained in:
mcrcortex
2024-01-16 22:27:23 +10:00
parent 79fe1f7e14
commit f73f667687
76 changed files with 206 additions and 295 deletions

View File

@@ -13,7 +13,9 @@
"icon": "assets/voxelmon/icon.png",
"environment": "client",
"entrypoints": {
"client": ["me.cortex.voxelmon.Voxelmon"]
"client": [
"me.cortex.voxelmon.client.Voxelmon"
]
},
"mixins": [
"voxelmon.mixins.json"

View File

@@ -1,6 +1,6 @@
{
"required": true,
"package": "me.cortex.voxelmon.mixin",
"package": "me.cortex.voxelmon.client.mixin",
"compatibilityLevel": "JAVA_17",
"client": [
"minecraft.MixinBackgroundRenderer",