Initial commit

This commit is contained in:
Vos
2026-05-03 18:53:39 -05:00
commit 70d05eb492
18 changed files with 761 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
{
"schemaVersion": 1,
"id": "lost-resonance",
"version": "${version}",
"name": "Lost Resonance",
"description": "Echoes in the Void...",
"authors": [
"AceTheWildfire"
],
"contact": {
"homepage": "https://mods.acethewildfire.me/index.php/Ace%27s_BS"
},
"license": "CC0-1.0",
"icon": "assets/lost-resonance/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"com.acethewildfire.lostresonance.LostResonance"
],
"fabric-datagen": [
"com.acethewildfire.lostresonance.LostResonanceDataGenerator"
]
},
"mixins": [
"lost-resonance.mixins.json"
],
"depends": {
"fabricloader": ">=0.19.2",
"minecraft": "~26.1",
"java": ">=25",
"fabric-api": "*"
}
}