org.mozilla.javascript.WrappedException: Wrapped java.lang.RuntimeException: Invalid input in recipe: 213 is not a valid item. You must create the item before you can add it to a recipe. (Alternate_Furnace_Power_Mod_V1.2.js#42)
at org.mozilla.javascript.Context.throwAsScriptRuntimeEx(Unknown Source)
at org.mozilla.javascript.MemberBox.invoke(Unknown Source)
at org.mozilla.javascript.FunctionObject.call(Unknown Source)
at org.mozilla.javascript.Interpreter.interpretLoop(Unknown Source)
at script(Alternate_Furnace_Power_Mod_V1.2.js:42)
at org.mozilla.javascript.Interpreter.interpret(Unknown Source)
at org.mozilla.javascript.InterpretedFunction.call(Unknown Source)
at org.mozilla.javascript.ContextFactory.doTopCall(Unknown Source)
at org.mozilla.javascript.ScriptRuntime.doTopCall(Unknown Source)
at org.mozilla.javascript.InterpretedFunction.exec(Unknown Source)
at net.zhuoweizhang.mcpelauncher.ScriptManager.initJustLoadedScript(ScriptManager.java:251)
at net.zhuoweizhang.mcpelauncher.ScriptManager$ParseThread.run(ScriptManager.java:173)
at java.lang.Thread.run(Thread.java:841)
Caused by: java.lang.RuntimeException: Invalid input in recipe: 213 is not a valid item. You must create the item before you can add it to a recipe.
at net.zhuoweizhang.mcpelauncher.ScriptManager$NativeItemApi.verifyAndAddShapedRecipe(ScriptManager.java:2742)
at net.zhuoweizhang.mcpelauncher.ScriptManager$NativeItemApi.addCraftRecipe(ScriptManager.java:2694)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
... 11 more
Running latest versions of block launcher and mcpe.
Find the free "Droid Edit" app on Google Play and edit the .js file and go to line #42 and put two // before the line to comment it out. Then save the file and try loading the .js file again.
at org.mozilla.javascript.Context.throwAsScriptRuntimeEx(Unknown Source)
at org.mozilla.javascript.MemberBox.invoke(Unknown Source)
at org.mozilla.javascript.FunctionObject.call(Unknown Source)
at org.mozilla.javascript.Interpreter.interpretLoop(Unknown Source)
at script(Alternate_Furnace_Power_Mod_V1.2.js:42)
at org.mozilla.javascript.Interpreter.interpret(Unknown Source)
at org.mozilla.javascript.InterpretedFunction.call(Unknown Source)
at org.mozilla.javascript.ContextFactory.doTopCall(Unknown Source)
at org.mozilla.javascript.ScriptRuntime.doTopCall(Unknown Source)
at org.mozilla.javascript.InterpretedFunction.exec(Unknown Source)
at net.zhuoweizhang.mcpelauncher.ScriptManager.initJustLoadedScript(ScriptManager.java:251)
at net.zhuoweizhang.mcpelauncher.ScriptManager$ParseThread.run(ScriptManager.java:173)
at java.lang.Thread.run(Thread.java:841)
Caused by: java.lang.RuntimeException: Invalid input in recipe: 213 is not a valid item. You must create the item before you can add it to a recipe.
at net.zhuoweizhang.mcpelauncher.ScriptManager$NativeItemApi.verifyAndAddShapedRecipe(ScriptManager.java:2742)
at net.zhuoweizhang.mcpelauncher.ScriptManager$NativeItemApi.addCraftRecipe(ScriptManager.java:2694)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
... 11 more
Running latest versions of block launcher and mcpe.