Draconic Evolution

Draconic Evolution

77M Downloads

My custom fusion crafting won't work

Isak3377 opened this issue · 7 comments

commented

Base information

  • Minecraft version: 1.10.2
  • Mod version: 2.1.8.273
  • Minecraft Forge version: 12.18.3.2511
  • Mod Pack: My personal test modpack.

I have tried to get custom fusion crafting to work all day long, I evetuly just tried to make my own and it failed. It doesn't show up in JEI and i tried just making it and it failed. I have made a .json document in the config file and heres the code.

[
{
"mode": "ADD",
"result": "minecraft:stone",
"catalyst": "minecraft:planks",
"energy": "500",
"tier": 1,
"ingredients": [
"minecraft:glass",
"minecraft:glass",
"minecraft:diamond"
]
}
]

If anyone knows whats wrong pleas help and if it has already been solved i would appreciate if someone could redirect me to that page. (Also this recipe is s just for testing, I just took a bunch of random vanilla stuff that i remembered.)

commented

You might have to modify the original recipes document.

If that works then there's your problem and solution. If not, get back to me and I'll try to help out. @unknown700

commented

If you mean copying the code in the default text file i already tried that @Famous5000

commented

Not what I meant, as in modify the file it already accesses

I'll have to take a look when I get home and see if I can give you more input on this.

commented
commented

ok will try that

commented
commented

I figgered it out, I was just being competly stupid and didn't see that you need to name the file a specific thing for it to work. Thanks for the help @Famous5000 I appreciate it.