Frostdev Recipe Generator is a tool designed to help you create crafting recipes for CraftTweaker. This tool provides a user-friendly interface to generate the necessary scripts for adding custom recipes to your Minecraft modpacks.
- Grid-based Input: Easily input your recipe ingredients using a 3x3 grid.
- Output Item: Specify the output item and quantity for your recipe.
- Error Handling: Provides error messages for invalid inputs.
- Script Generation: Automatically generates the CraftTweaker script for your custom recipe.
- Clone the repository:
git clone https://gitlab.com/yourusername/wowid-recipe-generator.git
- Navigate to the project directory:
cd wowid-recipe-generator - Install the required dependencies:
pip install -r requirements.txt
To generate an executable (.exe) file for the Wowid Recipe Generator, follow these steps:
-
Navigate to the project directory:
cd wowid-recipe-generator -
Run
pyinstallerto generate the executable:python pyinstaller.py
-
The executable will be created in the
distdirectory:dist/Frostdev Recipe Generator.exe
You can now distribute the Frostdev Recipe Generator.exe file to users who can run the Wowid Recipe Generator without needing to install Python or any dependencies.
- Run the application:
python generator.py
- Use the grid to input your recipe ingredients.
- Specify the output item and quantity.
- Click "Generate Recipe" to create the CraftTweaker script.
Here is an example of a generated CraftTweaker script:
craftingTable.addShaped("example_item", <item:example_item> * 1, [
[<item:ingredient1>, <item:ingredient2>, <item:ingredient3>],
[<item:ingredient4>, <item:ingredient5>, <item:ingredient6>],
[<item:ingredient7>, <item:ingredient8>, <item:ingredient9>]
]);Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or suggestions, please open an issue on GitLab or contact the project maintainer at magnus@frostdev.io.