All Downloads are FREE. Search and download functionalities are using the official Maven repository.

portal-helper.1.1.0.source-code.fabric.mod.json Maven / Gradle / Ivy

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"
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy