Update
Some checks are pending
build / build (17, ubuntu-22.04) (push) Waiting to run
build / build (17, windows-2022) (push) Waiting to run

This commit is contained in:
2024-04-09 21:17:17 +02:00
parent 64c6f17d7f
commit 6c2df592c5
21 changed files with 206 additions and 331 deletions

View File

@@ -1,38 +1,34 @@
{
"schemaVersion": 1,
"id": "jumpvader",
"id": "televator",
"version": "${version}",
"name": "Jump Vader",
"description": "Ender Vaders ServerSide Only",
"authors": [
"VenomCodeDev"
"VenomCodeDev",
"BRNSystems"
],
"contact": {
"homepage": "https://github.com/VenomCodeDev/JumpVaderMod",
"sources": "https://github.com/VenomCodeDev/JumpVaderMod"
"homepage": "https://github.com/VenomCodeDev/TelevatorMod",
"sources": "https://github.com/VenomCodeDev/TelevatorMod"
},
"license": "MIT",
"icon": "assets/jumpvader/icon.png",
"icon": "assets/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"dev.venomcode.jumpvader.JumpVaderMod"
"systems.brn.televator.Televator"
]
},
"mixins": [
"jumpvader.mixins.json"
],
"depends": {
"fabricloader": ">=0.14.21",
"minecraft": "~1.20.1",
"fabricloader": ">=0.15.9",
"minecraft": "~1.20.4",
"java": ">=17",
"fabric-api": "*"
},
"suggests": {
"another-mod": "*"
"fabric-api": "*",
"polymer-core": "0.7.7+1.20.4"
}
}