Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rozmir-rohi/golem-tweaks
Quality of life mod for Iron and Snow Golems with backported repairable Iron Golems and more!
https://github.com/rozmir-rohi/golem-tweaks
forge minecraft-mod
Last synced: 8 days ago
JSON representation
Quality of life mod for Iron and Snow Golems with backported repairable Iron Golems and more!
- Host: GitHub
- URL: https://github.com/rozmir-rohi/golem-tweaks
- Owner: Rozmir-Rohi
- License: agpl-3.0
- Created: 2022-12-20T22:48:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T04:27:22.000Z (3 months ago)
- Last Synced: 2024-08-13T05:28:29.949Z (3 months ago)
- Topics: forge, minecraft-mod
- Language: Java
- Homepage: https://www.curseforge.com/minecraft/mc-mods/golem-tweaks
- Size: 505 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Golem Tweaks
Quality of life mod for Iron and Snow Golems with backported repairable Iron Golems and more!
## Credits & License Conditions:
**Mr Crayfish** - 1.7.10 Forge Modding Tutorials on YouTube explained developer environments and basic mod structure.**ganymedes0** - Code for ServerEventHandler.class in the Et Futurum mod helped to figure out how to replace vanilla golems with modded ones. Also, the code for shearable Snow Golems was directly sourced from the "Et Futurum" mod. Both of these codes were used under the Public Domain Licence.
**thehippomaster21** - Code for healing Snow Golems from the Snowball projectile was sourced from MutantSnowGolem.class in the Mutant Creatures Mod on 22nd of November 2022 under the GNU Affero General Public License v3.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/).
**Omgise** - Provided the Chinese (Simplified) (zh_CN.lang) language file.
**Note:** The textures for Iron Golem cracking, the Iron Golem cracking sounds, and the Iron Golem heal sound was sourced from the 1.15 version of Minecraft.
### 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