lace.GrandEconomy.4.1.0+1.14.4.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 GrandEconomy Show documentation
Show all versions of GrandEconomy Show documentation
A server-side economy mod/api for Minecraft.
{
"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