Created
November 3, 2016 17:04
-
-
Save Lanse505/5ca75856e96a0b75d1b9a3fea5f17e18 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: tried to remove command: entities failed. THIS IS NOT AN ERROR! | |
| INFO: tried to remove command: tooltips failed. THIS IS NOT AN ERROR! | |
| INFO: Removing fuel for <minecraft:stone> | |
| INFO: Removing furnace recipe for <minecraft:coal:1> | |
| INFO: Restoring 1 furnace recipes | |
| INFO: Removing recipe for Torch | |
| INFO: Removing recipe for Iron Pickaxe | |
| INFO: Removing recipe for Stick | |
| INFO: Restoring 1 recipes | |
| INFO: Removing recipe for Iron Leggings | |
| INFO: Restoring 1 recipes | |
| INFO: Removing Sand from ore dictionary entry dustJared | |
| INFO: Undoing mirror of ingotTin to dustRedstone | |
| INFO: Removing contents of ore dictionary entry dustRedstone from ingotIron | |
| INFO: Removing Dirt from ore dictionary entry ingotIron | |
| INFO: tried to remove command: entities failed. THIS IS NOT AN ERROR! | |
| INFO: tried to remove command: tooltips failed. THIS IS NOT AN ERROR! | |
| INFO: tried to remove command: minetweaker failed. THIS IS NOT AN ERROR! | |
| INFO: | |
| 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: minetweaker/api/item/IItemStackAny | |
| java.lang.NoClassDefFoundError: minetweaker/api/item/IItemStackAny | |
| 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.lambda$static$0(MineTweakerImplementationAPI.java:73) | |
| at minetweaker.MineTweakerImplementationAPI$3.execute(MineTweakerImplementationAPI.java:603) | |
| at minetweaker.mc1102.server.MCServer$MCCommand.func_184881_a(MCServer.java:123) | |
| at net.minecraft.command.CommandHandler.func_175786_a(CommandHandler.java:104) | |
| at net.minecraft.command.CommandHandler.func_71556_a(CommandHandler.java:83) | |
| at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java:913) | |
| at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:892) | |
| at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:37) | |
| at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:9) | |
| at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) | |
| at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) | |
| at java.util.concurrent.FutureTask.run(Unknown Source) | |
| at net.minecraft.util.Util.func_181617_a(SourceFile:45) | |
| at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668) | |
| at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613) | |
| at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149) | |
| at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) | |
| at java.lang.Thread.run(Unknown Source) | |
| Caused by: java.lang.ClassNotFoundException: minetweaker.api.item.IItemStackAny | |
| at java.lang.ClassLoader.findClass(Unknown Source) | |
| at stanhebben.zenscript.ZenModule$MyClassLoader.findClass(ZenModule.java:338) | |
| at java.lang.ClassLoader.loadClass(Unknown Source) | |
| at java.lang.ClassLoader.loadClass(Unknown Source) | |
| ... 22 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment