Initial commit
This commit is contained in:
42
extracted/fabric.mod.json
Normal file
42
extracted/fabric.mod.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"accessWidener": "soupapi.accesswidener",
|
||||
"schemaVersion": 1,
|
||||
"id": "soupvisuals",
|
||||
"version": "3.1.0",
|
||||
"name": "Soup Visuals",
|
||||
"description": "Enjoy the game with Soup Visuals",
|
||||
"icon": "assets/soupapi/soup.png",
|
||||
"authors": [
|
||||
"Padej_",
|
||||
"Winvi_"
|
||||
],
|
||||
"contact": {
|
||||
"website": "none",
|
||||
"repo": "none"
|
||||
},
|
||||
"license": "SOUP-1.0",
|
||||
"environment": "*",
|
||||
"entrypoints": {
|
||||
"main": [
|
||||
"padej.soup.core.Main"
|
||||
]
|
||||
},
|
||||
"mixins": [
|
||||
"soupapi.mixins.json"
|
||||
],
|
||||
"depends": {
|
||||
"fabricloader": "*",
|
||||
"fabric-resource-loader-v0": "*",
|
||||
"fabric": "*",
|
||||
"minecraft": "1.21.4"
|
||||
},
|
||||
"breaks": {
|
||||
"naturalmotionblur": "*",
|
||||
"c2me": "*"
|
||||
},
|
||||
"jars": [
|
||||
{
|
||||
"file": "META-INF/jars/cloth-config-fabric-17.0.144-fabric.jar"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user