Overgrown's Origins: Dietary Delights
🍗 Compatibility Between Mods Through Dietary Preferences! 🍗
Dietary Delights significantly expands the capabilities of LuaDotExe's "We Have the Meats" mod, providing full compatibility between the Origins mod and numerous food modifications. This package introduces detailed tags for various types of nutrition, allowing the creation of unique Origin characteristics based on dietary preferences and restrictions.
Target Audience
This package is primarily aimed at developers looking to expand or create custom Origins with specific food requirements. It will also be useful for members of the modding community seeking to standardize dietary tags between different mods.
Key Features
- Expanded Meat Category: Integrates items from other mods into the "meat" category, ensuring compatibility with Origins' dietary systems.
- New Dietary Tags: Introduces categories such as Ketogenic, Organic, Vegan, Pescatarian, and Vegetarian, allowing the creation of Origins with unique abilities or restrictions based on nutrition.
Supported Mods
Dietary Delights works with the following modifications:
- (Let's Do) Bakery
- (Let's Do) Beachparty
- (Let's Do) Brewery
- (Let's Do) Candlelight
- (Let's Do) Farm & Charm
- (Let's Do) Meadow
- (Let's Do) Vinery
- AdventureZ
- Aether Delight
- Alaska Native Craft
- Anthropophagy
- Aquaculture Delight
- Ars Nouveau
- Autovw's Burger Mod/Burger Mod Fabricated
- Better Animals Plus
- Better Nether
- Biome Makeover
- Born In Chaos
- Bountiful Fares
- Brewin' And Chewin'
- Chest Cavity
- Chirpy's Wildlife
- Corn Delight
- Croptopia
- Cultural Delights
- Deep Aether
- Delightful
- Ecologics
- End's Delight
- End's Phantasm
- Ender's Delight
- Expanded Delight
- Farmer's Delight
- Farmer's Respite
- Fish of Thieves
- Food+
- Galosphere
- Golden Steak
- Immersive Weathering
- Jellyfishing
- Kentucky Fried Axolotls (KFA)
- Midas Hunger
- Naturalist
- Nears
- Nether Additions
- Nether Depths Upgrade
- Nether's Delight
- Ocean's Delight
- Pam's HarvestCraft 2 - Food Core
- Promenade
- Quality Crops
- Quality's Delight
- Rotten Leather
- Silent's Delight
- Snowpig
- Spawn
- Spit Splat
- The Aether
- The Aether: Redux
- Twilight Forest
- Twilight's Flavors & Delight
- Turkish Delight
- Unusual Delight (Hostile Delight)
- Unusual Fish Mod
- ValleyCraft
- Vampire's Delight
- Vampirism
- Vegan Delight
- Vietnam's Delight
- You've Goat to be Kidding Me
- More Delight
- Crabber's Delight
- My Nether's Delight (meat tag only)
Implementation Guide
Specific Dietary Tag
To apply a specific dietary tag, such as Pescatarian, use the following JSON structure:
"item_condition": {
"type": "origins:ingredient",
"ingredient": {
"tag": "origins:pescatarian"
}
}
This setup ensures that the Origin can use only items with the Pescatarian tag.
General Meat Category
For Origins designed to consume any type of meat, you can use the simplified origins:meat tag:
"item_condition": {
"type": "origins:meat"
}
This configuration allows the Origin to use any item classified under the expanded Meat category.
Organic Tag
The organic tag has been broadly defined to encompass all possible items from supported mods plus standard Minecraft foods, which corresponds to the literal definition of "organic" in a non-chemical context in Minecraft.