Skip to content

CafeteriaGuild/DeepMobLearning-Refabricated

Repository files navigation

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 IterationFunk) made to Fabric Mod Loader.

While IterationFunk's Deep Mob Learning focused much more on acquiring mob loot, our rendition takes liberties to expand and modernize the mod, while retaining its essence intact.

Will there ever be a (Neo)Forge version?

Well yes but actually no. If you want a Forge version of this mod you should check out either IterationFunk's version (1.12) or Shadows_of_Fire's Hostile Neural Networks (1.16+), another IterationFunk-sanctioned rendition of the original mod's concepts.

About Deep Mob Learning: Refabricated, unfortunately we don't plan to support (Neo)Forge. But if you want to, take some words with us at 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

  • Textures and models of content ported over from the original DML are All Rights Reserved, owned by IterationFunk.

  • Textures for Energy Octahedron and Pristine Energy Cube made by Malcolm Riley and is publicly available at their unused textures repository, licensed under CC-BY-4.0.

  • "Sci-fi alien UFO warble", used as Data Synthesizer's process sound, was made by AlaskaRobotics and is publicly available at freesound.org, licensed under Creative Commons 0.

  • 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/>.