Lightning Recipes
No reviews yet
Library which allows you to create custom lightning recipes
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
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.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
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
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
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers