mirror of
https://github.com/Noctade/rotten-foods.git
synced 2026-09-05 09:31:39 +10:00
WIP Minecraft 1.21.11 mod that adds rotten variants of foods.
- Java 100%
| gradle/wrapper | ||
| src | ||
| .gitattributes | ||
| .gitignore | ||
| build.gradle | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| LICENSE | ||
| README.md | ||
| settings.gradle | ||
Rotten Foods
A small Minecraft 1.21.11 Fabric mod that adds rotten variants of food items (i.e. apples, carrots...).
Changes (planned and completed):
- Rotten Apple
- Rotten Wheat
- Rotten Carrot
- Rotten Watermelon
- Rotten Meat Variants
- Rotten Fish Variants
How to obtain these items?
These items have been added (or will be added) to the loot tables of the ways to obtain regular food items.
How to compile:
- Install IntelliJ
- Git clone the repo
- Open the folder as a project in IntelliJ
- Wait for Gradle to populate the project
- Open the Terminal in IntelliJ, make sure it is in the project directory and run .\gradlew build
- Locate the mod binaries in \build\libs