Mc Creator crashes before loading

Published by Fizzin_Pop on
Status
Resolved
Issue description

Hi, I recently added a new item to my mod in MC Creator, and upon adding it, the mod flat out crashes when going onto minecrafts loading screen, right at initializing mods phase 2 6/7.
I'm Worried since this is a mod that me and my friends loves playing together. what's happened, please help. I've attached a clone of the workspace so you could possibly help, Thanks!

Issue comments

And yes, i did try removing the thing that crashed the mod.. It still crashes

And I went into the console, whenever i try opening the mod in a test enviroment this is what happens

1.8.0_222]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_222]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_222]
   at net.minecraft.launchwrapper.Launch.launch(Launch.java:135 ) [launchwrapper-1.12.jar:?]
   at net.minecraft.launchwrapper.Launch.main(Launch.java:28 ) [launchwrapper-1.12.jar:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_222]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_222]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_222]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_222]
   at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97 ) [start/:?]
   at GradleStart.main( .GradleStart:25">GradleStart.java:25 ) [start/:?]
10:23.46 [main/ERROR] [FML]: Parsing error loading recipe epic_mod:emeraldrecipechestplate
com.google.gson.JsonSyntaxException: Unknown item 'epic_mod:emeraldarmorbody'
   at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:212 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$14(CraftingHelper.java:516 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:409 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:711 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:822 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:668 ) ~[CraftingHelper.class:?]
   at java.util.ArrayList.forEach(ArrayList.java:1257 ) [?:1.8.0_222]
   at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:620 ) [CraftingHelper.class:?]
   at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742 ) [Loader.class:?]
   at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336 ) [FMLClientHandler.class:?]
   at net.minecraft.client.Minecraft.init(Minecraft.java:581 ) [Minecraft.class:?]
   at net.minecraft.client.Minecraft.run(Minecraft.java:421 ) [Minecraft.class:?]
   at net.minecraft.client.main.Main.main(Main.java:118 ) [Main.class:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_222]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_222]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_222]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_222]
   at net.minecraft.launchwrapper.Launch.launch(Launch.java:135 ) [launchwrapper-1.12.jar:?]
   at net.minecraft.launchwrapper.Launch.main(Launch.java:28 ) [launchwrapper-1.12.jar:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_222]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_222]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_222]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_222]
   at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97 ) [start/:?]
   at GradleStart.main( .GradleStart:25">GradleStart.java:25 ) [start/:?]
10:23.46 [main/ERROR] [FML]: Parsing error loading recipe epic_mod:emeraldrecipeboots2
com.google.gson.JsonSyntaxException: Unknown item 'epic_mod:emeraldarmorboots'
   at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:212 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$14(CraftingHelper.java:516 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:409 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:711 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:822 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:668 ) ~[CraftingHelper.class:?]
   at java.util.ArrayList.forEach(ArrayList.java:1257 ) [?:1.8.0_222]
   at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:620 ) [CraftingHelper.class:?]
   at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742 ) [Loader.class:?]
   at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336 ) [FMLClientHandler.class:?]
   at net.minecraft.client.Minecraft.init(Minecraft.java:581 ) [Minecraft.class:?]
   at net.minecraft.client.Minecraft.run(Minecraft.java:421 ) [Minecraft.class:?]
   at net.minecraft.client.main.Main.main(Main.java:118 ) [Main.class:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_222]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_222]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_222]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_222]
   at net.minecraft.launchwrapper.Launch.launch(Launch.java:135 ) [launchwrapper-1.12.jar:?]
   at net.minecraft.launchwrapper.Launch.main(Launch.java:28 ) [launchwrapper-1.12.jar:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_222]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_222]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_222]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_222]
   at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97 ) [start/:?]
   at GradleStart.main( .GradleStart:25">GradleStart.java:25 ) [start/:?]
10:23.46 [main/ERROR] [FML]: Parsing error loading recipe epic_mod:emeraldrecipeboots1
com.google.gson.JsonSyntaxException: Unknown item 'epic_mod:emeraldarmorboots'
   at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:212 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$14(CraftingHelper.java:516 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:409 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:711 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:822 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:668 ) ~[CraftingHelper.class:?]
   at java.util.ArrayList.forEach(ArrayList.java:1257 ) [?:1.8.0_222]
   at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:620 ) [CraftingHelper.class:?]
   at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742 ) [Loader.class:?]
   at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336 ) [FMLClientHandler.class:?]
   at net.minecraft.client.Minecraft.init(Minecraft.java:581 ) [Minecraft.class:?]
   at net.minecraft.client.Minecraft.run(Minecraft.java:421 ) [Minecraft.class:?]
   at net.minecraft.client.main.Main.main(Main.java:118 ) [Main.class:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_222]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_222]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_222]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_222]
   at net.minecraft.launchwrapper.Launch.launch(Launch.java:135 ) [launchwrapper-1.12.jar:?]
   at net.minecraft.launchwrapper.Launch.main(Launch.java:28 ) [launchwrapper-1.12.jar:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_222]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_222]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_222]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_222]
   at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97 ) [start/:?]
   at GradleStart.main( .GradleStart:25">GradleStart.java:25 ) [start/:?]
10:23.46 [main/ERROR] [FML]: Parsing error loading recipe epic_mod:emeraldrecipeaxe2
com.google.gson.JsonSyntaxException: Unknown item 'epic_mod:emeraldaxe'
   at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:212 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$14(CraftingHelper.java:516 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:409 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:711 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:822 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:668 ) ~[CraftingHelper.class:?]
   at java.util.ArrayList.forEach(ArrayList.java:1257 ) [?:1.8.0_222]
   at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:620 ) [CraftingHelper.class:?]
   at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742 ) [Loader.class:?]
   at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336 ) [FMLClientHandler.class:?]
   at net.minecraft.client.Minecraft.init(Minecraft.java:581 ) [Minecraft.class:?]
   at net.minecraft.client.Minecraft.run(Minecraft.java:421 ) [Minecraft.class:?]
   at net.minecraft.client.main.Main.main(Main.java:118 ) [Main.class:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_222]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_222]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_222]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_222]
   at net.minecraft.launchwrapper.Launch.launch(Launch.java:135 ) [launchwrapper-1.12.jar:?]
   at net.minecraft.launchwrapper.Launch.main(Launch.java:28 ) [launchwrapper-1.12.jar:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_222]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_222]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_222]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_222]
   at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97 ) [start/:?]
   at GradleStart.main( .GradleStart:25">GradleStart.java:25 ) [start/:?]
10:23.46 [main/ERROR] [FML]: Parsing error loading recipe epic_mod:emeraldrecipeaxe
com.google.gson.JsonSyntaxException: Unknown item 'epic_mod:emeraldaxe'
   at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:212 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$14(CraftingHelper.java:516 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:409 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:711 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:822 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:668 ) ~[CraftingHelper.class:?]
   at java.util.ArrayList.forEach(ArrayList.java:1257 ) [?:1.8.0_222]
   at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:620 ) [CraftingHelper.class:?]
   at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742 ) [Loader.class:?]
   at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336 ) [FMLClientHandler.class:?]
   at net.minecraft.client.Minecraft.init(Minecraft.java:581 ) [Minecraft.class:?]
   at net.minecraft.client.Minecraft.run(Minecraft.java:421 ) [Minecraft.class:?]
   at net.minecraft.client.main.Main.main(Main.java:118 ) [Main.class:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_222]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_222]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_222]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_222]
   at net.minecraft.launchwrapper.Launch.launch(Launch.java:135 ) [launchwrapper-1.12.jar:?]
   at net.minecraft.launchwrapper.Launch.main(Launch.java:28 ) [launchwrapper-1.12.jar:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_222]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_222]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_222]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_222]
   at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97 ) [start/:?]
   at GradleStart.main( .GradleStart:25">GradleStart.java:25 ) [start/:?]
10:23.46 [main/ERROR] [FML]: Parsing error loading recipe epic_mod:emeraldhelmrecipe
com.google.gson.JsonSyntaxException: Unknown item 'epic_mod:emeraldarmorhelmet'
   at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:212 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$14(CraftingHelper.java:516 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:409 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:711 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:822 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:668 ) ~[CraftingHelper.class:?]
   at java.util.ArrayList.forEach(ArrayList.java:1257 ) [?:1.8.0_222]
   at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:620 ) [CraftingHelper.class:?]
   at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742 ) [Loader.class:?]
   at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336 ) [FMLClientHandler.class:?]
   at net.minecraft.client.Minecraft.init(Minecraft.java:581 ) [Minecraft.class:?]
   at net.minecraft.client.Minecraft.run(Minecraft.java:421 ) [Minecraft.class:?]
   at net.minecraft.client.main.Main.main(Main.java:118 ) [Main.class:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_222]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_222]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_222]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_222]
   at net.minecraft.launchwrapper.Launch.launch(Launch.java:135 ) [launchwrapper-1.12.jar:?]
   at net.minecraft.launchwrapper.Launch.main(Launch.java:28 ) [launchwrapper-1.12.jar:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_222]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_222]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_222]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_222]
   at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97 ) [start/:?]
   at GradleStart.main( .GradleStart:25">GradleStart.java:25 ) [start/:?]
10:23.46 [main/ERROR] [FML]: Parsing error loading recipe epic_mod:eeeeeeeeeeeeee
com.google.gson.JsonSyntaxException: Unknown item 'epic_mod:epicversev2'
   at net.minecraftforge.common.crafting.CraftingHelper.getItemStackBasic(CraftingHelper.java:260 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$16(CraftingHelper.java:537 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.getIngredient(CraftingHelper.java:202 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$15(CraftingHelper.java:524 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:409 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:711 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:822 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:668 ) ~[CraftingHelper.class:?]
   at java.util.ArrayList.forEach(ArrayList.java:1257 ) [?:1.8.0_222]
   at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:620 ) [CraftingHelper.class:?]
   at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742 ) [Loader.class:?]
   at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336 ) [FMLClientHandler.class:?]
   at net.minecraft.client.Minecraft.init(Minecraft.java:581 ) [Minecraft.class:?]
   at net.minecraft.client.Minecraft.run(Minecraft.java:421 ) [Minecraft.class:?]
   at net.minecraft.client.main.Main.main(Main.java:118 ) [Main.class:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_222]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_222]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_222]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_222]
   at net.minecraft.launchwrapper.Launch.launch(Launch.java:135 ) [launchwrapper-1.12.jar:?]
   at net.minecraft.launchwrapper.Launch.main(Launch.java:28 ) [launchwrapper-1.12.jar:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_222]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_222]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_222]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_222]
   at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97 ) [start/:?]
   at GradleStart.main( .GradleStart:25">GradleStart.java:25 ) [start/:?]
10:23.46 [main/ERROR] [FML]: Parsing error loading recipe epic_mod:ee
com.google.gson.JsonSyntaxException: Unknown item 'epic_mod:epicstickmaybe'
   at net.minecraftforge.common.crafting.CraftingHelper.getItemStackBasic(CraftingHelper.java:260 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$16(CraftingHelper.java:537 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.getIngredient(CraftingHelper.java:202 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$15(CraftingHelper.java:524 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:409 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:711 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:822 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:668 ) ~[CraftingHelper.class:?]
   at java.util.ArrayList.forEach(ArrayList.java:1257 ) [?:1.8.0_222]
   at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:620 ) [CraftingHelper.class:?]
   at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742 ) [Loader.class:?]
   at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336 ) [FMLClientHandler.class:?]
   at net.minecraft.client.Minecraft.init(Minecraft.java:581 ) [Minecraft.class:?]
   at net.minecraft.client.Minecraft.run(Minecraft.java:421 ) [Minecraft.class:?]
   at net.minecraft.client.main.Main.main(Main.java:118 ) [Main.class:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_222]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_222]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_222]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_222]
   at net.minecraft.launchwrapper.Launch.launch(Launch.java:135 ) [launchwrapper-1.12.jar:?]
   at net.minecraft.launchwrapper.Launch.main(Launch.java:28 ) [launchwrapper-1.12.jar:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_222]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_222]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_222]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_222]
   at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97 ) [start/:?]
   at GradleStart.main( .GradleStart:25">GradleStart.java:25 ) [start/:?]
10:23.46 [main/ERROR] [FML]: Parsing error loading recipe epic_mod:doublecompactedepiciniumrecipe
com.google.gson.JsonSyntaxException: Unknown item 'epic_mod:compactepicblock'
   at net.minecraftforge.common.crafting.CraftingHelper.getItemStackBasic(CraftingHelper.java:260 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$16(CraftingHelper.java:537 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.getIngredient(CraftingHelper.java:202 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$14(CraftingHelper.java:474 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:409 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:711 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:822 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:668 ) ~[CraftingHelper.class:?]
   at java.util.ArrayList.forEach(ArrayList.java:1257 ) [?:1.8.0_222]
   at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:620 ) [CraftingHelper.class:?]
   at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742 ) [Loader.class:?]
   at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336 ) [FMLClientHandler.class:?]
   at net.minecraft.client.Minecraft.init(Minecraft.java:581 ) [Minecraft.class:?]
   at net.minecraft.client.Minecraft.run(Minecraft.java:421 ) [Minecraft.class:?]
   at net.minecraft.client.main.Main.main(Main.java:118 ) [Main.class:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_222]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_222]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_222]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_222]
   at net.minecraft.launchwrapper.Launch.launch(Launch.java:135 ) [launchwrapper-1.12.jar:?]
   at net.minecraft.launchwrapper.Launch.main(Launch.java:28 ) [launchwrapper-1.12.jar:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_222]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_222]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_222]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_222]
   at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97 ) [start/:?]
   at GradleStart.main( .GradleStart:25">GradleStart.java:25 ) [start/:?]
10:23.46 [main/ERROR] [FML]: Parsing error loading recipe epic_mod:craftingtable2electricboogaloo
com.google.gson.JsonSyntaxException: Unknown item 'epic_mod:epicplank'
   at net.minecraftforge.common.crafting.CraftingHelper.getItemStackBasic(CraftingHelper.java:260 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$16(CraftingHelper.java:537 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.getIngredient(CraftingHelper.java:202 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$14(CraftingHelper.java:474 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:409 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:711 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:822 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:668 ) ~[CraftingHelper.class:?]
   at java.util.ArrayList.forEach(ArrayList.java:1257 ) [?:1.8.0_222]
   at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:620 ) [CraftingHelper.class:?]
   at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742 ) [Loader.class:?]
   at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336 ) [FMLClientHandler.class:?]
   at net.minecraft.client.Minecraft.init(Minecraft.java:581 ) [Minecraft.class:?]
   at net.minecraft.client.Minecraft.run(Minecraft.java:421 ) [Minecraft.class:?]
   at net.minecraft.client.main.Main.main(Main.java:118 ) [Main.class:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_222]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_222]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_222]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_222]
   at net.minecraft.launchwrapper.Launch.launch(Launch.java:135 ) [launchwrapper-1.12.jar:?]
   at net.minecraft.launchwrapper.Launch.main(Launch.java:28 ) [launchwrapper-1.12.jar:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_222]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_222]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_222]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_222]
   at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97 ) [start/:?]
   at GradleStart.main( .GradleStart:25">GradleStart.java:25 ) [start/:?]
10:23.46 [main/ERROR] [FML]: Parsing error loading recipe epic_mod:craftingtable1
com.google.gson.JsonSyntaxException: Unknown item 'epic_mod:ultraepicwoodplanks'
   at net.minecraftforge.common.crafting.CraftingHelper.getItemStackBasic(CraftingHelper.java:260 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$16(CraftingHelper.java:537 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.getIngredient(CraftingHelper.java:202 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$15(CraftingHelper.java:524 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:409 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:711 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:822 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:668 ) ~[CraftingHelper.class:?]
   at java.util.ArrayList.forEach(ArrayList.java:1257 ) [?:1.8.0_222]
   at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:620 ) [CraftingHelper.class:?]
   at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742 ) [Loader.class:?]
   at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336 ) [FMLClientHandler.class:?]
   at net.minecraft.client.Minecraft.init(Minecraft.java:581 ) [Minecraft.class:?]
   at net.minecraft.client.Minecraft.run(Minecraft.java:421 ) [Minecraft.class:?]
   at net.minecraft.client.main.Main.main(Main.java:118 ) [Main.class:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_222]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_222]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_222]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_222]
   at net.minecraft.launchwrapper.Launch.launch(Launch.java:135 ) [launchwrapper-1.12.jar:?]
   at net.minecraft.launchwrapper.Launch.main(Launch.java:28 ) [launchwrapper-1.12.jar:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_222]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_222]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_222]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_222]
   at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97 ) [start/:?]
   at GradleStart.main( .GradleStart:25">GradleStart.java:25 ) [start/:?]
10:23.46 [main/ERROR] [FML]: Parsing error loading recipe epic_mod:compactedepiciniunrecipe
com.google.gson.JsonSyntaxException: Unknown item 'epic_mod:epiciniumblock'
   at net.minecraftforge.common.crafting.CraftingHelper.getItemStackBasic(CraftingHelper.java:260 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$16(CraftingHelper.java:537 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.getIngredient(CraftingHelper.java:202 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$14(CraftingHelper.java:474 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:409 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:711 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:822 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:668 ) ~[CraftingHelper.class:?]
   at java.util.ArrayList.forEach(ArrayList.java:1257 ) [?:1.8.0_222]
   at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:620 ) [CraftingHelper.class:?]
   at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742 ) [Loader.class:?]
   at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336 ) [FMLClientHandler.class:?]
   at net.minecraft.client.Minecraft.init(Minecraft.java:581 ) [Minecraft.class:?]
   at net.minecraft.client.Minecraft.run(Minecraft.java:421 ) [Minecraft.class:?]
   at net.minecraft.client.main.Main.main(Main.java:118 ) [Main.class:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_222]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_222]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_222]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_222]
   at net.minecraft.launchwrapper.Launch.launch(Launch.java:135 ) [launchwrapper-1.12.jar:?]
   at net.minecraft.launchwrapper.Launch.main(Launch.java:28 ) [launchwrapper-1.12.jar:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_222]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_222]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_222]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_222]
   at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97 ) [start/:?]
   at GradleStart.main( .GradleStart:25">GradleStart.java:25 ) [start/:?]
10:23.46 [main/ERROR] [FML]: Parsing error loading recipe epic_mod:alphabowrecipe
com.google.gson.JsonSyntaxException: Unknown item 'epic_mod:powerof18'
   at net.minecraftforge.common.crafting.CraftingHelper.getItemStackBasic(CraftingHelper.java:260 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$16(CraftingHelper.java:537 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.getIngredient(CraftingHelper.java:202 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$15(CraftingHelper.java:524 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:409 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:711 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:822 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:668 ) ~[CraftingHelper.class:?]
   at java.util.ArrayList.forEach(ArrayList.java:1257 ) [?:1.8.0_222]
   at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:620 ) [CraftingHelper.class:?]
   at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742 ) [Loader.class:?]
   at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336 ) [FMLClientHandler.class:?]
   at net.minecraft.client.Minecraft.init(Minecraft.java:581 ) [Minecraft.class:?]
   at net.minecraft.client.Minecraft.run(Minecraft.java:421 ) [Minecraft.class:?]
   at net.minecraft.client.main.Main.main(Main.java:118 ) [Main.class:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_222]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_222]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_222]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_222]
   at net.minecraft.launchwrapper.Launch.launch(Launch.java:135 ) [launchwrapper-1.12.jar:?]
   at net.minecraft.launchwrapper.Launch.main(Launch.java:28 ) [launchwrapper-1.12.jar:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_222]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_222]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_222]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_222]
   at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97 ) [start/:?]
   at GradleStart.main( .GradleStart:25">GradleStart.java:25 ) [start/:?]
10:23.46 [main/ERROR] [FML]: Parsing error loading recipe epic_mod:aaaaaaaaaaa
com.google.gson.JsonSyntaxException: Unknown item 'epic_mod:epicverse'
   at net.minecraftforge.common.crafting.CraftingHelper.getItemStackBasic(CraftingHelper.java:260 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$16(CraftingHelper.java:537 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.getIngredient(CraftingHelper.java:202 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$15(CraftingHelper.java:524 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:409 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:711 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:822 ) ~[CraftingHelper.class:?]
   at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:668 ) ~[CraftingHelper.class:?]
   at java.util.ArrayList.forEach(ArrayList.java:1257 ) [?:1.8.0_222]
   at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:620 ) [CraftingHelper.class:?]
   at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742 ) [Loader.class:?]
   at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336 ) [FMLClientHandler.class:?]
   at net.minecraft.client.Minecraft.init(Minecraft.java:581 ) [Minecraft.class:?]
   at net.minecraft.client.Minecraft.run(Minecraft.java:421 ) [Minecraft.class:?]
   at net.minecraft.client.main.Main.main(Main.java:118 ) [Main.class:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_222]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_222]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_222]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_222]
   at net.minecraft.launchwrapper.Launch.launch(Launch.java:135 ) [launchwrapper-1.12.jar:?]
   at net.minecraft.launchwrapper.Launch.main(Launch.java:28 ) [launchwrapper-1.12.jar:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_222]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 ) ~[?:1.8.0_222]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ) ~[?:1.8.0_222]
   at java.lang.reflect.Method.invoke(Method.java:498 ) ~[?:1.8.0_222]
   at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97 ) [start/:?]
   at GradleStart.main( .GradleStart:25">GradleStart.java:25 ) [start/:?]
10:23.46 [main/INFO] [FML]: Applying holder lookups
10:23.46 [main/INFO] [FML]: Holder lookups applied
10:23.46 [main/INFO] [FML]: Injecting itemstacks
10:23.46 [main/INFO] [FML]: Itemstack injection complete
10:23.46 [main/WARN] [FML]: Registry SoundEvent: Override did not have an associated owner object. Name: epic_mod:yareyaredaze Value: net.minecraft.util.SoundEvent@393bd750
10:23.46 [main/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:629 ---- Minecraft Crash Report ----
// Why did you do that?
Time: 11/10/19 10:23 AM
Description: Initializing game
java.lang.RuntimeException: One of more entry values did not copy to the correct id. Check log for details!
   at net.minecraftforge.registries.ForgeRegistry.sync(ForgeRegistry.java:555 )
   at net.minecraftforge.registries.GameData.loadRegistry(GameData.java:531 )
   at net.minecraftforge.registries.GameData.freezeData(GameData.java:237 )
   at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:753 )
   at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336 )
   at net.minecraft.client.Minecraft.init(Minecraft.java:581 )
   at net.minecraft.client.Minecraft.run(Minecraft.java:421 )
   at net.minecraft.client.main.Main.main(Main.java:118 )
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 )
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 )
   at java.lang.reflect.Method.invoke(Method.java:498 )
   at net.minecraft.launchwrapper.Launch.launch(Launch.java:135 )
   at net.minecraft.launchwrapper.Launch.main(Launch.java:28 )
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 )
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 )
   at java.lang.reflect.Method.invoke(Method.java:498 )
   at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97 )
   at GradleStart.main( .GradleStart:25">GradleStart.java:25 )
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
   at net.minecraftforge.registries.ForgeRegistry.sync(ForgeRegistry.java:555 )
   at net.minecraftforge.registries.GameData.loadRegistry(GameData.java:531 )
   at net.minecraftforge.registries.GameData.freezeData(GameData.java:237 )
   at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:753 )
   at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336 )
   at net.minecraft.client.Minecraft.init(Minecraft.java:581 )
-- Initialization --
Details:
Stacktrace:
   at net.minecraft.client.Minecraft.run(Minecraft.java:421 )
   at net.minecraft.client.main.Main.main(Main.java:118 )
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 )
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 )
   at java.lang.reflect.Method.invoke(Method.java:498 )
   at net.minecraft.launchwrapper.Launch.launch(Launch.java:135 )
   at net.minecraft.launchwrapper.Launch.main(Launch.java:28 )
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62 )
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 )
   at java.lang.reflect.Method.invoke(Method.java:498 )
   at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97 )
   at GradleStart.main( .GradleStart:25">GradleStart.java:25 )
-- System Details --
Details:
   Minecraft Version: 1.12.2
   Operating System: Windows 10 (amd64) version 10.0
   Java Version: 1.8.0_222, BellSoft
   Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), 
   Memory: 757113856 bytes (722 MB) / 1510998016 bytes (1441 MB) up to 11408506880 bytes (10880 MB)
   JVM Flags: 0 total; 
   IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
   FML: MCP 9.42 Powered by Forge 14.23.5.2768 5 mods loaded, 5 mods active
   States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
   | State  | ID        | Version      | Source                           | Signature |
   |:------ |:--------- |:------------ |:-------------------------------- |:--------- |
   | UCHIJA | minecraft | 1.12.2       | minecraft.jar                    | None      |
   | UCHIJA | mcp       | 9.42         | minecraft.jar                    | None      |
   | UCHIJA | FML       | 8.0.99.99    | forgeSrc-1.12.2-14.23.5.2768.jar | None      |
   | UCHIJA | forge     | 14.23.5.2768 | forgeSrc-1.12.2-14.23.5.2768.jar | None      |
   | UCHIJA | epic_mod  | 1.0.0        | modid-1.0.jar                    | None      |
   Loaded coremods (and transformers): 
   GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 436.48' Renderer: 'GeForce RTX 2080/PCIe/SSE2'
   Launched Version: 1.12.2
   LWJGL: 2.9.4
   OpenGL: GeForce RTX 2080/PCIe/SSE2 GL version 4.6.0 NVIDIA 436.48, NVIDIA Corporation
   GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
   Using VBOs: Yes
   Is Modded: Definitely; Client brand changed to 'fml,forge'
   Type: Client (map_client.txt)
   Resource Packs: 
   Current Language: English (US)
   Profiler Position: N/A (disabled)
   CPU: 12x Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
10:23.46 [main/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:629 #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\damia\epicmod\run\.\crash-reports\crash-2019-11-10_10.23.46-client.txt
AL lib: (EE) alc_cleanup: 1 device not closed
:runClient FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':runClient'.
> Process 'command 'C:\Program Files\Pylo\MCreator\jdk\bin\java.exe'' finished with non-zero exit value -1
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 14s
13 actionable tasks: 7 executed, 6 up-to-date
C:\Users\damia\epicmod>
Task completed with return code 0 in 19753 milliseconds

There were some bugs found in MCreator 1.9.1 so we decided to release a patch update. If you are having one of the following bugs or want to have the features added in this path and downloaded MCreator before the time of the patch (30. 9. 2019, 15:45 CEST), consider reinstalling version 1.9.1:

  • [Bugfix #53239] Mods did not contain any mod elements if they were located in a path or had a name containing any special character or whitespace
  • [Bugfix #53401] Mod dependencies did not work
  • [Bugfix #53439] Existing buttons in GUI editor could not be resized
  • [Bugfix #53287] MCreator could get extremely laggy with large console tab contents
  • [Bugfix] Duplicate mod element button did not work for some mod element types
  • [Bugfix] Custom blocks and items had logWood selected for ore dictionary by default
  • Added ore dictionary to plants
  • Added option to disable harvest level specification for blocks
  • Improved mob spawning in custom dimensions
  • Added template manager to preferences
  • Instead of default UI background images, custom images and mod screenshots can be used

To apply the patch (fix these bugs and get the listed features), download MCreator 1.9.1 again and install it over the current installation. After reinstalling it, make sure to regenerate code in all the workspaces you already opened with MCreator 1.9.1 by clicking Build & run -> Regenerate code and build.

You have some locked elements too. Unlock them so they get fixed too before you regenerate the code.

The second issue would be that some of your sound effect names contain whitespace, where their name should be in format aaaa.bbb.ccc

So uh, now when i go to the console after opening it, this new thing appearead, The others are now gone but.

01:04.44 [main/WARN] [FML]: Registry SoundEvent: Override did not have an associated owner object. Name: epic_mod:yareyaredaze Value: net.minecraft.util.SoundEvent@58e142be

Is this caused by me removing the sound from the sounds folder?? i can't really get the sound back, so is there a way to remove its element from it?

 

Yes, I suggest you to go to workspace tab, resources tab -> sounds tab and delete all sounds there and reimport them from scratch. Make sure to set new sounds in all elements that used them too.

I removed all of the sounds from the sounds folder in the workspace, and replaced them and now this has happened because the mod is still detecting the old sounds, how do i remove the old sounds from being detected? I'm much better with a visual of where it is, please send a screenshot of where i need to go to remove them!
 

12:46.28 [main/WARN] [minecraft/SoundHandler]: File epic_mod:sounds/mineturtle says hello.ogg does not exist, cannot add it to event epic_mod:turtle hello
12:46.28 [main/WARN] [minecraft/SoundHandler]: File epic_mod:sounds/undertale sound effect - sans.ogg does not exist, cannot add it to event epic_mod:epicmod.entity.sansidle
12:46.28 [main/WARN] [minecraft/SoundHandler]: File epic_mod:sounds/undertale sound effect - attack.ogg does not exist, cannot add it to event epic_mod:entity.sanshit
12:46.28 [main/WARN] [minecraft/SoundHandler]: File epic_mod:sounds/undertale sound effect - attack hit.ogg does not exist, cannot add it to event epic_mod:entity.sansdie
12:46.28 [main/WARN] [minecraft/SoundHandler]: File epic_mod:sounds/undertale sound effect - gaster fade.ogg does not exist, cannot add it to event epic_mod:null.break
12:46.28 [main/WARN] [minecraft/SoundHandler]: File epic_mod:sounds/you_feel_yourself_lost_in_the_void.ogg does not exist, cannot add it to event epic_mod:thevoidstaresback
12:46.28 [main/WARN] [minecraft/SoundHandler]: File epic_mod:sounds/the_almighty_gods_theme.ogg does not exist, cannot add it to event epic_mod:musicalsoulgod
12:46.28 [main/WARN] [minecraft/SoundHandler]: File epic_mod:sounds/you_feel_yourself_lost_in_the_void.ogg does not exist, cannot add it to event epic_mod:thevoidisepic
12:46.28 [main/WARN] [minecraft/SoundHandler]: File epic_mod:sounds/fortnite dance - despacito.ogg does not exist, cannot add it to event epic_mod:epicsticksound
12:46.28 [main/WARN] [minecraft/SoundHandler]: File epic_mod:sounds/get_out_of_my_room_before_i_fizzin_pop.ogg does not exist, cannot add it to event epic_mod:creepertheme
12:46.28 [main/WARN] [minecraft/SoundHandler]: File epic_mod:sounds/gamer lex.ogg does not exist, cannot add it to event epic_mod:y e s
12:46.28 [main/WARN] [minecraft/SoundHandler]: File epic_mod:sounds/the demons theme.ogg does not exist, cannot add it to event epic_mod:oh no its wowdogefacde
12:46.28 [main/WARN] [minecraft/SoundHandler]: File epic_mod:sounds/applause_crowd_cheering_sound_effect.ogg does not exist, cannot add it to event epic_mod:lllllllll 
12:46.28 [main/WARN] [minecraft/SoundHandler]: File epic_mod:sounds/undertale sound effect - heavy damage.ogg does not exist, cannot add it to event epic_mod:heavydamage
12:46.28 [main/WARN] [minecraft/SoundHandler]: File epic_mod:sounds/deltarune - jevil - oh!.ogg does not exist, cannot add it to event epic_mod:jevilsound
12:46.28 [main/WARN] [minecraft/SoundHandler]: File epic_mod:sounds/you_will_now_die.ogg does not exist, cannot add it to event epic_mod:hansmoleman
12:46.28 [main/WARN] [minecraft/SoundHandler]: File epic_mod:sounds/hakai - toppo dbs (parte 2).ogg does not exist, cannot add it to event epic_mod:hakai.
12:46.28 [main/WARN] [minecraft/SoundHandler]: File epic_mod:sounds/aura burstsuper saiyan transformation sound effect (read description).ogg does not exist, cannot add it to event epic_mod:muisfx
12:46.28 [main/WARN] [minecraft/SoundHandler]: File epic_mod:sounds/blaster_gaster_2.ogg does not exist, cannot add it to event epic_mod:gasterblast
12:46.28 [main/WARN] [minecraft/SoundHandler]: File epic_mod:sounds/ora sound effect.ogg does not exist, cannot add it to event epic_mod:yareyaredaze
12:46.28 [main/WARN] [minecraft/SoundHandler]: File epic_mod:sounds/time resume.ogg does not exist, cannot add it to event epic_mod:timeresume
12:46.28 [main/WARN] [minecraft/SoundHandler]: File epic_mod:sounds/time stop.ogg does not exist, cannot add it to event epic_mod:timestop
12:46.28 [main/WARN] [minecraft/SoundHandler]: File epic_mod:sounds/default-dance-despacito (1).ogg does not exist, cannot add it to event epic_mod:epic stick loop
12:46.28 [main/WARN] [minecraft/SoundHandler]: File epic_mod:sounds/fortnite - despacito (extended) (1).ogg does not exist, cannot add it to event epic_mod:epic stick extended
12:46.28 [main/WARN] [minecraft/SoundHandler]: File epic_mod:sounds/fortnite-pillar-men.ogg does not exist, cannot add it to event epic_mod:fortnite pillar man
12:46.28 [main/WARN] [minecraft/SoundHandler]: File epic_mod:sounds/menacing but in ogg format.ogg does not exist, cannot add it to event epic_mod:yesysysysysysysysypilalrman
12:46.28 [main/WARN] [minecraft/SoundHandler]: File epic_mod:sounds/goodgrief.ogg does not exist, cannot add it to event epic_mod:yareyaredaze

You should delete them from MCreator, not from folder. What did I say here:

Yes, I suggest you to go to workspace tab, resources tab -> sounds tab and delete all sounds there and reimport them from scratch. Make sure to set new sounds in all elements that used them too.

Workspace tab -> resources tab

i just realized it is on the side, i'm so sorry for bothering you!
Now i feel like an idiot