Package refactor into common and client, common cannot interact with client code directly
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"required": true,
|
||||
"package": "me.cortex.voxelmon.mixin",
|
||||
"package": "me.cortex.voxelmon.client.mixin",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"client": [
|
||||
"minecraft.MixinBackgroundRenderer",
|
||||
|
||||
Reference in New Issue
Block a user