init
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "sable",
|
||||
"version": "1.2.2",
|
||||
"name": "Sable",
|
||||
"description": "Interactive moving block structures with physics.",
|
||||
"authors": [
|
||||
"RyanHCode"
|
||||
],
|
||||
"contact": {
|
||||
"sources": "https://github.com/ryanhcode/sable-companion",
|
||||
"issues": "https://github.com/ryanhcode/sable/issues"
|
||||
},
|
||||
"accessWidener": "sable.accesswidener",
|
||||
"license": "PolyForm Shield License 1.0.0",
|
||||
"icon": "icon.png",
|
||||
"environment": "*",
|
||||
"entrypoints": {
|
||||
"main": [
|
||||
"dev.ryanhcode.sable.fabric.SableFabric"
|
||||
],
|
||||
"client": [
|
||||
"dev.ryanhcode.sable.fabric.client.SableFabricClient"
|
||||
]
|
||||
},
|
||||
"mixins": [
|
||||
"sable.mixins.json",
|
||||
"sable-fabric.mixins.json"
|
||||
],
|
||||
"depends": {
|
||||
"fabricloader": ">=0.16.9",
|
||||
"minecraft": "1.21.1",
|
||||
"java": ">=21",
|
||||
"veil": ">=4.0.0",
|
||||
"fabric-command-api-v2": ">=0.110.0+1.21.1",
|
||||
"fabric-lifecycle-events-v1": ">=0.110.0+1.21.1",
|
||||
"fabric-resource-loader-v0": ">=0.110.0+1.21.1",
|
||||
"fabric-convention-tags-v2": ">=0.110.0+1.21.1"
|
||||
},
|
||||
"custom": {
|
||||
"lithium:options": {
|
||||
"mixin.entity.collisions.unpushable_cramming": false,
|
||||
"mixin.world.chunk_access": false,
|
||||
"mixin.world.chunk_ticking": false,
|
||||
"mixin.world.tick_scheduler": false
|
||||
}
|
||||
},
|
||||
"breaks": {
|
||||
"scalablelux": "*",
|
||||
"sablecompanion": "<1.6.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user