My game suddenly crashed with this error, and now anytime I try to get on single player with my world (modpack is Valhelsia 2), I get this crashlog error;
---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!
Time: 4/21/20 5:39 PM
Description: Ticking player
java.lang.NullPointerException: Ticking player
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:770) ~[guava-21.0.jar:?] {}
at com.google.common.collect.RegularImmutableMultiset.<init>(RegularImmutableMultiset.java:68) ~[guava-21.0.jar:?] {}
at com.google.common.collect.ImmutableMultiset.copyFromEntries(ImmutableMultiset.java:218) ~[guava-21.0.jar:?] {}
at com.google.common.collect.Multisets.copyHighestCountFirst(Multisets.java:1137) ~[guava-21.0.jar:?] {}
at net.minecraft.item.FilledMapItem.func_77872_a(FilledMapItem.java:192) ~[?:?] {re:classloading}
at net.minecraft.item.FilledMapItem.func_77663_a(FilledMapItem.java:336) ~[?:?] {re:classloading}
at net.minecraft.item.ItemStack.func_77945_a(ItemStack.java:414) ~[?:?] {re:mixin,re:classloading,xf:fml:quark:add-spacing-for-stack}
at net.minecraft.entity.player.PlayerInventory.func_70429_k(PlayerInventory.java:265) ~[?:?] {re:classloading}
at net.minecraft.entity.player.PlayerEntity.func_70636_d(PlayerEntity.java:505) ~[?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
at net.minecraft.entity.LivingEntity.func_70071_h_(LivingEntity.java:2104) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,xf:fml:apotheosis:apothshieldblock,xf:fml:apotheosis:apothpotiondmg,xf:fml:caelus:coremodone,pl:mixin:APP:performant.mixins.json:entity.LivingEntityMixin,pl:mixin:A}
at net.minecraft.entity.player.PlayerEntity.func_70071_h_(PlayerEntity.java:233) ~[?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:361) ~[?:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.network.play.ServerPlayNetHandler.func_73660_a(ServerPlayNetHandler.java:183) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:randompatches:RandomPatches ServerPlayNetHandler Transformer}
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:228) ~[?:?] {re:classloading,xf:fml:lightoverlay-forge:smooth-scrolling-everywhere}
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:135) ~[?:?] {re:classloading}
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:866) ~[?:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:784) ~[?:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:114) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:637) [?:?] {re:classloading,pl:accesstransformer:B}
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] {}
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Server thread
Stacktrace:
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:770)
at com.google.common.collect.RegularImmutableMultiset.<init>(RegularImmutableMultiset.java:68)
at com.google.common.collect.ImmutableMultiset.copyFromEntries(ImmutableMultiset.java:218)
at com.google.common.collect.Multisets.copyHighestCountFirst(Multisets.java:1137)
at net.minecraft.item.FilledMapItem.func_77872_a(FilledMapItem.java:192)
at net.minecraft.item.FilledMapItem.func_77663_a(FilledMapItem.java:336)
at net.minecraft.item.ItemStack.func_77945_a(ItemStack.java:414)
at net.minecraft.entity.player.PlayerInventory.func_70429_k(PlayerInventory.java:265)
at net.minecraft.entity.player.PlayerEntity.func_70636_d(PlayerEntity.java:505)
at net.minecraft.entity.LivingEntity.func_70071_h_(LivingEntity.java:2104)
at net.minecraft.entity.player.PlayerEntity.func_70071_h_(PlayerEntity.java:233)
-- Player being ticked --
Details:
Entity Type: minecraft:player (net.minecraft.entity.player.ServerPlayerEntity)
Entity ID: 62
Entity Name: Cencene
Entity's Exact location: -1460.08, 88.44, -1705.77
Entity's Block location: World: (-1461,88,-1706), Chunk: (at 11,5,6 in -92,-107; contains blocks -1472,0,-1712 to -1457,255,-1697), Region: (-3,-4; contains chunks -96,-128 to -65,-97, blocks -1536,0,-2048 to -1025,255,-1537)
Entity's Momentum: 0.00, 0.00, 0.00
Entity's Passengers: []
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:361)
at net.minecraft.network.play.ServerPlayNetHandler.func_73660_a(ServerPlayNetHandler.java:183)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:228)
-- Ticking connection --
Details:
Connection: net.minecraft.network.NetworkManager@a3f564b
Stacktrace:
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:135)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:866)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:784)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:114)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:637)
at java.lang.Thread.run(Thread.java:745)
-- System Details --
Details:
Minecraft Version: 1.15.2
Minecraft Version ID: 1.15.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 993706928 bytes (947 MB) / 5640290304 bytes (5379 MB) up to 5846335488 bytes (5575 MB)
CPUs: 8
JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx6272m -Xms256m -XX:PermSize=256m
ModLauncher: 5.0.0-milestone.4+67+b1a340b
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/eventbus-2.0.0-milestone.1-service.jar eventbus PLUGINSERVICE
/forge-1.15.2-31.1.46.jar object_holder_definalize PLUGINSERVICE
/forge-1.15.2-31.1.46.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-2.0.4-shadowed.jar accesstransformer PLUGINSERVICE
/forge-1.15.2-31.1.46.jar capability_inject_definalize PLUGINSERVICE
/forge-1.15.2-31.1.46.jar runtimedistcleaner PLUGINSERVICE
/forge-1.15.2-31.1.46.jar fml TRANSFORMATIONSERVICE
/MixinBootstrap-1.0.2.jar mixinbootstrap TRANSFORMATIONSERVICE
/MixinBootstrap-1.0.2.jar mixin PLUGINSERVICE
/MixinBootstrap-1.0.2.jar mixinbootstrap PLUGINSERVICE
FML: 31.1
Forge: net.minecraftforge:31.1.46
FML Language Providers:
[email protected]
minecraft@1
[email protected]
Mod List:
NetherPortalFix_1.15.2-6.0.0.jar NetherPortalFix {
[email protected] DONE}
aiotbotania-1.15.2-1.2.1.jar AIOT Botania {
[email protected] DONE}
refinedpipes-0.4.jar Refined Pipes {
[email protected] DONE}
DoggyTalents-1.15.2-1.15.2.3.jar Doggy Talents {
[email protected] DONE}
mcw-windows-1.0.1-mc1.15.2_1.15.1.jar Macaw's Windows {
[email protected] DONE}
SilentMechanisms-1.15.2-0.7.0+50.jar Silent's Mechanisms {
[email protected]+50 DONE}
KleeSlabs_1.15.2-8.0.0.jar KleeSlabs {
[email protected] DONE}
Neat 1.6-20.jar Neat {
[email protected] DONE}
essentials-1.15.2-2.7.0.jar Essentials {
[email protected] DONE}
TerraForged-1.15.2-0.0.12.jar TerraForged {
[email protected] DONE}
BetterTitleScreen-1.15.2-1.9.jar Better Title Screen {
[email protected] DONE}
XaerosWorldMap_1.5.7_Forge_1.15.2.jar Xaero's World Map {
[email protected] DONE}
CookingForBlockheads_1.15.2-8.0.1.jar Cooking for Blockheads {
[email protected] DONE}
Controlling-6.1.4.jar Controlling {
[email protected] DONE}
ReAuth-1.14-3.8.0.jar ReAuth {
[email protected] DONE}
Placebo-1.15.2-3.0.2.jar Placebo {
[email protected] DONE}
globaldatapack-1.15.2-1.3.jar Dark Roleplay - Global Datapacks {
[email protected] DONE}
Powah-1.15.2-1.1.12.jar Powah {
[email protected] DONE}
MutantBeasts-1.15.2-1.0.5.jar Mutant Beasts {
[email protected] DONE}
Bookshelf-1.15.2-5.3.11.jar Bookshelf {
[email protected] DONE}
guardvillagers-1.15.2-1.0.6.jar Guard Villagers {
[email protected] DONE}
u_team_core-1.15.2-2.11.0.156.jar U Team Core {
[email protected] DONE}
randompatches-1.15.2-1.21.1.1.jar RandomPatches {
[email protected] DONE}
DarkUtilities-1.15.2-3.0.3.jar Dark Utilities {
[email protected] DONE}
Apotheosis-1.15.2-3.0.7.jar Apotheosis {
[email protected] DONE}
ProgressiveBosses-2.1.5-mc1.15.2.jar Progressive Bosses {
[email protected] DONE}
Morpheus-1.15.2-4.2.50.jar Morpheus {morpheus@version DONE}
MekanismGenerators-1.15.2-9.9.20.412.jar Mekanism: Generators {
[email protected] DONE}
Hwyla-forge-1.10.8-B72_1.15.2.jar Waila {waila@version DONE}
refinedstorage-1.8.1.jar Refined Storage {
[email protected] DONE}
corpse-1.15.2-1.0.3.jar Corpse {
[email protected] DONE}
mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {
[email protected] DONE}
lightestlampsmod-3.4.0.jar Lightest Lamps {
[email protected] DONE}
industrial-foregoing-1.15.2-2.2.2-28d4a81.jar Industrial Foregoing {
[email protected] DONE}
useful_backpacks-1.15.2-1.9.4.63.jar Useful Backpacks {
[email protected] DONE}
torchmaster-2.1.1-rc0.jar Torchmaster {
[email protected] DONE}
embellishcraft-1.15.2-2.1.0.1.jar EmbellishCraft {
[email protected] DONE}
AmbientSounds_v3.0.19_mc1.15.2.jar Ambient Sounds {
[email protected] DONE}
BiomesOPlenty-1.15.2-10.0.0.353-universal.jar Biomes O' Plenty {
[email protected] DONE}
phosphor-forge-mc1.15.2-0.5.2+build.4.jar Phosphor {
[email protected]+build.4 DONE}
Blur-1.1.0-1.jar Blur {
[email protected] DONE}
valkyrielib-1.15.2-3.0.2.1.jar ValkyrieLib {
[email protected] DONE}
simplechunkloaders-1.15.2-1.0.2.0.jar Simple Chunk Loaders {simplechunkloaders@NONE DONE}
valhelsia_structures-15.0.2a.jar Valhelsia Structures {
[email protected] DONE}
Lollipop-1.15.2-1.0.14.jar Lollipop {
[email protected] DONE}
SilentGear-1.15.2-1.5.8+85.jar Silent Gear {
[email protected]+85 DONE}
simplefarming-1.15.2-1.2.7.jar Simple Farming {
[email protected] DONE}
SolarFluxReborn-1.15.2-15.0.0.jar Solar Flux Reborn {
[email protected] DONE}
curios-FORGE-1.15.2-2.0.2.1.jar Curios API {
[email protected] DONE}
Botania r1.15-382.jar Botania {
[email protected] DONE}
Patchouli-1.15.2-1.2-31.jar Patchouli {
[email protected] DONE}
extlights-2.0.jar Extended Lights {
[email protected] DONE}
ClothConfig2-2.0.jar Cloth Config Forge v2 API {
[email protected] DONE}
libnonymous-1.15.2-1.1.1.5.jar Libnonymous {
[email protected] DONE}
elevatorid-1.15.2-1.7.0.jar Elevator Mod {
[email protected] DONE}
MekanismTools-1.15.2-9.9.20.412.jar Mekanism: Tools {
[email protected] DONE}
mcw-roofs-1.0.2-mc1.15.2_1.15.1.jar Macaw's Roofs {
[email protected] DONE}
furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {
[email protected] DONE}
curiouselytra-FORGE-1.15.2-2.0.jar Curious Elytra {
[email protected] DONE}
cc-tweaked-1.15.2-1.86.2.jar CC: Tweaked {
[email protected] DONE}
AI-Improvements-1.15.2-0.3.0.jar AI-Improvements {
[email protected] DONE}
mcw-furniture-1.0.1-mc1.15.1 1.15.2.jar Macaw's Furnitures {
[email protected] DONE}
cherishedworlds-FORGE-1.15.2-3.0.jar Cherished Worlds {
[email protected] DONE}
bwncr-1.15.1-3.6.13.jar Bad Wither No Cookie Reloaded {
[email protected] DONE}
CustomWindowTitle-1.15.2-v1.0.0.jar Custom Window Title {
[email protected] DONE}
FastLeafDecay-v22.jar FastLeafDecay {fastleafdecay@v22 DONE}
CraftPresence-1.15.2-1.6.1.jar CraftPresence {craftpresence@property(class java.lang.String, provider(?)) DONE}
QuarkOddities-1.15.2.jar Quark Oddities {
[email protected] DONE}
TrashSlot_1.15.2-11.0.0.jar TrashSlot {
[email protected] DONE}
torchslabmod-1.15.1_v1.6.6.jar Torch Slab Mod {
[email protected] DONE}
EquipmentTooltips-1.15.2-1.4.0+11.jar Equipment Tooltips {
[email protected]+11 DONE}
mining-helmet-1.15.2-1.0.8.jar Mining Helmet {
[email protected] DONE}
jei-1.15.2-6.0.0.3.jar Just Enough Items {
[email protected] DONE}
buzzierbees-1.4.jar Buzzier Bees {
[email protected] DONE}
AttributeFix-1.15.2-7.0.2.jar AttributeFix {
[email protected] DONE}
Mekanism-1.15.2-9.9.20.412.jar Mekanism {
[email protected] DONE}
caelus-FORGE-1.15.2-2.0-beta1.jar Caelus API {
[email protected] DONE}
Upgrade-Aquatic-1.15.2-v1.5.1.jar Upgrade Aquatic {
[email protected] DONE}
reap-1.12.2.jar Reap Mod {
[email protected] DONE}
Waystones_1.15.2-6.0.1.jar Waystones {
[email protected] DONE}
Clumps-5.0.2.jar Clumps {
[email protected] DONE}
LightOverlay-4.4.jar Light Overlay Forge {
[email protected] DONE}
comforts-FORGE-1.15.2-2.0.0.1.jar Comforts {
[email protected] DONE}
NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {
[email protected] DONE}
FruitTrees-1.15.2-1.2.5.jar Fruit Trees {
[email protected] DONE}
Kiwi-1.15.2-2.7.0.jar Kiwi {
[email protected] DONE}
SimpleStorageNetwork-1.15.2-0.3.2.jar Simple Storage Network {
[email protected] DONE}
SereneSeasons-1.15.2-3.0.0.68-universal.jar Serene Seasons {
[email protected] DONE}
decorative_blocks-6d.jar Decorative Blocks {
[email protected] DONE}
BotanyPots-1.15.2-2.0.9.jar BotanyPots {
[email protected] DONE}
The-Endergetic-Expansion-1.15.2-v1.2.5.jar The Endergetic Expansion {
[email protected] DONE}
BonsaiTrees-2.1.2.6.jar Bonsai Trees 2 {
[email protected] DONE}
mcjtylib-1.15-4.0.3-alpha.jar McJtyLib {
[email protected] DONE}
rftoolsbase-1.15-1.0.1-alpha.jar RFToolsBase {
[email protected] DONE}
xnet-1.15-2.0.2-alpha.jar XNet {
[email protected] DONE}
rftoolsstorage-1.15-1.0.3-alpha.jar RFToolsStorage {
[email protected] DONE}
mapperbase-1.15.2-1.0.0.1.jar Mapper Base {
[email protected] DONE}
ToastControl-1.15.2-3.0.1.jar Toast Control {
[email protected] DONE}
rftoolspower-1.15-2.0.1-alpha.jar RFToolsPower {
[email protected] DONE}
extradisks-1.15.1-1.2.jar Extra Disks {
[email protected] DONE}
swampexpansion-1.15.2-1.5.1.jar Swamp Expansion {swampexpansion@NONE DONE}
forge-1.15.2-31.1.46-universal.jar Forge {
[email protected] DONE}
Bountiful-1.15.2-3.1.0.jar Bountiful {
[email protected] DONE}
ironchest-1.15.2-10.0.3.jar Iron Chests {
[email protected] DONE}
CraftingTweaks_1.15.1-11.0.0.jar Crafting Tweaks {
[email protected] DONE}
forge-1.15.2-31.1.46-client.jar Minecraft {
[email protected] DONE}
cofh_core-1.15.2-0.3.2b.jar CoFH Core {
[email protected] DONE}
ensorcellation-1.15.2-0.3.0b.jar Ensorcellation {
[email protected] DONE}
rftoolsutility-1.15-2.0.1-alpha.jar RFToolsUtility {
[email protected] DONE}
swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {
[email protected] DONE}
MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {
[email protected] DONE}
ToolBelt-1.15.2-1.14.1.jar Tool Belt {
[email protected] DONE}
titanium-1.15.2-2.3.7.jar Titanium {
[email protected] DONE}
SilentLib-1.15.2-4.6.0+48.jar Silent Lib {
[email protected]+48 DONE}
forbidden_arcanus-1.15.2-1.2-beta-4.jar Forbidden & Arcanus {
[email protected] DONE}
archers_paradox-1.15.2-0.3.0b.jar Archer's Paradox {
[email protected] DONE}
atmospheric-1.15.2-1.2.1.jar Atmospheric {
[email protected] DONE}
rftoolsbuilder-1.15-2.0.1-alpha.jar RFToolsBuilder {
[email protected] DONE}
MiscAdditions-1.2.3.jar Misc Additions {
[email protected] DONE}
Xaeros_Minimap_20.7.1_Forge_1.15.2.jar Xaero's Minimap {
[email protected] DONE}
FastWorkbench-1.15.1-3.0.0.jar FastWorkbench {
[email protected] DONE}
AutoRegLib-1.5-40.jar AutoRegLib {
[email protected] DONE}
Quark-r2.1-231.jar Quark {
[email protected] DONE}
StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {
[email protected] DONE}
performant-1.15-2.07m.jar Performant {
[email protected] DONE}
DoubleSlabs-1.15-2.2.3.jar Double Slabs {
[email protected] DONE}
themidnight-0.5.6.jar The Midnight {
[email protected] DONE}
HardcoreRevival_1.15.2-4.0.0.jar Hardcore Revival {
[email protected] DONE}
structurize-0.10.298-ALPHA.jar Structurize {
[email protected] DONE}
minecolonies-0.11.831-ALPHA-universal.jar Minecolonies {
[email protected] DONE}
FastFurnace-1.15.1-3.0.0.jar FastFurnace {
[email protected] DONE}
AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {
[email protected] DONE}
Aquaculture-1.15.2-2.0.13.jar Aquaculture 2 {
[email protected] DONE}
refinedstorageaddons-0.6.1.jar Refined Storage Addons {
[email protected] DONE}
CosmeticArmorReworked-1.15.2-v1a.jar CosmeticArmorReworked {
[email protected] DONE}
DefaultOptions_1.15.2-11.0.1.jar Default Options {
[email protected] DONE}
Kiwi Modules:
fruittrees:cherry
fruittrees:fruittrees
fruittrees:hybridization
kiwi:contributors
Player Count: 1 / 8; [ServerPlayerEntity['Cencene'/62, l='New World', x=-1460.08, y=88.44, z=-1705.77]]
Data Packs: vanilla, mod:aiimprovements (incompatible), mod:aiotbotania, mod:ambientsounds (incompatible), mod:apotheosis (incompatible), mod:appleskin (incompatible), mod:aquaculture, mod:archers_paradox (incompatible), mod:atmospheric, mod:attributefix (incompatible), mod:autoreglib (incompatible), mod:bettertitlescreen, mod:biomesoplenty, mod:blur (incompatible), mod:bonsaitrees2, mod:bookshelf (incompatible), mod:botania (incompatible), mod:botanypots (incompatible), mod:bountiful (incompatible), mod:buzzierbees, mod:bwncr (incompatible), mod:caelus (incompatible), mod:cfm (incompatible), mod:cherishedworlds (incompatible), mod:cloth-config2 (incompatible), mod:clumps (incompatible), mod:cofh_core (incompatible), mod:comforts (incompatible), mod:computercraft (incompatible), mod:controlling (incompatible), mod:cookingforblockheads (incompatible), mod:corpse, mod:cosmeticarmorreworked (incompatible), mod:craftingtweaks (incompatible), mod:craftpresence, mod:curios (incompatible), mod:curiouselytra (incompatible), mod:customwindowtitle, mod:darkutils (incompatible), mod:decorative_blocks, mod:defaultoptions (incompatible), mod:doggytalents (incompatible), mod:doubleslabs, mod:elevatorid, mod:embellishcraft (incompatible), mod:endergetic (incompatible), mod:ensorcellation (incompatible), mod:equipmenttooltips (incompatible), mod:essentials (incompatible), mod:extlights, mod:extradisks, mod:fastbench (incompatible), mod:fastfurnace (incompatible), mod:fastleafdecay, mod:forbidden_arcanus (incompatible), mod:forge (incompatible), mod:fruittrees, mod:globaldatapack (incompatible), mod:guardvillagers (incompatible), mod:hardcorerevival (incompatible), mod:industrialforegoing (incompatible), mod:ironchest, mod:jei (incompatible), mod:kiwi, mod:kleeslabs (incompatible), mod:libnonymous (incompatible), mod:lightestlamp, mod:lightoverlay-forge (incompatible), mod:lollipop (incompatible), mod:mapperbase, mod:mcjtylib (incompatible), mod:mcwbridges, mod:mcwfurnitures, mod:mcwroofs, mod:mcwwindows, mod:mekanism, mod:mekanismgenerators, mod:mekanismtools, mod:midnight, mod:minecolonies (incompatible), mod:mining_helmet (incompatible), mod:miscadditions, mod:morpheus (incompatible), mod:mousetweaks (incompatible), mod:mutantbeasts (incompatible), mod:naturescompass (incompatible), mod:neat (incompatible), mod:netherportalfix (incompatible), mod:patchouli (incompatible), mod:performant (incompatible), mod:phosphor, mod:placebo (incompatible), mod:powah (incompatible), mod:progressivebosses, mod:quark, mod:quarkoddities, mod:randompatches (incompatible), mod:reap, mod:reauth (incompatible), mod:refinedpipes, mod:refinedstorage (incompatible), mod:refinedstorageaddons (incompatible), mod:rftoolsbase (incompatible), mod:rftoolsbuilder (incompatible), mod:rftoolspower (incompatible), mod:rftoolsstorage (incompatible), mod:rftoolsutility (incompatible), mod:sereneseasons, mod:silentgear (incompatible), mod:silentlib (incompatible), mod:silents_mechanisms (incompatible), mod:simplechunkloaders (incompatible), mod:simplefarming, mod:solarflux (incompatible), mod:storagedrawers (incompatible), mod:storagenetwork (incompatible), mod:structurize (incompatible), mod:swampexpansion (incompatible), mod:swingthroughgrass (incompatible), mod:terraforged, mod:titanium (incompatible), mod:toastcontrol (incompatible), mod:toolbelt (incompatible), mod:torchmaster (incompatible), mod:torchslabmod, mod:trashslot (incompatible), mod:upgrade_aquatic (incompatible), mod:usefulbackpacks, mod:uteamcore, mod:valhelsia_structures (incompatible), mod:valkyrielib (incompatible), mod:waila (incompatible), mod:waystones (incompatible), mod:xaerominimap, mod:xaeroworldmap, mod:xnet (incompatible), modpack:Valhelsia_CHUNKLOADER (incompatible), modpack:Valhelsia_RECIPE (incompatible), modpack:Valhelsia_SILENTGEAR (incompatible)
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'forge'