HomeJavaModsCreate: Eat Andesite
Create: Eat Andesite
ModsJava

Create: Eat Andesite

by Nikrecs · on Modrinth

Create add-on that lets you hold right-click to eat andesite (and any block you pick), for a little hunger and some Slowness. Fully configurable.

⬇ Download on Modrinth

JOIN OUR DISCORD

About

EatAndesite is a Create add-on that does exactly what the name says: it lets you eat andesite, with the full vanilla eating animation, sound and crunch particles. Each bite costs a little hunger and gives a short dose of Slowness — because swallowing rock isn't good for you.

Requires Create (hard dependency) — install it alongside Create.

Install on both the client and the server. Create itself needs both sides too, so a Create pack already has you covered. Works in singleplayer out of the box.

Free to use in any modpack — public or private, no permission needed.

What it does

For modpack makers

All behavior lives in config/eatandesite.json (generated on first launch). Plain JSON, editable in any text editor. Every value is range-checked on load, so a typo or out-of-range number can never crash the game — it's just clamped back into a safe range. The mod references zero Create classes: edible items are matched purely by their id string.

Default config

{
  "enabled": true,
  "edibleItems": [
    "minecraft:andesite",
    "minecraft:polished_andesite"
  ],
  "hungerLossPoints": 1,
  "slownessDurationTicks": 100,
  "slownessAmplifier": 0,
  "eatDurationTicks": 32,
  "replaceBlockPlacement": false
}
Key Default What it does Safe range
enabled true Master switch. false = nothing is edible.
edibleItems andesite + polished andesite Which items/blocks are edible, as namespace:path. null → defaults
hungerLossPoints 1 Food points removed per bite (2 = one drumstick; 1 = half). 0 = no cost. 020
slownessDurationTicks 100 Slowness length in ticks (20 = 1 s; 100 = 5 s). 0 disables it. 01,000,000
slownessAmplifier 0 Slowness level (0 = I, 1 = II, …). 0255
eatDurationTicks 32 Hold time to finish a bite (32 ≈ 1.6 s, like vanilla food). 172,000
replaceBlockPlacement false false: placement stays vanilla — right-click places, and you eat by aiming at air or with sneak + right-click. true: inverts it, so right-click eats and sneak + right-click places. Non-block items are always eaten.

Tips for edibleItems

Reset — delete config/eatandesite.json and relaunch. A hand-edited file is loaded non-destructively: if it's malformed, the mod keeps your file intact rather than overwriting it.

Feedback

Please report any bugs, errors, or feature suggestions on Discord: https://discord.gg/HTkn94BXmA

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more