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

lace.Mob-Rebirth.10.2.0+1.16.5.source-code.fabric.mod.json Maven / Gradle / Ivy

There is a newer version: 10.2.2+1.18.2
Show newest version
{
  "schemaVersion": 1,
  "id": "mobrebirth",
  "version": "${version}",

  "name": "Mob Rebirth",
  "description": "Allows mobs to be reborn in various ways.",
  "authors": [
    "The_Fireplace"
  ],
  "contact": {
    "homepage": "https://www.curseforge.com/minecraft/mc-mods/mob-rebirth",
    "sources": "https://github.com/The-Fireplace-Minecraft-Mods/Mob-Rebirth",
    "issues": "https://github.com/The-Fireplace-Minecraft-Mods/Mob-Rebirth/issues"
  },

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

  "environment": "*",
  "entrypoints": {
    "di-main": [
      "dev.the_fireplace.mobrebirth.entrypoints.MainEntrypoint"
    ],
    "modmenu": [
      "dev.the_fireplace.mobrebirth.entrypoints.ModMenuEntrypoint"
    ]
  },
  "mixins": [
    "mobrebirth.mixins.json"
  ],
  "depends": {
    "fabricloader": ">=0.7.2",
    "minecraft": "1.16.X",
    "fireplacelib": ">=6.0.5 <7"
  },
  "custom": {
    "modmenu": {
      "links": {
        "modmenu.discord": "https://discord.gg/QXQYPj5"
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy