portal-helper.1.1.0.source-code.fabric.mod.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of portal-helper Show documentation
Show all versions of portal-helper Show documentation
A Minecraft mod that helps to create portals
The newest version!
{
"schemaVersion": 1,
"id": "portal-helper",
"version": "${version}",
"name": "Portal Helper",
"description": "Helps you visualize where your portals need to go. Create a new portal with the \"n\" key",
"authors": [
"OroArmor"
],
"contact": {
"homepage": "https://oroarmor.com/",
"sources": "https://github.com/OroArmor/PortalHelper",
"issues": "https://github.com/OroArmor/PortalHelper/issues"
},
"license": "MIT",
"icon": "assets/portal-helper/icon.png",
"environment": "client",
"entrypoints": {
"client": [
"com.oroarmor.portal_helper.PortalHelper"
]
},
"mixins": [
"portal-helper.mixins.json"
],
"depends": {
"fabric": ">=0.30.0",
"minecraft": ">=1.16.0"
}
}