Skip to content

Instantly share code, notes, and snippets.

@Halfdeaf
Created December 5, 2019 12:06
Show Gist options
  • Save Halfdeaf/f67c8b9818d46d09909c85527d22c083 to your computer and use it in GitHub Desktop.
Save Halfdeaf/f67c8b9818d46d09909c85527d22c083 to your computer and use it in GitHub Desktop.
Server crash when connecting Silent Mechanism Wire to RFtools Crafter
---- Minecraft Crash Report ----
// Who set us up the TNT?
Time: 05/12/19 12:06
Description: Ticking block entity
java.lang.NullPointerException: Ticking block entity
at com.blamejared.crafttweaker.impl.data.MapData.contains(MapData.java:170) ~[?:5.0.1.140] {re:classloading}
at com.blamejared.crafttweaker.api.item.IItemStack.matches(IItemStack.java:297) ~[?:5.0.1.140] {re:classloading}
at com.blamejared.crafttweaker.impl.recipes.CTRecipeShaped.calculateOffset(CTRecipeShaped.java:91) ~[?:5.0.1.140] {re:classloading}
at com.blamejared.crafttweaker.impl.recipes.CTRecipeShaped.calculateOffset(CTRecipeShaped.java:62) ~[?:5.0.1.140] {re:classloading}
at com.blamejared.crafttweaker.impl.recipes.CTRecipeShaped.matches(CTRecipeShaped.java:110) ~[?:5.0.1.140] {re:classloading}
at com.blamejared.crafttweaker.impl.recipes.CTRecipeShaped.func_77569_a(CTRecipeShaped.java:24) ~[?:5.0.1.140] {re:classloading}
at mcjty.rftoolsutility.craftinggrid.CraftingRecipe.findRecipe(CraftingRecipe.java:106) ~[?:1.14-1.2.12-alpha] {re:classloading}
at mcjty.rftoolsutility.craftinggrid.CraftingRecipe.getCachedRecipe(CraftingRecipe.java:173) ~[?:1.14-1.2.12-alpha] {re:classloading}
at mcjty.rftoolsutility.modules.crafter.blocks.CrafterBaseTE.craftOneItemNew(CrafterBaseTE.java:256) ~[?:1.14-1.2.12-alpha] {re:classloading}
at mcjty.rftoolsutility.modules.crafter.blocks.CrafterBaseTE.craftOneCycle(CrafterBaseTE.java:247) ~[?:1.14-1.2.12-alpha] {re:classloading}
at mcjty.rftoolsutility.modules.crafter.blocks.CrafterBaseTE.lambda$checkStateServer$7(CrafterBaseTE.java:231) ~[?:1.14-1.2.12-alpha] {re:classloading}
at net.minecraftforge.common.util.LazyOptional.ifPresent(LazyOptional.java:161) ~[?:?] {re:classloading}
at mcjty.rftoolsutility.modules.crafter.blocks.CrafterBaseTE.checkStateServer(CrafterBaseTE.java:218) ~[?:1.14-1.2.12-alpha] {re:classloading}
at mcjty.rftoolsutility.modules.crafter.blocks.CrafterBaseTE.func_73660_a(CrafterBaseTE.java:209) ~[?:1.14-1.2.12-alpha] {re:classloading}
at net.minecraft.world.World.func_217391_K(World.java:621) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:367) ~[?:?] {re:classloading,xf:fml:quark:change-sleeping-player-count,xf:fml:quark:add-rave-hook,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:829) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:324) ~[?:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:764) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:622) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at java.lang.Thread.run(Unknown Source) [?:1.8.0_201] {}
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Server thread
Stacktrace:
at com.blamejared.crafttweaker.impl.data.MapData.contains(MapData.java:170)
at com.blamejared.crafttweaker.api.item.IItemStack.matches(IItemStack.java:297)
at com.blamejared.crafttweaker.impl.recipes.CTRecipeShaped.calculateOffset(CTRecipeShaped.java:91)
at com.blamejared.crafttweaker.impl.recipes.CTRecipeShaped.calculateOffset(CTRecipeShaped.java:62)
at com.blamejared.crafttweaker.impl.recipes.CTRecipeShaped.matches(CTRecipeShaped.java:110)
at com.blamejared.crafttweaker.impl.recipes.CTRecipeShaped.func_77569_a(CTRecipeShaped.java:24)
at mcjty.rftoolsutility.craftinggrid.CraftingRecipe.findRecipe(CraftingRecipe.java:106)
at mcjty.rftoolsutility.craftinggrid.CraftingRecipe.getCachedRecipe(CraftingRecipe.java:173)
at mcjty.rftoolsutility.modules.crafter.blocks.CrafterBaseTE.craftOneItemNew(CrafterBaseTE.java:256)
at mcjty.rftoolsutility.modules.crafter.blocks.CrafterBaseTE.craftOneCycle(CrafterBaseTE.java:247)
at mcjty.rftoolsutility.modules.crafter.blocks.CrafterBaseTE.lambda$checkStateServer$7(CrafterBaseTE.java:231)
at net.minecraftforge.common.util.LazyOptional.ifPresent(LazyOptional.java:161)
at mcjty.rftoolsutility.modules.crafter.blocks.CrafterBaseTE.checkStateServer(CrafterBaseTE.java:218)
at mcjty.rftoolsutility.modules.crafter.blocks.CrafterBaseTE.func_73660_a(CrafterBaseTE.java:209)
-- Block entity being ticked --
Details:
Name: rftoolsutility:crafter1 // mcjty.rftoolsutility.modules.crafter.blocks.CrafterBlockTileEntity1
Block: Block{rftoolsutility:crafter1}[facing=east]
Block location: World: (302,70,718), Chunk: (at 14,4,14 in 18,44; contains blocks 288,0,704 to 303,255,719), Region: (0,1; contains chunks 0,32 to 31,63, blocks 0,0,512 to 511,255,1023)
Block: Block{rftoolsutility:crafter1}[facing=east]
Block location: World: (302,70,718), Chunk: (at 14,4,14 in 18,44; contains blocks 288,0,704 to 303,255,719), Region: (0,1; contains chunks 0,32 to 31,63, blocks 0,0,512 to 511,255,1023)
Stacktrace:
at net.minecraft.world.World.func_217391_K(World.java:621)
at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:367)
-- Affected level --
Details:
All players: 1 total; [ServerPlayerEntity['BRXgaming'/624503, l='world', x=303.82, y=69.00, z=717.30]]
Chunk stats: ServerChunkCache: 3290
Level dimension: DimensionType{minecraft:overworld}
Level name: world
Level seed: 8935696341342479312
Level generator: ID 07 - biomesoplenty, ver 0. Features enabled: true
Level generator options: {}
Level spawn location: World: (224,63,259), Chunk: (at 0,3,3 in 14,16; contains blocks 224,0,256 to 239,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 29965614 game time, 7902009 day time
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 122908 (now: false), thunder time: 61977 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:829)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:324)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:764)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:622)
at java.lang.Thread.run(Unknown Source)
-- System Details --
Details:
Minecraft Version: 1.14.4
Minecraft Version ID: 1.14.4
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_201, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 3024649912 bytes (2884 MB) / 4260495360 bytes (4063 MB) up to 8555069440 bytes (8158 MB)
CPUs: 4
JVM Flags: 10 total; -Xmx8G -Xms4G -XX:+AggressiveOpts -XX:+UseConcMarkSweepGC -XX:+UnlockExperimentalVMOptions -XX:+UseParNewGC -XX:+ExplicitGCInvokesConcurrent -XX:+UseFastAccessorMethods -XX:+OptimizeStringConcat -XX:+UseAdaptiveGCBoundary
ModLauncher: 4.1.0+62+5bfa59b
ModLauncher launch target: fmlserver
ModLauncher naming: srg
ModLauncher services:
/eventbus-1.0.0-service.jar eventbus PLUGINSERVICE
/forge-1.14.4-28.1.93.jar object_holder_definalize PLUGINSERVICE
/forge-1.14.4-28.1.93.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-1.0.1-milestone.0.1+94458e7-shadowed.jar accesstransformer PLUGINSERVICE
/forge-1.14.4-28.1.93.jar capability_inject_definalize PLUGINSERVICE
/forge-1.14.4-28.1.93.jar runtimedistcleaner PLUGINSERVICE
/forge-1.14.4-28.1.93.jar fml TRANSFORMATIONSERVICE
FML: 28.1
Forge: net.minecraftforge:28.1.93
FML Language Providers:
javafml@28.1
minecraft@1
kotori_scala@2.13.1
Mod List:
tetra-1.14.4-1.0.5.jar Tetra {tetra@1.0.5 DONE}
CyclopsCore-1.14.4-1.6.1.jar Cyclops Core {cyclopscore@1.6.1 DONE}
justenoughbeacons-1.1.jar Just Enough Beacons {justenoughbeacons@1.1 DONE}
autorun-1.14.4-1.0.5.jar Auto-Sprint {autorun@1.14.4-1.0.5 DONE}
curiousshulkerboxes-FORGE-1.14.4-1.0.0.1.jar Curious Shulker Boxes {curiousshulkerboxes@FORGE-1.14.4-1.0.0.1 DONE}
SilentMechanisms-1.14.4-0.6.9+42.jar Silent's Mechanisms {silents_mechanisms@0.6.9+42 DONE}
modnametooltip_1.14.3-1.12.1.jar Mod Name Tooltip {modnametooltip@1.12.1 DONE}
KleeSlabs_1.14.4-7.4.7.jar KleeSlabs {kleeslabs@7.4.7 DONE}
findme-1.14.4-1.1.0.13.jar Find Me {findme@NONE DONE}
glassential-forge-1.14.4-1.1.1.jar Glassential {glassential@1.1.1 DONE}
xnet-1.14-1.8.5-alpha.jar XNet {xnet@1.14-1.8.5-alpha DONE}
CookingForBlockheads_1.14.4-7.4.1.jar Cooking for Blockheads {cookingforblockheads@7.4.1 DONE}
Controlling-5.0.4.jar Controlling {controlling@5.0.4 DONE}
Placebo-1.14.4-2.3.5.jar Placebo {placebo@2.3.5 DONE}
globaldatapack-1.14.4-1.2.1.jar Dark Roleplay - Global Datapacks {globaldatapack@1.14.4-1.2 DONE}
mightyarchitect-mc1.14.4_v0.5.jar The Mighty Architect {mightyarchitect@0.5 DONE}
Fence Jumper-1.14.4-1.0.8.jar FenceJumper {fencejumper@version DONE}
Bookshelf-1.14.4-4.3.65.jar Bookshelf {bookshelf@4.3.65 DONE}
u_team_core-1.14.4-2.7.8.138.jar U Team Core {uteamcore@2.7.8.138 DONE}
randompatches-1.14.4-1.19.1.1.jar RandomPatches {randompatches@1.14.4-1.19.1.1 DONE}
buildinggadgets-3.1.1b.jar Building Gadgets {buildinggadgets@3.1.1b DONE}
DarkUtilities-1.14.4-2.0.7.jar Dark Utilities {darkutils@2.0.7 DONE}
Apotheosis-1.14.4-2.4.4.jar Apotheosis {apotheosis@2.4.4 DONE}
Morpheus-1.14.4-4.2.43.jar Morpheus {morpheus@version DONE}
mysticallib-1.14.4-1.10.0.jar Mystical Lib {mysticallib@1.14.4-1.10.0 DONE}
refinedstorage-1.7.1.jar Refined Storage {refinedstorage@1.7.1 DONE}
mcw-bridges-1.0.2-mc1.14.4.jar Macaw's Bridges {mcwbridges@1.0.2 DONE}
industrial-foregoing-1.14.4-2.1.0-69a4a14.jar Industrial Foregoing {industrialforegoing@2.1.0 DONE}
dwmh-1.14.4-3.1.1.jar Dude! Where's my Horse? {dwmh@1.14.4-3.1.1 DONE}
torchmaster-2.0.0-rc1.jar Torchmaster {torchmaster@2.0.0-rc1 DONE}
cndtpd_1.14-1.0.jar Conduits Prevent Drowned {cndtpd@1.0 DONE}
turf-1.14.4-1.0.0.jar Turf {turf@1.0.0 DONE}
CommonCapabilities-1.14.4-2.4.4.jar CommonCapabilities {commoncapabilities@2.4.4 DONE}
Geolosys-1.14.4-4.0.9.jar Geolosys {geolosys@4.0.9 DONE}
BiomesOPlenty-1.14.4-9.0.0.259-universal.jar Biomes O' Plenty {biomesoplenty@1.14.4-9.0.0.259 DONE}
practicaltools-1.14.4-1.4.jar Practical Tools {practicaltools@1.14.4-1.4 DONE}
LetSleepingDogsLie-1.14.4-1.1.0.jar Let Sleeping Dogs Lie {dogslie@1.1.0 DONE}
cycp_1.14-1.0.jar Cycle Paintings {cycp@1.0 DONE}
simplefarming-1.14.4-1.2.2.jar Simple Farming {simplefarming@1.14.4-1.2.2 DONE}
fishingreal-1.1.jar Fishing Real {fishingreal@1.1 DONE}
portality-1.14.4-2.0.4-b0b3467.jar Portality {portality@2.0.4 DONE}
curios-FORGE-1.14.4-1.0.5.4.jar Curios API {curios@FORGE-1.14.4-1.0.5.4 DONE}
corail_woodcutter-1.0.6-1.14.4.jar Corail Woodcutter {corail_woodcutter@1.0.6 DONE}
minecraft2discord-1.14.4-1.1.0.jar Minecraft2Discord {minecraft2discord@1.14.4-1.1.0 DONE}
AutoRegLib-1.4-35.jar AutoRegLib {arl@1.4-35 DONE}
OreExcavation-1.6.145.jar Ore Excavation {oreexcavation@1.6.145 DONE}
angelring-1.14.4-1.1.0-pre1.jar Angel Ring {angelring@1.1.0-pre1 DONE}
tombstone-4.1.7-1.14.4.jar Corail Tombstone {tombstone@4.1.7 DONE}
hidden-levers.jar Hidden Levers {hiddenlevers@1.0 DONE}
curiouselytra-FORGE-1.14.4-1.0.jar Curious Elytra {curiouselytra@FORGE-1.14.4-1.0 DONE}
globalxp-1.14.4-v1.4.10.jar Global XP {globalxp@v1.4.10 DONE}
CobbleForDays-1.0.2.jar Cobble For Days {cobblefordays@NONE DONE}
StevesFactoryManager-1.14.4-3.0.0-alpha21.jar Steve's Factory Manager {sfm@1.14.4-3.0.0-alpha DONE}
DangerousStoneCutter-1.14.4-1.2.0.jar Dangerous Stone Cutter {dangerousstonecutter@1.2.0 DONE}
inventorysorter-1.14.4-16.2.0.jar Simple Inventory Sorter {inventorysorter@16.2.0 DONE}
Cucumber-1.14.4-2.0.5.jar Cucumber Library {cucumber@2.0.5 DONE}
InventorySpam-1.14.4-1.2.3.jar Inventory Spam {inventoryspam@version DONE}
creeperfix-1.14.4-1.3.jar CreeperFix {creeperfix@1.3 DONE}
craftingstation-2.1.3a.jar Crafting Station {craftingstation@2.1.3a DONE}
bountifulbaubles-1.14.4-0.0.2.jar Bountiful Baubles {bountifulbaubles@NONE DONE}
BambooBlocksV1.2.8.jar Bamboo Blocks {bambooblocks@1.2.8 DONE}
PersistentBits-1.14.4-2.0.2.jar Persistent Bits {persistentbits@2.0.2 DONE}
jei-1.14.4-6.0.0.26.jar Just Enough Items {jei@6.0.0.26 DONE}
EverlastingAbilities-1.14.4-1.6.0.jar EverlastingAbilities {everlastingabilities@1.6.0 DONE}
AttributeFix-1.14.4-3.0.3.jar AttributeFix {attributefix@3.0.3 DONE}
cosmeticbeds-FORGE-1.14.4-2.0.0.1.jar Cosmetic Beds {cosmeticbeds@FORGE-1.14.4-2.0.0.1 DONE}
seals-1.14.4-1.0.2.jar Seals {seals@1.0.2 DONE}
caelus-FORGE-1.14.4-1.0.1.1.jar Caelus API {caelus@FORGE-1.14.4-1.0.1.1 DONE}
colytra-FORGE-1.14.4-2.1.0.jar Colytra {colytra@FORGE-1.14.4-2.1.0 DONE}
extraboats-1.1.2-1.14.4.jar Extra Boats {extraboats@1.1.2 DONE}
ensorcellation-1.14.4-0.2.0b.jar Ensorcellation {ensorcellation@0.2.0b DONE}
create-mc1.14.4_v0.1.1a.jar Create {create@0.1.1a DONE}
mgui-1.14.4-1.0.1.jar mgui {mgui@1.0.1 DONE}
comforts-FORGE-1.14.4-2.0-beta4.jar Comforts {comforts@FORGE-1.14.4-2.0-beta4 DONE}
SimpleStorageNetwork-1.14.4-0.1.0.jar Simple Storage Network {storagenetwork@1.14.4-0.1.0 DONE}
gardentools-1.14.4-1.0.0.jar Garden Tools {gardentools@1.14.4-1.0.0 DONE}
cursedearth-1.4a.jar Cursed Earth {cursedearth@1.4a DONE}
curioofundying-FORGE-1.14.4-2.0.jar Curio of Undying {curioofundying@FORGE-1.14.4-2.0 DONE}
FarmingForBlockheads_1.14.4-5.2.3.jar Farming for Blockheads {farmingforblockheads@5.2.3 DONE}
cofh_core-1.14.4-0.2.0b.jar CoFH Core {cofh_core@0.2.0b DONE}
demagnetize-1.14.4-1.2.1.jar Demagnetize {demagnetize@1.14.4-1.2.1 DONE}
alib-1.14.4-7.jar A Lib {alib@1.14.4-7 DONE}
mcjtylib-1.14-3.5.15-alpha.jar McJtyLib {mcjtylib@1.14-3.5.15-alpha DONE}
rftoolsbase-1.14-0.0.11-alpha.jar RFToolsBase {rftoolsbase@1.14-0.0.11-alpha DONE}
rftoolsstorage-1.14-0.0.6-alpha.jar RFToolsStorage {rftoolsstorage@1.14-0.0.6-alpha DONE}
ClickMachine-1.14.4-2.1.2.jar Click Machine {clickmachine@2.1.2 DONE}
voyage-1.0.0.jar Voyage {voyage@1.0.0 DONE}
PackingTape-1.14.4-0.9.0.jar Packing Tape {packingtape@0.9.0 DONE}
traverse-1.14.4-2.0.1.jar Traverse {traverse@1.14.4-2.0.1 DONE}
mininggadgets-1.2.3.jar Mining Gadgets {mininggadgets@1.2.3 DONE}
CraftTweaker-1.14.4-5.0.1.140.jar CraftTweaker {crafttweaker@5.0.1.140 DONE}
rftoolspower-1.14-1.2.11-alpha.jar RFToolsPower {rftoolspower@1.14-1.2.11-alpha DONE}
mysticalworld-1.14.4-1.6.12.jar Mystical World {mysticalworld@1.14.4-1.6.12 DONE}
campfiretorches-1.14.4-1.0.3.jar Campfire Torches {campfiretorches@1.14.4-1.0.3 DONE}
forge-1.14.4-28.1.93-universal.jar Forge {forge@28.1.93 DONE}
QuickLeafDecay-MC1.14.4-1.2.5.jar Quick Leaf Decay {quickleafdecay@1.2.5 DONE}
ironchest-1.14.4-9.1.5.jar Iron Chests {ironchest@1.14.3-9.0.3 DONE}
forge-1.14.4-28.1.93-server.jar Minecraft {minecraft@1.14.4 DONE}
rftoolsutility-1.14-1.2.12-alpha.jar RFToolsUtility {rftoolsutility@1.14-1.2.12-alpha DONE}
Flopper-1.14.4-1.0.5.jar Flopper {flopper@1.0.5 DONE}
theoneprobe-1.14-1.4.37.jar The One Probe {theoneprobe@NONE DONE}
swingthroughgrass-1.14.4-1.3.2.jar SwingThroughGrass {swingthroughgrass@1.14.4-1.3.2 DONE}
watercan-1.14.4-2.1.0.jar Watercan {watercan@1.14.4-2.1.0 DONE}
titanium-1.14.4-2.2.9.jar Titanium {titanium@2.2.9 DONE}
SilentLib-1.14.4-4.4.0+44.jar Silent Lib {silentlib@4.4.0+44 DONE}
bluepower-1.14.4-0.3.161-alpha-universal.jar Blue Power {bluepower@0.3.161-alpha DONE}
RingOfGrowth-1.14.4-1.0.19.jar Ring of Growth {ring_of_growth@1.0.19 DONE}
CapabilityProxy-1.14.4-2.1.5.jar CapabilityProxy {capabilityproxy@2.1.5 DONE}
Ding-1.14.4-1.1.0.jar Ding {ding@1.1.0 DONE}
creatureslovebeacons-FORGE-1.14.4-2.0.jar Creatures Love Beacons {creatureslovebeacons@FORGE-1.14.4-2.0 DONE}
LargeFluidTank-14.8.8.jar FluidTank {fluidtank@14.8.8 DONE}
rftoolsbuilder-1.14-1.2.10-alpha.jar RFToolsBuilder {rftoolsbuilder@1.14-1.2.10-alpha DONE}
dimdungeons-1.02-forge-1.14.4.jar Dimensional Dungeons {dimdungeons@1.14.4-1.02 DONE}
foamdome-2.0.2.jar Foam Dome {foamdome@2.0.2 DONE}
Quark-r2.0-199.jar Quark {quark@r2.0-199 DONE}
FTBUtilitiesBackups-2.0.0.11.jar FTB Utilities: Backups {ftbbackups@2.0.0.11 DONE}
chemlib-1.14.4-14.jar Chem Lib {chemlib@1.14.4-14 DONE}
FastWorkbench-1.14.4-2.1.4.jar FastWorkbench {fastbench@2.1.4 DONE}
StorageDrawers-1.14.4-6.0.5.jar Storage Drawers {storagedrawers@1.14.4-6.0.3 DONE}
simplytea-2.0.3.jar Simply Tea {simplytea@2.0.3 DONE}
structurize-0.10.201-ALPHA.jar Structurize {structurize@0.10.201-ALPHA DONE}
ScreenshotToClipboard-1.14.4-1.0.3.jar Screenshot to Clipboard {screenshotclipboard@1.14.4-1.0.3 DONE}
minecolonies-0.10.569-ALPHA-universal.jar Minecolonies {minecolonies@0.10.569-ALPHA DONE}
FastFurnace-1.14.4-2.2.4.jar FastFurnace {fastfurnace@2.2.4 DONE}
World-Stripper-1.7.2-1.14.4.jar World Stripper {worldstripper@version DONE}
engineersdecor-1.14.4-1.0.16-b7.jar Engineer's Decor {engineersdecor@1.0.16-b7 DONE}
solcarrot-1.14.4-1.9.3.jar Spice of Life: Carrot Edition {solcarrot@1.14.4-1.9.3 DONE}
RingOfAttraction-1.14.4-1.0.19.jar Ring of Attraction {ring_of_attraction@1.0.19 DONE}
nps_1.14-2.1.jar Nether Portal Spread {nps@2.1 DONE}
modular-routers-1.14.4-5.1.2-7.jar Modular Routers {modularrouters@1.14.4-5.1.2-7 DONE}
easyelytrato_1.14-1.1.jar Easy Elytra Takeoff {easyelytrato@1.1 DONE}
smallernp_1.14-1.1.jar Smaller Nether Portals {smallernp@1.1 DONE}
Aquaculture-1.14.4-2.0.2.jar Aquaculture 2 {aquaculture@1.14.4-2.0.2 DONE}
FriendlyFire-1.14.4-3.0.2.jar FriendlyFire {friendlyfire@3.0.2 DONE}
mysticalwildlife-1.14.4-1.3.3.jar Mystical Wildlife {mysticalwildlife@1.3.3 DONE}
refinedstorageaddons-0.5.jar Refined Storage Addons {refinedstorageaddons@0.5 DONE}
CosmeticArmorReworked-1.14.4-v1a.jar CosmeticArmorReworked {cosmeticarmorreworked@1.14.4-v1a DONE}
packmode-1.14.4-2.0.0.jar Pack Mode {packmode@1.14.4-2.0.0 DONE}
draw_bridge-1.14.4-1.2.3.13.jar Draw Bridge {drawbridge@1.2.3.13 DONE}
Player Count: 1 / 20; [ServerPlayerEntity['BRXgaming'/624503, l='world', x=303.82, y=69.00, z=717.30]]
Data Packs: vanilla, mod:angelring, mod:apotheosis, mod:aquaculture, mod:arl, mod:attributefix, mod:autorun, mod:bambooblocks, mod:biomesoplenty, mod:bluepower, mod:bookshelf, mod:bountifulbaubles, mod:buildinggadgets, mod:caelus, mod:campfiretorches, mod:clickmachine, mod:cndtpd, mod:cofh_core, mod:colytra, mod:comforts, mod:commoncapabilities, mod:controlling, mod:cookingforblockheads, mod:corail_woodcutter, mod:cosmeticarmorreworked, mod:cosmeticbeds (incompatible), mod:craftingstation, mod:crafttweaker, mod:create, mod:creatureslovebeacons, mod:creeperfix, mod:cucumber, mod:curioofundying, mod:curios, mod:curiouselytra, mod:curiousshulkerboxes, mod:cursedearth, mod:cyclopscore, mod:cycp, mod:demagnetize, mod:ding, mod:dogslie, mod:drawbridge, mod:dwmh, mod:easyelytrato, mod:engineersdecor, mod:ensorcellation, mod:everlastingabilities, mod:extraboats, mod:fastbench, mod:fastfurnace, mod:fencejumper, mod:findme (incompatible), mod:fishingreal, mod:flopper, mod:fluidtank, mod:forge, mod:friendlyfire, mod:ftbbackups, mod:glassential, mod:globaldatapack, mod:globalxp, mod:hiddenlevers, mod:inventorysorter, mod:ironchest, mod:jei, mod:kleeslabs, mod:mcjtylib, mod:mightyarchitect, mod:minecolonies (incompatible), mod:modnametooltip, mod:modularrouters, mod:morpheus, mod:mysticallib, mod:mysticalwildlife, mod:mysticalworld, mod:nps, mod:oreexcavation, mod:packingtape, mod:packmode, mod:persistentbits, mod:placebo, mod:portality (incompatible), mod:practicaltools, mod:quark, mod:quickleafdecay, mod:randompatches, mod:refinedstorage, mod:rftoolsbase, mod:rftoolsbuilder, mod:rftoolspower, mod:rftoolsstorage, mod:rftoolsutility, mod:ring_of_attraction, mod:ring_of_growth, mod:seals, mod:sfm, mod:silentlib, mod:silents_mechanisms, mod:simplefarming, mod:simplytea, mod:smallernp, mod:solcarrot, mod:storagedrawers, mod:storagenetwork, mod:structurize, mod:swingthroughgrass, mod:theoneprobe, mod:titanium (incompatible), mod:tombstone, mod:torchmaster, mod:traverse, mod:turf, mod:uteamcore, mod:voyage, mod:worldstripper, modpack:enigmatica (incompatible), file/bluepower, mod:cobblefordays, mod:dangerousstonecutter, mod:foamdome, mod:geolosys, mod:inventoryspam, mod:mininggadgets, mod:alib, mod:capabilityproxy, mod:chemlib, mod:darkutils, mod:dimdungeons, mod:farmingforblockheads, mod:gardentools, mod:industrialforegoing (incompatible), mod:justenoughbeacons, mod:mcwbridges, mod:mgui, mod:refinedstorageaddons, mod:screenshotclipboard, mod:tetra, mod:watercan, mod:xnet, mod:minecraft2discord
Is Modded: Definitely; Server brand changed to 'forge'
Type: Dedicated Server (map_server.txt)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment