Mineuniverse
Log in Register
Mods

Lightning Recipes

Library which allows you to create custom lightning recipes
by makubas
Claim this project
163 downloads
0 likes
Updated Jun 30, 2026
0 hypes

Lightning Recipes

 

This library doesn't add any new crafting recipes after downloading!

 

The library allows you to add new custom recipes.

The recipe will be activated after the lightning will strike a lightning rod.

If block under it has any recipe bound to it in .json file, it will change to target block.

(It's similar to how copper blocks change after strike in vanilla minecraft)

 

To add a new recipe, you need to create a datapack, in which you will add

recipe_name.json file under /data /lightning_recipes/recipes/ location.

 

Example test_recipe.json:

{

    "type": "lightning_recipes:lightning_recipe",
    "input": {
        "item": "minecraft:grass_block"
     },
    "output": "minecraft:diamond_block"
}

In input you can also add a block tag to make it work on all blocks with selected tag, for example:

{
    "type": "lightning_recipes:lightning_recipe",
    "input": {
        "tag": "minecraft:logs"
    },
    "output": "minecraft:cobblestone"
}

 

Feel free to use that library in your modpack or by your own!

Mod repository: https://github.com/makubas/lightning-recipes

 

 

 

No files available for download.

More from makubas

Better Ladders
7,236
OresPlus [FABRIC]
2,163

You Might Also Like

Vivecraft
A Minecraft VR mod on a loader of your choice!
9,988,339
Athena
A crossplatform (Forge/Fabric) solution to connected block textures for 1.19.4+
99,799,527
Lodestone
A collection of code used throughout projects under the Lodestar team.
9,914,417
TheDragonLib
A library for most of sokratis12GR's Mods
9,910,232
Multi Mob Library
A library mod containing essential files for Daveyx0's mob mods
9,892,767
FTB Library (Forge) (Legacy)
FTB Library is a library mod that is used for some of our mods.
98,265,314