
Food Within
ArchivedThe mod thats add food within, where foods are within many different mobs and made using other materials. These are mainly endgame food items that give various benefits to the player.
2,994
0
2,994
0
Food Within has been archived. Food Within will not receive any further updates unless the author decides to unarchive the project.
Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
1.0.2
Release
Food Within 1.0.210 months ago 57
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Ported to NeoForge 1.21.1
- Decreased amount of Saturation and Hunger each food item gives
- Decreased the levels of the potions effect the Dragon Apple gives
- Fixed Dragon Apple Loot Table
- Fixed Sickly Apple Loot Table
- Fixed Piglin Apple Loot Table
- Fixed Apple of the Deep Loot Table
- Fixed Void Apple Loot Table, now can only be found in the Void Pillar Structure
- Removed Crimson Fungus on a Stick
- Added Dragon Egg Recipe
- Right Clicking the Dragon now drops more Egg Pieces and yolk. Also uses a loot table now to drop the items
- Updated the texture for the Dragon Egg Yolk, its not much of a difference tbh
- Updated the texture for the Apple Bowl, its also not much of a difference, i literally made the stick bigger so its more noticeable lol
- Void Pillar structure should also be seen more easily, maybe?
- Made Void Block unbreakable, im evil i know
- Bowl of Slime now gives Oozing effect
- Added Tooltip to Double Compressed Apple
- Reduced durability for Carrot Spear, idk why it had more durability than an iron tool lol, changed to 173 uses/durability
- Fixed the chests in the Void Pillar structure so they actually have the correct loot
- Included Shulkers inside the Void Pillar
- Removed Search Bar in Creative Tab
- Piglin Apple will also drop Piglin Brutes and Zombified Piglins
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:bF5E23ca:wH8b2yoC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bF5E23ca:wH8b2yoC"
}
