lace.Mob-Rebirth.10.2.0+1.16.5.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 Mob-Rebirth Show documentation
Show all versions of Mob-Rebirth Show documentation
A server-side Minecraft mod that allows mobs to be reborn in various ways.
{
"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