This project is a modified version of the Primitive Mobs mod v1.0c for 1.7.10 and is licensed under the GNU Lesser General Public License v3.0.
-
Sheepman Smith now accepts Thaumcraft Gold Coins or anything else in the "nuggetGold" ore dictionary for item repairs.
-
Lost Miners now become Villagers once they reach the surface and reward the player.
-
Precious Pickaxes are now a 10% spawn chance inside haunted tool spawns (previously was a 1% chance). This new spawn chance is also the same chance as a silver sword drop from a Silver Skeleton in Mo' Creatures.
-
Slight clean up of code in EntitySheepmanSmith.
-
Slight clean up of brackets with CanDespawn function in most mobs.
-
Renamed mod and changed mcmod.info accordingly.
-
Added built-in Thaumcraft aspects.
Daveyx0 - Creator of the Primitive Mobs mod - provided the original mod under the Creative Commons Attribution-NonCommercial 3.0 Unported license (https://creativecommons.org/licenses/by-nc/3.0/).
Azanor - Thaumcraft API v4.2.2.0 was used as a library for the project. This was used under the MIT License (https://choosealicense.com/licenses/mit/).
Et Futurum Requiem Team - Code in CompatThaumcraft.java and EtFuturum.java from the Et Futurum Requiem mod helped me understand the basis of adding Thaumcraft aspects to items, blocks, and mobs. This was used under the GNU Lesser General Public License v3.0 (https://choosealicense.com/licenses/lgpl-3.0/).
EnderIO Team - Code in ThaumcraftAspects.java from the EnderIO mod helped me understand how to add Thaumcraft aspects to sub-items with meta data values. This was used under the Unlicense license (https://choosealicense.com/licenses/unlicense/).
All license conditions have been satisfied through the application of the GNU Lesser General Public License v3.0, credit to the creator of the Primitive Mobs mod, notice of changes to original mod, non-commercial distribution of this project, and disclosure of source code.
The source code of this project uses anatawa12's fork of ForgeGradle 1.2 as a library under the GNU Lesser General Public License v2.1 (https://choosealicense.com/licenses/lgpl-2.1/).
Compiled versions of this mod are permitted under section 5 of the original license, "A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or linked with it, is called a "work that uses the Library". Such a work...is not a derivative work of the Library"; consequently the conditions of the original license do not apply to the work.
The source code of this mod is permitted under section 6 of the original license, "you may also combine or link a "work that uses the Library" with the Library to produce a work containing portions of the Library, and distribute that work under terms of your choice" provided that:
- Private modifications are allowed.
- Notice is given that the Library is used and a copy of it's original license is provided.
- Access is provided to the source code of the Library.
The source code for anatawa12's fork of ForgeGradle 1.2 can be found here: https://github.com/anatawa12/ForgeGradle-1.2