WIP Minecraft 1.21.11 mod that adds rotten variants of foods.
Find a file
2026-03-12 23:46:54 +01:00
gradle/wrapper first commit 2026-03-10 16:30:46 +01:00
src add golden apple item code, item icon and recipe TBD 2026-03-12 23:46:42 +01:00
.gitattributes first commit 2026-03-10 16:30:46 +01:00
.gitignore Update .gitignore 2026-03-10 16:39:26 +01:00
build.gradle first commit 2026-03-10 16:30:46 +01:00
gradle.properties add golden apple item code, item icon and recipe TBD 2026-03-12 23:46:42 +01:00
gradlew first commit 2026-03-10 16:30:46 +01:00
gradlew.bat first commit 2026-03-10 16:30:46 +01:00
LICENSE first commit 2026-03-10 16:30:46 +01:00
README.md Update README.md 2026-03-12 19:03:51 +01:00
settings.gradle first commit 2026-03-10 16:30:46 +01:00

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:

  1. Install IntelliJ
  2. Git clone the repo
  3. Open the folder as a project in IntelliJ
  4. Wait for Gradle to populate the project
  5. Open the Terminal in IntelliJ, make sure it is in the project directory and run .\gradlew build
  6. Locate the mod binaries in \build\libs