Skip to content

Instantly share code, notes, and snippets.

@thisisACat5
Created May 16, 2020 09:55
Show Gist options
  • Save thisisACat5/7694b219b6a9934336a15ea40cd3e803 to your computer and use it in GitHub Desktop.
Save thisisACat5/7694b219b6a9934336a15ea40cd3e803 to your computer and use it in GitHub Desktop.
---- Minecraft Crash Report ----
// Daisy, daisy...
Time: 5/16/20 10:16 AM
Description: Initializing game
java.lang.NullPointerException: Initializing game
at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at com.endlesnights.torchslabsmod.blocks.vanilla.ColorHandler.registerBlockColorHandler(ColorHandler.java:102) ~[?:v1.6.10] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_531_ColorHandler_registerBlockColorHandler_Block.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-2.1.0-service.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.1.0-service.jar:?] {}
at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:31.1] {re:classloading}
at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260) ~[?:?] {re:classloading}
at net.minecraftforge.fml.ModLoader$$Lambda$7959/968987756.accept(Unknown Source) ~[?:?] {}
at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218) ~[?:?] {re:classloading}
at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260) ~[?:?] {re:classloading}
at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207) ~[?:?] {re:classloading}
at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.<init>(Minecraft.java:419) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(SourceFile:166) [?:?] {re:classloading}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.15.2-31.1.65.jar:31.1] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$466/1243705012.call(Unknown Source) [forge-1.15.2-31.1.65.jar:31.1] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.0.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.0.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.0.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.0.jar:?] {re:classloading}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.0.jar:?] {re:classloading}
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Render thread
Stacktrace:
at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97)
at com.endlesnights.torchslabsmod.blocks.vanilla.ColorHandler.registerBlockColorHandler(ColorHandler.java:102)
at net.minecraftforge.eventbus.ASMEventHandler_531_ColorHandler_registerBlockColorHandler_Block.invoke(.dynamic)
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168)
at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260)
at net.minecraftforge.fml.ModLoader$$Lambda$7959/968987756.accept(Unknown Source)
at java.util.HashMap.forEach(HashMap.java:1280)
at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218)
at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260)
at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207)
at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
at net.minecraft.client.Minecraft.<init>(Minecraft.java:419)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.main.Main.main(SourceFile:166)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$466/1243705012.call(Unknown Source)
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)
-- 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: 2907390352 bytes (2772 MB) / 3848798208 bytes (3670 MB) up to 8829009920 bytes (8420 MB)
CPUs: 4
JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx9472m -Xms256m -XX:PermSize=256m
ModLauncher: 5.1.0+69+master.79f13f7
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/eventbus-2.1.0-service.jar eventbus PLUGINSERVICE
/forge-1.15.2-31.1.65.jar object_holder_definalize PLUGINSERVICE
/forge-1.15.2-31.1.65.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-2.1.1-shadowed.jar accesstransformer PLUGINSERVICE
/forge-1.15.2-31.1.65.jar capability_inject_definalize PLUGINSERVICE
/forge-1.15.2-31.1.65.jar runtimedistcleaner PLUGINSERVICE
/forge-1.15.2-31.1.65.jar fml TRANSFORMATIONSERVICE
/MixinBootstrap-1.0.3.jar mixinbootstrap TRANSFORMATIONSERVICE
/MixinBootstrap-1.0.3.jar mixin PLUGINSERVICE
/MixinBootstrap-1.0.3.jar mixinbootstrap PLUGINSERVICE
FML: 31.1
Forge: net.minecraftforge:31.1.65
FML Language Providers:
[email protected]
minecraft@1
[email protected]
Mod List:
justenoughbeacons-2.0.jar Just Enough Beacons {[email protected] LOAD_REGISTRIES}
fourbottlesbrewingstandmod-1.0.jar Four Bottles Brewing Stand Mod {[email protected] LOAD_REGISTRIES}
nethercraft-1.15.2-1.0.8.jar Nethercraft {[email protected] LOAD_REGISTRIES}
CraftingAutomat-MC1.15.2-1.2.2.jar Crafting Automat {[email protected] LOAD_REGISTRIES}
refinedpipes-0.4.1.jar Refined Pipes {[email protected] LOAD_REGISTRIES}
enchantable-1.3.0-1.15.2.jar Enchantable {[email protected] LOAD_REGISTRIES}
shapeselector-1.15.2b3.jar Ore Excavation: Shape Selector {[email protected] LOAD_REGISTRIES}
Uppers-0.2.12.jar Uppers {[email protected] LOAD_REGISTRIES}
HammerLib-1.15.2-15.1.2.jar HammerLib {[email protected] LOAD_REGISTRIES}
mcw-windows-1.0.1-mc1.15.2_1.15.1.jar Macaw's Windows {[email protected] LOAD_REGISTRIES}
SilentMechanisms-1.15.2-0.7.1+51.jar Silent's Mechanisms {[email protected]+51 LOAD_REGISTRIES}
pitg-1.15.2-1.3.0.jar Pane In The Glass {[email protected] LOAD_REGISTRIES}
essentials-1.15.2-2.7.1.jar Essentials {[email protected] LOAD_REGISTRIES}
BetterCaves-1.15.2-1.0.jar YUNG's Better Caves {[email protected] LOAD_REGISTRIES}
sneakthroughberries-1.15.2-20w06a-1.0.1.jar Sneak Through Berries {[email protected] LOAD_REGISTRIES}
Morpheus-1.15.2-4.2.50.jar Morpheus {morpheus@version LOAD_REGISTRIES}
venture-1.0.0-1.15.2.jar Venture {[email protected] LOAD_REGISTRIES}
Hwyla-forge-1.10.8-B72_1.15.2 (2).jar Waila {waila@version LOAD_REGISTRIES}
speedyhoppers-1.15.2-2.jar Speedy Hoppers {[email protected] LOAD_REGISTRIES}
SnowRealMagic-1.15.2-1.7.5.jar Snow! Real Magic! {[email protected] LOAD_REGISTRIES}
TMechworks-1.15.2-2.1.0.jar Tinkers' Mechworks {[email protected] LOAD_REGISTRIES}
JustEnoughResources-1.15.2-0.10.1.77.jar Just Enough Resources {[email protected] LOAD_REGISTRIES}
mysticallib-1.15.2-2.0.0.jar Mystical Lib {[email protected] LOAD_REGISTRIES}
repurposedstructures-1.15.2-1.4.1.jar Repurposed Structures {[email protected] LOAD_REGISTRIES}
visiblearmorslots-1.0a-1.15.2.jar Visible Armor Slots {[email protected] LOAD_REGISTRIES}
BiomesOPlenty-1.15.2-10.0.0.345-universal.jar Biomes O' Plenty {[email protected] LOAD_REGISTRIES}
ToolStats-1.15.2-1.0.1.jar ToolStats {[email protected] LOAD_REGISTRIES}
phosphor-forge-mc1.15.2-0.5.2+build.4.jar Phosphor {[email protected]+build.4 LOAD_REGISTRIES}
SilentGear-1.15.2-1.6.4+90.jar Silent Gear {[email protected]+90 LOAD_REGISTRIES}
masonry-1.15.2-0.3.4.jar Masonry {masonry@NONE LOAD_REGISTRIES}
Seeker-Compass-1.15.2.v1.0.0.jar Seeker Compass {[email protected] LOAD_REGISTRIES}
randomenchants-3.1.0.jar Random Enchants {[email protected] LOAD_REGISTRIES}
curios-FORGE-1.15.2-2.0.2.2.jar Curios API {[email protected] LOAD_REGISTRIES}
Botania-r1.15-384.jar Botania {[email protected] LOAD_REGISTRIES}
corail_woodcutter-1.1.2-1.15.2.jar Corail Woodcutter {[email protected] LOAD_REGISTRIES}
diagonal_panes-1.15.2-1.0.0.jar Diagonal Panes {diagonal_panes@NONE LOAD_REGISTRIES}
carrotslib-mc1.15.2-2.5.jar Carrots Lib {[email protected] LOAD_REGISTRIES}
extlights-2.0.jar Extended Lights {[email protected] LOAD_REGISTRIES}
additionalevents-1.1.jar Additional Events {[email protected] LOAD_REGISTRIES}
EdibleNetherWart-1.15.2-forge-1.0.0.jar Edible Nether Wart {[email protected] LOAD_REGISTRIES}
mcw-furniture-1.0.1-mc1.15.1 1.15.2.jar Macaw's Furnitures {[email protected] LOAD_REGISTRIES}
Better Muffling-1.15.2-0.5.0-Beta.jar Better Muffling {[email protected] LOAD_REGISTRIES}
snowbfrmobs_1.15.2-1.0.jar Snowballs Freeze Mobs {[email protected] LOAD_REGISTRIES}
bettertridentreturn-1.15.2-1.0.1.jar Better Trident Return {[email protected] LOAD_REGISTRIES}
CleanView-1.15.2-v1a.jar CleanView {[email protected] LOAD_REGISTRIES}
rainbowstone-1.15.2-1.1.2.jar Rainbowstone {[email protected] LOAD_REGISTRIES}
QuarkOddities-1.15.2.jar Quark Oddities {[email protected] LOAD_REGISTRIES}
Kiwi-1.15.2-2.6.5.jar Kiwi {[email protected] LOAD_REGISTRIES}
Notes-1.15.2-1.2.0.jar Notes {[email protected] LOAD_REGISTRIES}
animalnet-v1.15.2 Forge b1.jar AnimalNet {[email protected] Forge b1 LOAD_REGISTRIES}
torchslabmod-1.15.2_v1.6.10.jar Torch Slab Mod {[email protected] ERROR}
Netherite-1.1.jar Netherite - Ported {[email protected] LOAD_REGISTRIES}
flamboyant-2.0.1.jar Flamboyant {[email protected] LOAD_REGISTRIES}
mining-helmet-1.15.2-1.0.8.jar Mining Helmet {[email protected] LOAD_REGISTRIES}
GoodSkeletonDontStrafe-v1.1.2-1.15.1.jar Good Skeletons Don't Strafe {[email protected] LOAD_REGISTRIES}
vanillaexcavators-1.15.2-2.1.jar Vanilla Excavators {[email protected] LOAD_REGISTRIES}
jei-1.15.2-6.0.0.4.jar Just Enough Items {[email protected] LOAD_REGISTRIES}
EverlastingAbilities-1.15.2-1.6.1.jar EverlastingAbilities {[email protected] LOAD_REGISTRIES}
pigstep-1.15.jar Pigstep {[email protected] LOAD_REGISTRIES}
caelus-FORGE-1.15.2-2.0-beta2.jar Caelus API {[email protected] LOAD_REGISTRIES}
colytra-FORGE-1.15.2-3.0.jar Colytra {[email protected] LOAD_REGISTRIES}
RingsOfAscension-1.15.2-1.2.jar Rings of Ascension {[email protected] LOAD_REGISTRIES}
fablibrary-1.15.2-1.1.jar FAB Library {[email protected] LOAD_REGISTRIES}
NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {[email protected] LOAD_REGISTRIES}
additionalbars-1.3.5.jar Additional Bars {[email protected] LOAD_REGISTRIES}
curioofundying-FORGE-1.15.2-3.0.jar Curio of Undying {[email protected] LOAD_REGISTRIES}
snowundertrees-1.15.2-v1.1.jar Snow Under Trees {[email protected] LOAD_REGISTRIES}
EnhancedVanilla_Snapshot_20w20a-Forge-1.15.2.31.1.63.jar Enhanced Vanilla {enhancedvanilla@Snapshot 20w20a LOAD_REGISTRIES}
infinityworkswithallarrows-1.0.jar Infinity works with all arrows {[email protected] LOAD_REGISTRIES}
magicmirror-1.4.8.jar Magic Mirrors {[email protected] LOAD_REGISTRIES}
forge-1.15.2-31.1.65-universal.jar Forge {[email protected] LOAD_REGISTRIES}
ironchest-1.15.2-10.0.3.jar Iron Chests {[email protected] LOAD_REGISTRIES}
forge-1.15.2-31.1.65-client.jar Minecraft {[email protected] LOAD_REGISTRIES}
cofh_core-1.15.2-0.4.0b.jar CoFH Core {[email protected] LOAD_REGISTRIES}
Flopper-1.15.2-1.0.6.jar Flopper {[email protected] LOAD_REGISTRIES}
bspawncontrol_1.15.2-1.0.jar Better Spawner Control {[email protected] LOAD_REGISTRIES}
MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {[email protected] LOAD_REGISTRIES}
Psi r1.2-79.jar Psi {[email protected] LOAD_REGISTRIES}
Compacted-1.15.2-0.0.2.4.jar Compacted {[email protected] LOAD_REGISTRIES}
useful_railroads-1.15.2-1.3.2.21.jar Useful Railroads {[email protected] LOAD_REGISTRIES}
morevanillalib-1.15.2-1.2.2.jar MoreVanillaLib {[email protected] LOAD_REGISTRIES}
edibsgr_1.15.2-2.0.jar Edible Sugar {[email protected] LOAD_REGISTRIES}
pamhc2crops-1.15.2-1.0.4.jar Pam's HarvestCraft 2 Crops {pamhc2crops@version LOAD_REGISTRIES}
beesknees-1.15.2-1.0.1.jar The Bees Knees Mod {beesknees@1 LOAD_REGISTRIES}
playerhopper-1.15-1.3.jar Player Hopper {[email protected] LOAD_REGISTRIES}
gates-1.5.2.jar Gates {[email protected] LOAD_REGISTRIES}
jeiintegration_1.15.2-3.1.0.1.jar JEI Integration {[email protected] LOAD_REGISTRIES}
Mantle-1.15.2-1.5.15.jar Mantle {[email protected] LOAD_REGISTRIES}
pamhc2foodcore-1.15.2-1.0.3.jar Pam's HarvestCraft 2 Food Core {pamhc2foodcore@version LOAD_REGISTRIES}
extratags-1.1.jar Extra Tags {[email protected] LOAD_REGISTRIES}
autumnity-1.2.0-1.15.2.jar Autumnity {[email protected] LOAD_REGISTRIES}
AutoRegLib-1.5-40.jar AutoRegLib {[email protected] LOAD_REGISTRIES}
sit-1.15.1-v1.3.jar Sit {[email protected] LOAD_REGISTRIES}
HardcoreRevival_1.15.2-4.0.1.jar Hardcore Revival {[email protected] LOAD_REGISTRIES}
AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {[email protected] LOAD_REGISTRIES}
connectedglass-1.0.0-mc1.15.jar Connected Glass {[email protected] LOAD_REGISTRIES}
Biomes_You_Go-0.3.3-BETA.jar Oh The Biomes You'll Go {[email protected] LOAD_REGISTRIES}
Aquaculture-1.15.2-2.0.13.jar Aquaculture 2 {[email protected] LOAD_REGISTRIES}
concreteslabs-1.15.2-1.0.1.jar Concrete Slabs {[email protected] LOAD_REGISTRIES}
MineMenu-1.15.2-1.8.4.jar MineMenu {[email protected] LOAD_REGISTRIES}
CosmeticArmorReworked-1.15.2-v3a.jar CosmeticArmorReworked {[email protected] LOAD_REGISTRIES}
EnderMail-1.15.2-1.1.0.jar Ender Mail {[email protected] LOAD_REGISTRIES}
cooking_table-1.15.2-1.2.0.jar Cooking Table {[email protected] LOAD_REGISTRIES}
tetra-1.15.2-2.5.0.jar Tetra {[email protected] LOAD_REGISTRIES}
metallamps-1.15.2-0.0.6.jar Metal Lamps {[email protected] LOAD_REGISTRIES}
nether+-1.7.5-1.15.2.jar nether+ {[email protected] LOAD_REGISTRIES}
CyclopsCore-1.15.2-1.6.2.jar Cyclops Core {[email protected] LOAD_REGISTRIES}
managear-1.1.1.jar Mana Gear {[email protected] LOAD_REGISTRIES}
JustEnoughCalculation-1.15.2-3.6.1.jar Just Enough Calculation {[email protected] LOAD_REGISTRIES}
curiousshulkerboxes-FORGE-1.15.2-2.0.0.1.jar Curious Shulker Boxes {[email protected] LOAD_REGISTRIES}
futuremc-1.15.2-1.0.1.jar Future MC {[email protected] LOAD_REGISTRIES}
Bouncy-Bouncy-Forge1.15.2.jar Bouncy Bouncy {[email protected] LOAD_REGISTRIES}
rsgauges-1.15.2-1.2.2.jar Gauges and Switches {[email protected] LOAD_REGISTRIES}
findme-1.15.2-1.3.0.jar Find Me {findme@NONE LOAD_REGISTRIES}
glassential-forge-1.15.2-1.1.2.jar Glassential {[email protected] LOAD_REGISTRIES}
JRFTL [1.15.2]-1.1.jar JRFTL {[email protected] LOAD_REGISTRIES}
CookingForBlockheads_1.15.2-8.0.1.jar Cooking for Blockheads {[email protected] LOAD_REGISTRIES}
Controlling-6.1.4.jar Controlling {[email protected] LOAD_REGISTRIES}
globaldatapack-1.15.2-1.3.jar Dark Roleplay - Global Datapacks {[email protected] LOAD_REGISTRIES}
potionofbees-1.15.2-1.0.1.jar Potion of Bees {[email protected] LOAD_REGISTRIES}
Bookshelf-1.15.2-5.5.34.jar Bookshelf {[email protected] LOAD_REGISTRIES}
BotanyPots-1.15.2-2.0.14.jar BotanyPots {[email protected] LOAD_REGISTRIES}
u_team_core-1.15.2-2.11.0.156.jar U Team Core {[email protected] LOAD_REGISTRIES}
mcw-doors-1.0.0-mc1.15.2.jar Macaw's Doors {[email protected] LOAD_REGISTRIES}
dynamic_world-1.15.2-0.2.0.0.jar Dynamic World {[email protected] LOAD_REGISTRIES}
styledblocks-mc1.15.2-5.5.jar Styled Blocks {[email protected] LOAD_REGISTRIES}
NoIncreasingRepairCost-1.15.2-1.0.0.jar No Increasing Repair Cost {noincreasingrepaircost@NONE LOAD_REGISTRIES}
PrettyPipes-1.5.1.jar Pretty Pipes {[email protected] LOAD_REGISTRIES}
mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {[email protected] LOAD_REGISTRIES}
useful_backpacks-1.15.2-1.9.4.63.jar Useful Backpacks {[email protected] LOAD_REGISTRIES}
improved-stations-1.1.jar Improved Stations {[email protected] LOAD_REGISTRIES}
smartdispensers-1.2.jar Smart Dispensers {smartdispensers@1 LOAD_REGISTRIES}
Ping-1.15.2-1.6.4.jar Ping {[email protected] LOAD_REGISTRIES}
Fast Tool Switching-1.15.2-1.0.0.jar Fast Tool Switching {fasttoolswitching@NONE LOAD_REGISTRIES}
valkyrielib-1.15.2-3.0.2.1.jar ValkyrieLib {[email protected] LOAD_REGISTRIES}
valhelsia_structures-15.0.2a.jar Valhelsia Structures {[email protected] LOAD_REGISTRIES}
ineedthemores-1.15.2-1.3.jar I Need Them Ores {[email protected] LOAD_REGISTRIES}
simplefarming-1.15.2-1.2.7.jar Simple Farming {[email protected] LOAD_REGISTRIES}
thickersnowongrass-1.0.jar THicker Snow on Grass {[email protected] LOAD_REGISTRIES}
Patchouli-1.15.2-1.2-33.jar Patchouli {[email protected] LOAD_REGISTRIES}
leap-1.15.2-1.0.1.jar Leap {[email protected] LOAD_REGISTRIES}
OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE LOAD_REGISTRIES}
EndReborn [0.5.2].jar End: Reborn {[email protected] LOAD_REGISTRIES}
Golden-Berry-Mod-1.15.2-1.0.1.jar Golden Berry Mod {[email protected] LOAD_REGISTRIES}
elevatorid-1.15.2-1.7.0.jar Elevator Mod {[email protected] LOAD_REGISTRIES}
sleepsooner_1.15-2.0.jar Sleep Sooner {[email protected] LOAD_REGISTRIES}
carrierbees-1.15.2-0.0.0.5.jar Carrier Bees {[email protected] LOAD_REGISTRIES}
shulkerdt_1.15.2-1.1.jar Shulker Drops Two {[email protected] LOAD_REGISTRIES}
curiouselytra-FORGE-1.15.2-2.0.jar Curious Elytra {[email protected] LOAD_REGISTRIES}
branders-sulfurpotassiummod-1.15.2-2.3.0.jar Sulfur And Potassium - make gunpowder {[email protected] LOAD_REGISTRIES}
incubation-1.0.4-1.15.2.jar Incubation {[email protected] LOAD_REGISTRIES}
ColorfulSlimes-1.15.2-15.1.2.jar Colorful Slimes {[email protected] LOAD_REGISTRIES}
BetterAdvancements-1.15.2-0.1.0.96.jar Better Advancements {[email protected] LOAD_REGISTRIES}
inftrading_1.15.2-1.0.jar Infinite Trading {[email protected] LOAD_REGISTRIES}
portablecrafter-forge-1.0.2-1.15.jar Portable Crafter {[email protected] LOAD_REGISTRIES}
Ma-Enchants-1.15.2-3.1.0.jar Ma Enchants {[email protected] LOAD_REGISTRIES}
pamhc2trees-1.15.2-1.0.4.jar Pam's HarvestCraft 2 Fruit Trees {pamhc2trees@version LOAD_REGISTRIES}
berry_good-2.0.0.jar Berry Good {[email protected] LOAD_REGISTRIES}
craftingstation-3.1.0.jar Crafting Station {[email protected] LOAD_REGISTRIES}
snad-1.8.5.10a-1.15.2.jar Snad {[email protected] LOAD_REGISTRIES}
NotEnoughEnchantments V0.0.3.jar Not Enough Enchantments {[email protected] LOAD_REGISTRIES}
crawl-1.15.2-1.0.jar Press C To Crawl {[email protected] LOAD_REGISTRIES}
longfallboots-1.4.0c.jar Long Fall Boots {[email protected] LOAD_REGISTRIES}
Abnormals-Core-1.15.2-v1.0.4.jar Abnormals Core {[email protected] LOAD_REGISTRIES}
Bamboo-Blocks-1.15.2-v1.4.0.jar Bamboo Blocks {[email protected] LOAD_REGISTRIES}
Upgrade-Aquatic-1.15.2-v1.6.0.jar Upgrade Aquatic {[email protected] LOAD_REGISTRIES}
The-Endergetic-Expansion-1.15.2-v1.3.0.jar The Endergetic Expansion {[email protected] LOAD_REGISTRIES}
Savage-and-Ravage-1.15.2-v1.1.0.jar Savage & Ravage {[email protected] LOAD_REGISTRIES}
Buzzier-Bees-1.15.2-v1.5.0.jar Buzzier Bees {[email protected] LOAD_REGISTRIES}
Bloomful-1.15.2-v1.4.0.jar Bloomful {bloomful@NONE LOAD_REGISTRIES}
WAWLA-1.15.2-3.0.2.jar WAWLA {[email protected] LOAD_REGISTRIES}
Vulcanite-2.1.0-mc1.15.2.jar Vulcanite {[email protected] LOAD_REGISTRIES}
polarizingbiomes-1.15.1-v1.0.jar Polarizing Biomes {[email protected] LOAD_REGISTRIES}
extraboats-1.3.4-1.15.2.jar Extra Boats {[email protected] LOAD_REGISTRIES}
ensorcellation-1.15.2-0.4.1b.jar Ensorcellation {[email protected] LOAD_REGISTRIES}
goldenhopper-1.1.1-1.15.2.jar Golden Hopper {[email protected] LOAD_REGISTRIES}
mgui-1.15.2-2.1.1.jar mgui {[email protected] LOAD_REGISTRIES}
journeymap-1.15.2-5.7.0b2.jar Journeymap {[email protected] LOAD_REGISTRIES}
enviromats-1.15.2-2.0.2.1.jar Environmental Materials {[email protected] LOAD_REGISTRIES}
comforts-FORGE-1.15.2-2.0.0.2.jar Comforts {[email protected] LOAD_REGISTRIES}
decorative_blocks-6d.jar Decorative Blocks {[email protected] LOAD_REGISTRIES}
DungeonCrawl-1.15.2-1.6.3.jar Dungeon Crawl {[email protected] LOAD_REGISTRIES}
permasomnia_v1.1.1_formc1.15.2.jar Permasomnia {[email protected] LOAD_REGISTRIES}
bedspreads-FORGE-1.15.2-3.0.0.1.jar Bedspreads {[email protected] LOAD_REGISTRIES}
starciliummod-1.15.2- 0.1.5.jar Starcilium Mod {[email protected] LOAD_REGISTRIES}
walljump-forge-1.15.2-1.3.5.jar Wall-Jump! {[email protected] LOAD_REGISTRIES}
traverse-1.15.2-3.0.0.jar Traverse {[email protected] LOAD_REGISTRIES}
Swamp-Expansion-1.15.2-v1.7.1.jar Swamp Expansion {swampexpansion@NONE LOAD_REGISTRIES}
AkashicTome-1.3-13.jar Akashic Tome {[email protected] LOAD_REGISTRIES}
campfiretorches-1.15.2-1.0.2.jar Campfire Torches {[email protected] LOAD_REGISTRIES}
dash-1.15.2-1.0.1.jar Dash {[email protected] LOAD_REGISTRIES}
CraftingTweaks_1.15.1-11.0.0.jar Crafting Tweaks {[email protected] LOAD_REGISTRIES}
Inspirations-1.15.2-1.1.0.jar Inspirations {[email protected] LOAD_REGISTRIES}
EnchantmentDescriptions-1.15.2-2.0.8.jar EnchantmentDescriptions {[email protected] LOAD_REGISTRIES}
swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {[email protected] LOAD_REGISTRIES}
amp-1.15.2-0.1.0.jar Aurum's More Potions {[email protected] LOAD_REGISTRIES}
ToolBelt-1.15.2-1.14.1.jar Tool Belt {[email protected] LOAD_REGISTRIES}
titanium-1.15.2-2.4.0.jar Titanium {[email protected] LOAD_REGISTRIES}
SilentLib-1.15.2-4.6.1+49.jar Silent Lib {[email protected]+49 LOAD_REGISTRIES}
archers_paradox-1.15.2-0.4.0b.jar Archer's Paradox {[email protected] LOAD_REGISTRIES}
locatebiome-1.15.2-v1.0.jar LocateBiome {[email protected] LOAD_REGISTRIES}
Atmospheric-1.15.2-v1.3.0.jar Atmospheric {[email protected] LOAD_REGISTRIES}
Quark-r2.1-237.jar Quark {[email protected] LOAD_REGISTRIES}
Charm-1.15.2-1.5.7.jar Charm {[email protected] LOAD_REGISTRIES}
Strange-1.15.2-1.0.0-beta.3.jar Strange {[email protected] LOAD_REGISTRIES}
flux-4.15.0.jar Flux {[email protected] LOAD_REGISTRIES}
fl-3.2.2.jar Flux Library {[email protected] LOAD_REGISTRIES}
StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {[email protected] LOAD_REGISTRIES}
FluxNetworks-1.15.2-5.0.1-2.jar Flux Networks {[email protected] LOAD_REGISTRIES}
vanillahammers-1.15.2-2.1.jar Vanilla Hammers {[email protected] LOAD_REGISTRIES}
simplytea-1.15.2-2.2.1.jar Simply Tea {[email protected] LOAD_REGISTRIES}
grindr-1.15.2-0.0.1.5.jar Grindr {[email protected] LOAD_REGISTRIES}
Transport-1.15.2-2.2.0.jar Transport {[email protected] LOAD_REGISTRIES}
SilentGems-1.15.2-3.5.3+86.jar Silent's Gems 3 {[email protected]+86 LOAD_REGISTRIES}
overloadedarmorbar-4.0.0.jar Overloaded Armor Bar {[email protected] LOAD_REGISTRIES}
healingcf_1.15-2.1.jar Healing Campfire {[email protected] LOAD_REGISTRIES}
Pulsar/inspirations loaded Pulses:
- InspirationsShared (Enabled/Forced)
- InspirationsBuilding (Enabled/Not Forced)
- InspirationsUtility (Enabled/Not Forced)
- InspirationsTools (Enabled/Not Forced)
- InspirationsTweaks (Enabled/Not Forced)
Kiwi Modules:
kiwi:contributors
snowrealmagic:snowrealmagic
Launched Version: forge-31.1.65
Backend library: LWJGL version 3.2.2 build 10
Backend API: Intel(R) HD Graphics 4000 GL version 4.0.0 - Build 10.18.10.5129, Intel
GL Caps: Using framebuffer using OpenGL 3.0
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'forge'
Type: Client (map_client.txt)
CPU: 4x Intel(R) Core(TM) i3-3120M CPU @ 2.50GHz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment