Skip to content

bsuu/curios_munchies

Repository files navigation

munchies

Curios Munchies

N|Solid Build Status

Indulge your in-game cravings with the Curios Munchies Mod! This unique mod transforms trinkets into tasty snacks, unlocking additional curio slots. Experience the game in a whole new way as you snack your way to expanded storage. Say goodbye to your old trinkets.

Features

  • JEI intergration
  • Custom recipes

Recipe

recipe

Dependencies

Dependencie Required Link
Curios API (Forge) [https://www.curseforge.com/minecraft/mc-mods/curios]
Just Enough Items (JEI) [https://www.curseforge.com/minecraft/mc-mods/jei]

Customize recipe with datapack

Simple json recipe.

{
  "type": "curios_munchies:snack_recipe",
  "base" : {
    "tag": "curios_munchies:curios_munchies_snack"
  },
  "addition": {
    "item": "minecraft:nether_star"
  }
}

License

MIT