package rename + storage backend abstraction

This commit is contained in:
mcrcortex
2024-01-19 12:07:47 +10:00
parent 2345c8d692
commit e3bd036385
98 changed files with 268 additions and 242 deletions

View File

@@ -14,14 +14,14 @@
"environment": "client",
"entrypoints": {
"client": [
"me.cortex.voxelmon.client.Voxelmon"
"me.cortex.zenith.client.Voxelmon"
]
},
"mixins": [
"voxelmon.mixins.json"
"zenith.mixins.json"
],
"depends": {
"fabricloader": ">=0.14.22"
},
"accessWidener": "voxelmon.accesswidener"
"accessWidener": "zenith.accesswidener"
}