/DeepMobLearning-Refabricated

Rework of Deep Mob Learning mod for FabricMC

Primary LanguageKotlinGNU Lesser General Public License v3.0LGPL-3.0

Deep Mob Learning: Refabricated

Fabric API Fabric Language Kotlin

Deep Mob Learning: Refabricated is a parallel version of Deep Mob Learning Minecraft Mod (originally authored by xt9) made to Fabric Mod Loader.

The main theme of this mod (by "this" I mean the version you can find in this repository) is providing cool ways to acquire mob loot. I also have a lot of other plans to implement here and give the mod other purposes too, but since the current stage of the mod is beta thats all I have to offer for now :/

Xt9's Version

This project is a rework of the original Deep Mob Learning mod, authored by xt9.

His version of the mod is focused in providing a better way to acquire mob loot in servers, because creating big mobtraps and things like that doesn't always works well or can have huge performance impacts. If you don't know his version, you should definitively check it out first, he is a pretty cool guy and does a lot of nice things in the Minecraft community.

Can I add it to a modpack?

Absolutely! You can download the mod on Curseforge, just pick the latest release for your game version, make sure you installed the dependencies too.

Will there ever be a Forge version?

Well yes but actually no. If you want a Forge version of this mod you should check out the xt9's version

About Deep Mob Learning: Refabricated, unfortunately I don't plan to support Forge by myself. But if you want to, take some words with Cafeteria and the original author of the mod and you should be fine.

Setting up dev env

The only special thing that differs from a gradle project is that you will need to have this section in your ~/.gradle/gradle.properties file:

mcdUsername=foo
mcdPassword=bar
curseforgeToken=foobar

The values can be dummy, fill with the right ones if you somehow need to do the publications.

Contact

If you want to report bugs, give ideas, feedbacks or discuss the mod at all, feel free to open an Issue or join our Discord Guild and go to the Deep Mob Learning: Refabricated section. Please note that this guild is a shared place where me and some friends are making mods, take a look at their mods too!

License

Most of the textures and models are All Rights Reserved, owned by IterationFunk.

All the files that contains the LGPL-v3 header are licensed over LGPL-v3, this includes all the source code.

Copyright (C) 2020 Nathan P. Bombana, IterationFunk

This file is part of Deep Mob Learning: Refabricated.

Deep Mob Learning: Refabricated is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or (at your option)
any later version.

Deep Mob Learning: Refabricated is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License
along with Deep Mob Learning: Refabricated.  If not, see <https://www.gnu.org/licenses/>.