Add missed files
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
{
|
||||
"required": true,
|
||||
"minVersion": "0.8",
|
||||
"package": "com.example.examplemod.mixin",
|
||||
"package": "me.hypherionmc.craterlib.mixin",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"mixins": [
|
||||
],
|
||||
"client": [
|
||||
"ExampleFabricMixin"
|
||||
],
|
||||
"server": [
|
||||
],
|
||||
@@ -14,4 +13,3 @@
|
||||
"defaultRequire": 1
|
||||
}
|
||||
}
|
||||
|
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "modid",
|
||||
"id": "craterlib",
|
||||
"version": "${version}",
|
||||
|
||||
"name": "Example Mod",
|
||||
"description": "This is an example description! Tell everyone what your mod is about!",
|
||||
|
||||
"name": "CraterLib",
|
||||
"description": "A library mod used by HypherionSA's Mods",
|
||||
"authors": [
|
||||
"Me!"
|
||||
],
|
||||
@@ -12,21 +12,24 @@
|
||||
"homepage": "https://fabricmc.net/",
|
||||
"sources": "https://github.com/FabricMC/fabric-example-mod"
|
||||
},
|
||||
|
||||
"license": "CC0-1.0",
|
||||
|
||||
"license": "MIT",
|
||||
"icon": "assets/modid/icon.png",
|
||||
|
||||
|
||||
"environment": "*",
|
||||
"entrypoints": {
|
||||
"main": [
|
||||
"com.example.examplemod.ExampleMod"
|
||||
"me.hypherionmc.craterlib.CraterLibInitializer"
|
||||
],
|
||||
"client": [
|
||||
"me.hypherionmc.craterlib.client.CraterLibClientInitializer"
|
||||
]
|
||||
},
|
||||
"mixins": [
|
||||
"multiloader.mixins.json",
|
||||
"multiloader.fabric.mixins.json"
|
||||
"craterlib.mixins.json",
|
||||
"craterlib.fabric.mixins.json"
|
||||
],
|
||||
|
||||
|
||||
"depends": {
|
||||
"fabricloader": ">=0.12",
|
||||
"fabric": "*",
|
||||
@@ -37,4 +40,3 @@
|
||||
"another-mod": "*"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user