This mod adds mutant foods to minecraft! Specifically: Mutant Apples, Mutant Carrots, Mutant Cod and Mutant Steak Along with this, also adds naturally generating uranium ore, uranium, uranium bits and unstable uranium
This mod requires fabric
- Install fabric from their official site and the Fabric API
- Install the Mutant Foods Mod
- Copy the Fabric API and the Mutant Foods Mod into the
.minecraft\mods
folder(create if non-existent) - Launch the Fabric verison of the game
- Create a new world for the ore generation
- Uranium ore will generate as rare as iron
- You can use any pickaxe to make it drop 2-4 Uranium Bits
- Using a silk touch pickaxe, you can mine it to get Uranium ore, which can be smelted to obtain Uranium(1 Uranium = 9 Uranium Bits)
- Smelt the Uranium Bits to obtain Unstable Uranium
- Surround any food(Apple, Carrot, Cooked Cod or Steak) with Unstable Uranium in a crafting table to create a Mutant Counterpart of that food
- Each Mutant food gives you special status effects
- Download/Clone this repository
- Open the downloaded folder in Visual Studio Code(preffered IDE)
- Open a new terminal window in the folder
- Run
./gradlew genSources
and.\gradlew vscode
in the terminal - After finishing, run
./gradlew build
and locate the .jar file inbuild/libs
Don't hesitate to open an issue if you have any suggestions or any bugs are found