TheBrokenRail
795e8a1e38
All checks were successful
ObsidianSpawn/pipeline/head This commit looks good
26 lines
730 B
JSON
26 lines
730 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "obsidianspawn",
|
|
"version": "${version}",
|
|
"name": "ObsidianSpawn",
|
|
"description": "Use Crying Obsidian to set your spawn-point in any dimension!",
|
|
"authors": [
|
|
"TheBrokenRail"
|
|
],
|
|
"contact": {
|
|
"homepage": "https://thebrokenrail.com/",
|
|
"sources": "https://gitea.thebrokenrail.com/TheBrokenRail/ObsidianSpawn.git",
|
|
"issues": "https://gitea.thebrokenrail.com/TheBrokenRail/ObsidianSpawn/issues"
|
|
},
|
|
"license": "MIT",
|
|
"icon": "assets/obsidianspawn/icon.png",
|
|
"environment": "*",
|
|
"mixins": [
|
|
"obsidianspawn.mixins.json"
|
|
],
|
|
"depends": {
|
|
"fabricloader": ">=0.7.4",
|
|
"minecraft": "1.16.x"
|
|
}
|
|
}
|