Update
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
Binary file not shown.

After

Width:  |  Height:  |  Size: 225 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 453 B

@@ -0,0 +1,3 @@
{
"block.televator.televator": "Jump Vader"
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 225 B

@@ -1,3 +0,0 @@
{
"block.jumpvader.jumpvader_block": "Jump Vader"
}
@@ -6,7 +6,7 @@
"entries": [
{
"type": "minecraft:item",
"name": "jumpvader:jumpvader_block"
"name": "televator:televator"
}
],
"conditions": [
@@ -17,7 +17,7 @@
}
},
"result": {
"item": "jumpvader:jumpvader_block",
"item": "televator:televator",
"count": 2
}
}
+11 -15
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"
}
}
-13
View File
@@ -1,13 +0,0 @@
{
"required": true,
"minVersion": "0.8",
"package": "dev.venomcode.jumpvader.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
],
"client": [
],
"injectors": {
"defaultRequire": 1
}
}