Skip to content

Instantly share code, notes, and snippets.

@vico93
Created June 2, 2017 12:32
Show Gist options
  • Save vico93/0405118a22a7a0391f99abd79a038336 to your computer and use it in GitHub Desktop.
Save vico93/0405118a22a7a0391f99abd79a038336 to your computer and use it in GitHub Desktop.
[INITIALIZATION][CLIENT][INFO] Adding minetweaker command loottables
[AVAILABLE][CLIENT][INFO] MineTweaker: Building registry
[AVAILABLE][CLIENT][INFO] MineTweaker: Sucessfully built item registry
[SERVER_ABOUT_TO_START][SERVER][INFO] tried to remove command: loottables failed. THIS IS NOT AN ERROR!
[SERVER_ABOUT_TO_START][SERVER][INFO] Adding command minetweaker
[SERVER_ABOUT_TO_START][SERVER][ERROR] coopermod.zs:17 > a method available but none matches the parameters (minetweaker.oredict.IOreDictEntry, minetweaker.oredict.IOreDictEntry, double)
This is usually an error in your script, not in the mod
addRecipe(ZenTypeNative, ZenTypeNative, Optional ZenTypeDouble )
[SERVER_ABOUT_TO_START][SERVER][ERROR] coopermod.zs:19 > a method available but none matches the parameters (minetweaker.oredict.IOreDictEntry, minetweaker.item.IIngredient[])
This is usually an error in your script, not in the mod
addShapeless(ZenTypeNative, ZenTypeArrayBasic, Optional ZenTypeNative, Optional ZenTypeNative )
[SERVER_ABOUT_TO_START][SERVER][INFO] Adding Cooper Ore to ore dictionary entry oreCopper
[SERVER_ABOUT_TO_START][SERVER][INFO] Adding Cooper Ingot to ore dictionary entry ingotCopper
[SERVER_ABOUT_TO_START][SERVER][INFO] Adding Cooper Block to ore dictionary entry blockCopper
[SERVER_ABOUT_TO_START][SERVER][INFO] Setting fuel for <minecraft:painting>
[SERVER_ABOUT_TO_START][SERVER][INFO] Setting fuel for <minecraft:item_frame>
[SERVER_ABOUT_TO_START][SERVER][INFO] Setting fuel for <minecraft:torch>
[SERVER_ABOUT_TO_START][SERVER][INFO] Setting fuel for <minecraft:wooden_slab>
[SERVER_ABOUT_TO_START][SERVER][INFO] Setting fuel for <minecraft:bow:*>
[SERVER_ABOUT_TO_START][SERVER][INFO] Adding seed entry <minecraft:carrot>
[SERVER_ABOUT_TO_START][SERVER][INFO] Adding seed entry <minecraft:potato>
[SERVER_ABOUT_TO_START][SERVER][INFO] Adding seed entry <minecraft:poisonous_potato>
[SERVER_ABOUT_TO_START][SERVER][INFO] Adding seed entry <minecraft:beetroot_seeds>
[SERVER_ABOUT_TO_START][SERVER][INFO] Adding seed entry <minecraft:pumpkin_seeds>
[SERVER_ABOUT_TO_START][SERVER][INFO] Adding seed entry <minecraft:melon_seeds>
[SERVER_STOPPING][SERVER][INFO] Server stopping, Scripts are being rolled back!
[SERVER_STOPPING][SERVER][INFO] Removing seed entry <minecraft:melon_seeds>
[SERVER_STOPPING][SERVER][INFO] Removing seed entry <minecraft:pumpkin_seeds>
[SERVER_STOPPING][SERVER][INFO] Removing seed entry <minecraft:beetroot_seeds>
[SERVER_STOPPING][SERVER][INFO] Removing seed entry <minecraft:poisonous_potato>
[SERVER_STOPPING][SERVER][INFO] Removing seed entry <minecraft:potato>
[SERVER_STOPPING][SERVER][INFO] Removing seed entry <minecraft:carrot>
[SERVER_STOPPING][SERVER][INFO] Removing fuel for <minecraft:bow:*>
[SERVER_STOPPING][SERVER][INFO] Removing fuel for <minecraft:wooden_slab>
[SERVER_STOPPING][SERVER][INFO] Removing fuel for <minecraft:torch>
[SERVER_STOPPING][SERVER][INFO] Removing fuel for <minecraft:item_frame>
[SERVER_STOPPING][SERVER][INFO] Removing fuel for <minecraft:painting>
[SERVER_STOPPING][SERVER][INFO] Removing Cooper Block from ore dictionary entry blockCopper
[SERVER_STOPPING][SERVER][INFO] Removing Cooper Ingot from ore dictionary entry ingotCopper
[SERVER_STOPPING][SERVER][INFO] Removing Cooper Ore from ore dictionary entry oreCopper
[SERVER_STOPPING][SERVER][INFO] tried to remove command: minetweaker failed. THIS IS NOT AN ERROR!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment