Skip to content

Instantly share code, notes, and snippets.

View craving-death's full-sized avatar

craving-death

View GitHub Profile
mods.extendedcrafting.TableCrafting.addShaped(4, <contenttweaker:magma_shard>, [
[<minecraft:magma>,<projectex:compressed_collector:15>, <projectex:compressed_collector:15>, <projectex:compressed_collector:15>, <projectex:compressed_collector:15>, <projectex:compressed_collector:15>, <projectex:compressed_collector:15>, <projectex:compressed_collector:15>, <minecraft:magma>],
[<projectex:compressed_collector:15>, <contenttweaker:fire_shard>, <contenttweaker:fire_shard>, <contenttweaker:fire_shard>, <contenttweaker:fire_shard>, <contenttweaker:fire_shard>, <contenttweaker:fire_shard>, <contenttweaker:fire_shard>, <projectex:compressed_collector:15>],
[<projectex:compressed_collector:15>, <contenttweaker:fire_shard>, <contenttweaker:fire_shard>, <botania:rune:10>, <botania:rune:10>, <botania:rune:10>, <botania:rune:10>, <contenttweaker:fire_shard>, <projectex:compressed_collector:15>],
[<projectex:compressed_collector:15>, <contenttweaker:fire_shard>, <botania:rune:1>, <contenttweaker:fire_shard>, <contenttw
[15:51:25] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 7027ms behind, skipping 140 tick(s)
[15:51:31] [Server thread/ERROR] [Sponge]: /***************************************************************************************************************************/
[15:51:31] [Server thread/ERROR] [Sponge]: /* Exception occurred during a PhaseState */
[15:51:31] [Server thread/ERROR] [Sponge]: /***************************************************************************************************************************/
[15:51:31] [Server thread/ERROR] [Sponge]: /* Sponge's tracking system makes a best effort to not throw exceptions randomly */
[15:51:31] [Server thread/ERROR] [Sponge]: /* but sometimes it is inevitable. In most cases, something else triggered this
27.11 23:39:57 [Server] Server thread/ERROR [FML]: Exception caught during firing event net.minecraftforge.fml.common.gameevent.TickEvent$PlayerTickEvent@68840a8f:
27.11 23:39:57 [Server] INFO java.lang.NoSuchMethodError: net.minecraft.entity.player.PlayerCapabilities.func_75092_a(F)V
27.11 23:39:57 [Server] INFO at xzeroair.trinkets.items.effects.Fairy_Ring_Effects.FairyTicks(Fairy_Ring_Effects.java:85) ~[Fairy_Ring_Effects.class:?]
27.11 23:39:57 [Server] INFO at xzeroair.trinkets.items.baubles.BaubleFairyRing.playerTick(BaubleFairyRing.java:29) ~[BaubleFairyRing.class:?]
27.11 23:39:57 [Server] INFO at xzeroair.trinkets.events.EventHandler.playerUpdate(EventHandler.java:60) ~[EventHandler.class:?]
27.11 23:39:57 [Server] INFO at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_792_EventHandler_playerUpdate_PlayerTickEvent.invoke(.dynamic) ~[?:?]
27.11 23:39:57 [Server] INFO at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
27.
This file has been truncated, but you can view the full file.
[07:53:43] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[07:53:43] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[07:53:43] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[07:53:43] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2838 for Minecraft 1.12.2 loading
[07:53:43] [main/INFO] [FML]: Java is OpenJDK 64-Bit Server VM, version 1.8.0_222, running on Linux:amd64:3.10.0-1062.1.2.el7.x86_64, installed at /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.222.b10-1.el7_7.x86_64/jre
[07:53:44] [main/INFO] [FML]: Searching /root/ATMServer/./mods for mods
[07:53:44] [main/INFO] [FML]: Searching /root/ATMServer/./mods/1.12.2 for mods
[07:53:44] [main/WARN] [FML]: The coremod org.minimallycorrect.libloader.LibLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[07:53:44] [main/WARN] [FML]
@name Staff Weapon
@inputs Staff:entity
@outputs Target:entity TargetPos:vector TargetX TargetY TargetZ DX DY DZ
@persist E:entity TargetPos:vector #Staff:entity TargetPos:vector DX DY DZ Direction:vector Target:entity
@trigger
runOnTick(1)
Owner=owner()
OwnerPos=owner():pos()
@name
@inputs Staff:entity
@outputs Target:entity TargetPos:vector TargetX TargetY TargetZ DX DY DZ
@persist
@trigger
runOnTick(1)
runOnChat(1)
Owner=owner()
OwnerPos=owner():pos()
@name
@inputs Staff:entity
@outputs Target:entity TargetPos:vector TargetX TargetY TargetZ DX DY DZ
@persist
@trigger
runOnTick(1)
runOnChat(1)
if (chatClk(owner()))
"-modules" {
# Provides administrative commands
admin=ENABLED
# Allows users to go AFK
afk=ENABLED
# Allows users to return to a previous point after teleporting
back=ENABLED
# Enhances the Minecraft ban system
ban=ENABLED
# Allows for the formatting of chat to potentially include player prefixes, nicknames and other information
---- Minecraft Crash Report ----
WARNING: coremods are present:
LibLoader (# LibLoader.jar)
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.5-1.12.2.jar)
ForgelinPlugin (Forgelin-1.8.4.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar)
SpongeCoremod (aaaaaaaaspongeforge-1.12.2-2838-7.1.7-RC3928.jar)
LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
llibrary (llibrary-core-1.0.11-1.12.2.jar)
[07:16:13] [Server thread/INFO] [nucleus]: Server ran the command: /world border gen -a -r --save 15m DIM-1
[07:16:13] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Generation of chunks within the world border for the world DIM-1 has started.
[07:16:13] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: A world pre-generation is in progress. The server may run slowly whilst this completes.
[07:16:13] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: World generation is now at 0%. (3/219961 chunks processed)
[07:16:18] [Server thread/INFO] [nucleus]: Server ran the command: /world border set DIM-1 0 0 7500
[07:16:18] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: The world border is now set for world DIM-1, around (0, 0) with a diameter of 7500 blocks.
[07:16:43] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2230ms behind, skipp