Update
This commit is contained in:
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"
|
||||
}
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "jumpvader:jumpvader_block"
|
||||
"name": "televator:televator"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
+1
-1
@@ -17,7 +17,7 @@
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "jumpvader:jumpvader_block",
|
||||
"item": "televator:televator",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
{
|
||||
"required": true,
|
||||
"minVersion": "0.8",
|
||||
"package": "dev.venomcode.jumpvader.mixin",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"mixins": [
|
||||
],
|
||||
"client": [
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user