Skip to content

Instantly share code, notes, and snippets.

View PiggiesGoSqueal's full-sized avatar

Tom W. PiggiesGoSqueal

  • United States Of America
View GitHub Profile
// Remove Recipes
// https://docs.blamejared.com/1.12/en/Vanilla/Recipes/Crafting/Recipes_Crafting_Table/
// + Commands page of wiki for getting the name and meta data of each item to remove the recipe of.
// Items that are disabled in mod configs are NOT listed here.
// ----------------------------------------------------------------------
// I used /ct hand (while holding item) and
// /ct nbt to determine item name and whether it has nbt data or not.
// Then I needed to determine whether it should only remove items with
// that exact nbt data (if applicable) and if so put true.
// No items I've checked have NBT data yet.
[19:39:02] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[19:39:02] [Server thread/INFO] [minecraft/RecipeBookServer]: Tried to load unrecognized recipe: appliedenergistics2:network/cells/spatial_storage_cell_2_cubed_storage removed now.
[19:39:02] [Server thread/INFO] [minecraft/RecipeBookServer]: Tried to load unrecognized recipe: appliedenergistics2:network/cells/spatial_storage_cell_2_cubed removed now.
[19:39:02] [Server thread/INFO] [minecraft/RecipeBookServer]: Tried to load unrecognized recipe: appliedenergistics2:network/cells/spatial_storage_cell_16_cubed_storage removed now.
[19:39:02] [Server thread/INFO] [minecraft/RecipeBookServer]: Tried to load unrecognized recipe: appliedenergistics2:network/cells/spatial_storage_cell_16_cubed removed now.
[19:39:02] [Server thread/INFO] [minecraft/RecipeBookServer]: Tried to load unrecognized recipe: appliedenergistics2:network/cells/spatial_storage_cell_128_cubed_storage removed now.
[19:39:02] [Server thread/INFO] [m
thread/INFO] [minecraft/DedicatedServer]: Done (1.593s)! For help, type "help" or "?"
[17:49:34] [Server thread/INFO] [minecraft/DedicatedServer]: Starting GS4 status listener
[17:49:34] [Query Listener #1/INFO] [minecraft/MinecraftServer]: Query running on localhost:25526
[17:49:34] [Server thread/INFO] [endertanks]: Loading EnderTank Data
[17:49:34] [Server thread/INFO] [FTB Backups]: Backups folder - C:\Users\Tom\Desktop\MODDED Related\Servers\OFFICIAL_SERVER_5-5-2020\ReverieMc\OFFICIAL_SERVER_FILES\.\backups
[17:49:34] [Server thread/INFO] [FML]: Unloading dimension -1
[17:49:34] [Server thread/INFO] [FML]: Unloading dimension 1
[17:49:34] [Server thread/INFO] [FML]: Unloading dimension -11325
[17:49:34] [Server thread/INFO] [FML]: Unloading dimension 7
[17:49:38] [Forge Version Check/INFO] [forge.VersionCheck]: [thermalfoundation] Starting version check at https://raw.github.com/cofh/version/master/thermalfoundation_update.json
The server appears to have lag spiked.
Last tick 0.2093345s ago."Server thread" RUNNABLE (in native)
at java.io.WinNTFileSystem.canonicalize0(Native Method)
at java.io.WinNTFileSystem.canonicalize(WinNTFileSystem.java:428)
at java.io.File.getCanonicalPath(File.java:618)
at java.io.FilePermission$1.run(FilePermission.java:215)
at java.io.FilePermission$1.run(FilePermission.java:203)
at java.security.AccessController.doPrivileged(Native Method)
at java.io.FilePermission.init(FilePermission.java:203)
at java.io.FilePermission.<init>(FilePermission.java:277)
/INFO] [thermalexpansion]: Thermal Expansion: Extra Utilities 2 Plugin Enabled.
[11:26:18] [Server thread/INFO] [thermalexpansion]: Thermal Expansion: Ice and Fire Plugin Enabled.
[11:26:18] [Server thread/INFO] [thermalexpansion]: Thermal Expansion: Quark Plugin Enabled.
[11:26:18] [Server thread/INFO] [thermalexpansion]: Thermal Expansion: Tinkers' Construct Plugin Enabled.
[11:26:18] [Server thread/INFO] [thermalexpansion]: Thermal Expansion: Twilight Forest Plugin Enabled.
[11:26:18] [Server thread/INFO] [Quark ASM]: Transforming net.minecraft.enchantment.EnchantmentHelper
[11:26:18] [Server thread/INFO] [Quark ASM]: Applying Transformation to method (Names [getEnchantments, func_82781_a] Descriptor (Lnet/minecraft/item/ItemStack;)Ljava/util/Map;)
[11:26:18] [Server thread/INFO] [Quark ASM]: Located Method, patching...
[11:26:18] [Server thread/INFO] [Quark ASM]: Located patch target node INVOKEVIRTUAL net/minecraft/item/ItemStack.func_77986_q ()Lnet/minecraft/nbt/NBTTagList;
[11:26:18] [Server thread/INF
This could be a intended override, but in most cases indicates a broken mod.
[11:22:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `quark` for name `candle_5`, expected `placebo`. This could be a intended override, but in most cases indicates a broken mod.
[11:22:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `quark` for name `candle_6`, expected `placebo`. This could be a intended override, but in most cases indicates a broken mod.
[11:22:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `quark` for name `candle_7`, expected `placebo`. This could be a intended override, but in most cases indicates a broken mod.
[11:22:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `quark` for name `candle_8`, expected `placebo`. This could be a intended override, but in most cases indicates a broken mod.
[11:22:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `quark` for name `candle_9`, expected `plac
[09:58:25] [Server thread/WARN] [minecraft/CommandHandler]: Couldn't process command: ct jeiCategories
java.lang.NullPointerException: null
at crafttweaker.mods.jei.JEIMod$1.executeCommand(JEIMod.java:35) ~[JEIMod$1.class:?]
at crafttweaker.mc1120.commands.CTChatCommand.execute(CTChatCommand.java:73) ~[CTChatCommand.class:?]
at net.minecraft.command.CommandHandler.tryExecute(CommandHandler.java:119) [bj.class:?]
at net.minecraft.command.CommandHandler.executeCommand(CommandHandler.java:91) [bj.class:?]
at net.minecraft.network.NetHandlerPlayServer.handleSlashCommand(NetHandlerPlayServer.java:962) [pa.class:?]
at net.minecraft.network.NetHandlerPlayServer.processChatMessage(NetHandlerPlayServer.java:941) [pa.class:?]
at net.minecraft.network.play.client.CPacketChatMessage.processPacket(SourceFile:37) [la.class:?]
at net.minecraft.network.play.client.CPacketChatMessage.processPacket(SourceFile:9) [la.class:?]
This file has been truncated, but you can view the full file.
[09:30:03] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[09:30:03] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[09:30:03] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[09:30:03] [main/DEBUG] [FML]: Injecting tracing printstreams for STDOUT/STDERR.
[09:30:03] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2847 for Minecraft 1.12.2 loading
[09:30:03] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_221, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jdk1.8.0_221\jre
[09:30:03] [main/DEBUG] [FML]: Java classpath at launch is:
[09:30:03] [main/DEBUG] [FML]: server.jar
[09:30:03] [main/DEBUG] [FML]: Java library path at launch is:
[09:30:03] [main/DEBUG] [FML]: C:\Program Files\Java\jdk1.8.0_221\bin
[09:30:03] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[09:30:03] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[09:30:03] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2847 for Minecraft 1.12.2 loading
[09:30:03] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_221, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jdk1.8.0_221\jre
[09:30:03] [main/WARN] [FML]: The coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin) is not signed!
[09:30:03] [main/WARN] [FML]: The coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin) is not signed!
[09:30:03] [main/INFO] [FML]: Searching C:\Users\Tom\Desktop\MODDED Related\Servers\OFFICIAL_SERVER_5-5-2020\ReverieMc\OFFICIAL_SERVER_FILES\.\mods for mods
[09:30:03] [main/WARN] [FML]: The coremod org.minimallycorrect.libloader.LibLoader does not have a MCVersio
[PREINITIALIZATION][SERVER][INFO] Thank you to the Patreon supporters below and others who make CraftTweaker possible!
Darkosto
Diablo Crasher
Pongo Sapiens
Dan Goodman
quaternary
Freebi
Jonathan McManus
Robijnvogel
DreamThorn