Initial Commit with Torches. Missing LangKeys and Recipes
This commit is contained in:
41
Fabric/src/main/resources/fabric.mod.json
Normal file
41
Fabric/src/main/resources/fabric.mod.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "hyperlighting",
|
||||
"version": "${version}",
|
||||
|
||||
"name": "Hyper Lighting 2",
|
||||
"description": "Not your average Lighting & Decoration Mod",
|
||||
"authors": [
|
||||
"HypherionSA"
|
||||
],
|
||||
"contact": {
|
||||
"homepage": "",
|
||||
"sources": ""
|
||||
},
|
||||
|
||||
"license": "MIT",
|
||||
"icon": "assets/hyperlighting/icon.png",
|
||||
|
||||
"environment": "*",
|
||||
"entrypoints": {
|
||||
"main": [
|
||||
"me.hypherionmc.hyperlighting.HyperLightingFabric"
|
||||
],
|
||||
"client": [
|
||||
"me.hypherionmc.hyperlighting.client.HyperLightingFabricClient"
|
||||
]
|
||||
},
|
||||
"mixins": [
|
||||
"hyperlighting.mixins.json",
|
||||
"hyperlighting.fabric.mixins.json"
|
||||
],
|
||||
|
||||
"depends": {
|
||||
"fabricloader": ">=0.14",
|
||||
"fabric": "*",
|
||||
"minecraft": "1.19.1",
|
||||
"java": ">=17",
|
||||
"craterlib": "*"
|
||||
},
|
||||
"accessWidener": "hyperlighting.aw"
|
||||
}
|
15
Fabric/src/main/resources/hyperlighting.fabric.mixins.json
Normal file
15
Fabric/src/main/resources/hyperlighting.fabric.mixins.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"required": true,
|
||||
"minVersion": "0.8",
|
||||
"package": "me.hypherionmc.hyperlighting.mixin",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"mixins": [
|
||||
],
|
||||
"client": [
|
||||
],
|
||||
"server": [
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user