Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rozmir-rohi/goblins-legacy

Port of the Goblins! mod for 1.7.10 with a few improvements.
https://github.com/rozmir-rohi/goblins-legacy

forge minecraft-mod

Last synced: about 2 months ago
JSON representation

Port of the Goblins! mod for 1.7.10 with a few improvements.

Awesome Lists containing this project

README

        

# Goblins Legacy
Port of the Goblins! mod for 1.7.10 with a few improvements.

Credits:


Jan Orlowski (Sartharis) - Creator of the Goblins! mod. This project is a modified version of the Goblins! mod and is licensed under the "MIT" license as instructed from the written permission from the original creator. Proof of permission can be found inside the assets folder of the mod jar archive as an image file.



Azanor - Thaumcraft 4.2.2 API was used as a library under the MIT License to add Thaumcraft aspects to the mod content.



user17512883 - Their forum post helped me fix the primed TNT render bug (https://stackoverflow.com/questions/70119718/minecraft-forge-1-7-10-custom-entity-not-spawning-on-the-client).



New Teleportation Staff Mechanism:



coolAlias - Their answer in Minecraft Forums helped me to work out the base code for the new mechanism
(https://www.minecraftforum.net/forums/mapping-and-modding-java-edition/minecraft-mods/modification-development/2132650-solved-1-7-2-forge-block-player-is-looking-at).



AlchemyMouse - Their answer in StackOverflow me helped resolve vectors needed for the new mechanism (https://gamedev.stackexchange.com/questions/59858/how-to-find-the-entity-im-looking-at).




---

Original Goblins! Contributer Credits




Hengabone - Made the goblin village templates and awesome Beta-Tester Posted Image.



Garrura and Srymon - For being great friends of Sartharis and giving ideas!



mister_person - For giving Sartharis the materials to craft the nature arrow!



cowmonkey (AKA Madgoblin) - For showing Sartharis the bomb blueprints.



Geethebluesky - For solving the configuration file mystery.



Cowguy666 - For making the drum texture.







Special Thanks:


nanaqui and sunconure11 - For suggesting me to take on this project. This project wouldn't have existed if it wasn't for their request.








## Use of anatawa12's Fork of ForgeGradle 1.2 within Project:
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