Spice of Life: Discovery

Quick rating

Spice of Life: Discovery

No reviews yet

Spice of Life inspired mod to encourage new food discovery!

Cozy
Survival
QoL & Tweaks
Food & Culinary
Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Optional
Server Required

About

Project Details

Type
Mod
Latest Version
1.3.0
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Spice of Life Discovery

Spice of Life Discovery is a spin on the Spice of Life: Carrot Edition idea, but more geared toward finding more unique foods as you play. SOL: Discovery is best enjoyed with a mountain of new modded foods. Consider using Farmer's Delight with a bunch of addons!

Configuration

Default

By default, SOL:D starts the player at 6 HP (3 hearts) and grants an additional 2 HP (1 heart) for each 5 new food items eaten. That formula is completely configurable in .minecraft/config/soldisco.json5. See the Suggestions section for some ideas to get you started.

The formula you input into the config is parsed by exp4j. You can find which functions are available here.

Suggestions

Here are a few interesting or weird ideas to get you started.

This formula will require an increasing amount of new food items for each additional heart:

{
    "formula": "20 + 2 * floor(sqrt(foodsEaten))",
    "minHp": 20.0
}

This formula punishes you for each new food you eat:

{
    "formula": "40 - foodsEaten",
    "minHp": 1.0
}

Start at 3 hearts and gain a heart for every five new foods you eat (this is the default):

{
    "formula": "6 + 2 * floor(foodsEaten / 5)",
    "minHp": 6.0
}

Commands

The /foodhistory command lets you manage the foods you've eaten.

  • foodhistory get [<player>] gets the full food history of a player
  • foodhistory add <food> [<players>] adds a food to the food history of players
  • foodhistory remove <food> [<players>] removes a food from the food history of players
  • foodhistory query <food> [<players>] check if players have a food

Credits

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~33,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works