Draconic Evolution

Draconic Evolution

77M Downloads

Custom Fusion Recipe not working

GabrielM2025 opened this issue ยท 1 comments

commented

Im creating a modpack in 1.18.2 for me and my friends and i wanted to add some custom recipes with draconic, im using the json metode but it isnt working can someone help me??

Wheres the code:
[{"mode": "ADD",
"result":"avaritia:crystal_matrix_ingot",
"catalyst":"minecraft:nether_star",
"energy": 5000000,
"tier": 2,
"ingredients": [
"minecraft:diamond_block",
"minecraft:diamond_block",
"extendedcrafting:ender_star",
"extendedcrafting:ender_star"
]}]

commented

Custom Fusion Crafting recipes do not exist in JSON form anymore. Use datapacks instead. If you're curious about the format, look at the source code here.