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

lace.GrandEconomy.4.1.0+1.14.4.source-code.fabric.mod.json Maven / Gradle / Ivy

There is a newer version: 4.1.0+1.16.5
Show newest version
{
  "schemaVersion": 1,
  "id": "grandeconomy",
  "version": "${version}",

  "name": "Grand Economy",
  "description": "A server-side economy mod/api.",
  "authors": [
    "The_Fireplace"
  ],
  "contact": {
    "homepage": "https://www.curseforge.com/minecraft/mc-mods/grand-economy",
    "sources": "https://github.com/The-Fireplace-Minecraft-Mods/Grand-Economy",
    "issues": "https://github.com/The-Fireplace-Minecraft-Mods/Grand-Economy/issues"
  },

  "license": "MPL-2.0",
  "icon": "assets/grandeconomy/logo.png",

  "environment": "*",
  "entrypoints": {
    "main": [
      "dev.the_fireplace.grandeconomy.GrandEconomy"
    ],
    "grandeconomy": [
      "dev.the_fireplace.grandeconomy.nativeeconomy.NativeEconomyEntrypoint"
    ],
    "modmenu": [
      "dev.the_fireplace.grandeconomy.config.ModMenuIntegration"
    ]
  },
  "mixins": [
    "grandeconomy.mixins.json"
  ],

  "depends": {
    "fabricloader": ">=0.7.2",
    "fabric": "*",
    "minecraft": "1.14.X",
    "fireplacelib": ">=3.0.4 <4"
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy