A tool creation and customization mod for Minecraft!
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
Forgero was created to fill a gap in the mods available for Fabric. The aim of the mod is to give tool creation and customization in Minecraft a greater depth.
Key features:
- A wide variety of materials can be used to craft every part of a tool (But some are better suited than others)
- Unique patterns which will enhance the look and attributes of your tools
- Vanilla friendly, this mod generates textures from palettes created from Minecraft's own textures
- Gems, which can further enhance tools and weapons through an expansive upgrade path
- Enchanting support
- Support for adding and customizing materials, patterns and gems entirely trough config files
This project is created with Fabric, and its toolchain
Modding Minecraft is very easy using the tools developed by the modding community.
If you wish to run this project without using and IDE, you need to install java 17, and Gradle
Setting up Forgero is best done using
-
Clone the project from this repository
git clone https://github.com/sigmundgranaas/forgero.git
-
Install Intellij IDEA
install intellij from: https://www.jetbrains.com/idea/download/
-
Open Forgero in Intellij
new > project from existing sources > choose forgero folder
-
Make changes and run Forgero
Make canges and run Minecraft by choosing the runClient gradle task from the righand Gradle menu
Forgero is in active development, and features are being added frequently.
- Add tool parts and materials
- Pickaxe, Shovel and axe
- Gems
- Patterns
- Sword and hoe support
- Support for enhanced tool properties, like golden and a 3x3 breaking area
- Rework model system to avoid flickering textures
See the open issues for a full list of proposed features (and known issues).
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again! Your contributions are Greatly appreciated
- Fork the Project to your Github account
- Set up the project as described in the installation section
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull request here
Distributed under the MIT License. See LICENSE.txt
for more information.
Sigmund Granaas Sandring
Project Link: https://github.com/sigmundgranaas/forgero
Creating this project could not have been done without the prior work of the community.
- The Fabric project
- Tinker's Construct
- Smithee
- Minecraft
- Readme template