Created
November 3, 2016 17:02
-
-
Save Lanse505/b1f230f274bba51a7acce88eb7b4471b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| INFO: MineTweaker: Building registry | |
| INFO: MineTweaker: Sucessfully built item registry | |
| INFO: Adding command minetweaker | |
| INFO: Adding minetweaker command tooltips | |
| INFO: | |
| ERROR: Script.zs:21 > No such member in minetweaker.item.IItemStack: giveBack | |
| ERROR: Script.zs:25 > No such member in minetweaker.oredict.IOreDictEntry: addTooltip | |
| ERROR: Script.zs:26 > No such member in minetweaker.item.IItemStack: addTooltip | |
| INFO: Test Script 1 Loading... | |
| INFO: Adding Dirt to ore dictionary entry ingotIron | |
| INFO: Copying contents of ore dictionary entry dustRedstone to ingotIron | |
| INFO: Mirroring ingotTin to dustRedstone | |
| INFO: Adding Sand to ore dictionary entry dustJared | |
| INFO: Removing 1 recipes | |
| INFO: Adding recipe for Iron Leggings | |
| INFO: Removing 1 recipes | |
| INFO: Adding recipe for Stick | |
| INFO: Adding recipe for Iron Pickaxe | |
| INFO: Adding recipe for Torch | |
| INFO: Removing 1 furnace recipes | |
| INFO: Adding furnace recipe for <minecraft:coal:1> | |
| INFO: Setting fuel for <minecraft:stone> | |
| ERROR: Error executing Script.zs: Truncated class file | |
| java.lang.ClassFormatError: Truncated class file | |
| at java.lang.ClassLoader.defineClass1(Native Method) | |
| at java.lang.ClassLoader.defineClass(Unknown Source) | |
| at java.lang.ClassLoader.defineClass(Unknown Source) | |
| at stanhebben.zenscript.ZenModule$MyClassLoader.findClass(ZenModule.java:335) | |
| at java.lang.ClassLoader.loadClass(Unknown Source) | |
| at java.lang.ClassLoader.loadClass(Unknown Source) | |
| at Script.__script__(Script.zs:21) | |
| at __ZenMain__.run(Script.zs) | |
| at minetweaker.runtime.MTTweaker.load(MTTweaker.java:158) | |
| at minetweaker.MineTweakerImplementationAPI.reload(MineTweakerImplementationAPI.java:618) | |
| at minetweaker.MineTweakerImplementationAPI.onServerStart(MineTweakerImplementationAPI.java:527) | |
| at minetweaker.mc1102.MineTweakerMod.onServerStarting(MineTweakerMod.java:202) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | |
| at java.lang.reflect.Method.invoke(Unknown Source) | |
| at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:600) | |
| at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source) | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | |
| at java.lang.reflect.Method.invoke(Unknown Source) | |
| at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) | |
| at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) | |
| at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) | |
| at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) | |
| at com.google.common.eventbus.EventBus.post(EventBus.java:275) | |
| at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239) | |
| at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | |
| at java.lang.reflect.Method.invoke(Unknown Source) | |
| at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) | |
| at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) | |
| at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) | |
| at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) | |
| at com.google.common.eventbus.EventBus.post(EventBus.java:275) | |
| at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142) | |
| at net.minecraftforge.fml.common.Loader.serverStarting(Loader.java:845) | |
| at net.minecraftforge.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:292) | |
| at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:122) | |
| at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431) | |
| at java.lang.Thread.run(Unknown Source) | |
| INFO: | |
| INFO: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment