Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save TheNimbleNinja/f0d233cf5bd8c50b70848d6be1eb6b22 to your computer and use it in GitHub Desktop.
Save TheNimbleNinja/f0d233cf5bd8c50b70848d6be1eb6b22 to your computer and use it in GitHub Desktop.
---- Minecraft Crash Report ----
// Don't do that.
Time: 8/14/20 9:47 PM
Description: Initializing game
java.lang.NullPointerException: Registry Object not present: occultism:chalk_glyph_white
at java.util.Objects.requireNonNull(Objects.java:290) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.RegistryObject.get(RegistryObject.java:120) ~[?:?] {re:classloading}
at com.github.klikli_dev.occultism.handlers.ColorEventHandler.onRegisterBlockColors(ColorEventHandler.java:47) ~[?:0.2.11] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_1081_ColorEventHandler_onRegisterBlockColors_Block.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-2.2.0-service.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.2.0-service.jar:?] {}
at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:31.2] {re:classloading}
at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260) ~[?:?] {re:classloading}
at net.minecraftforge.fml.ModLoader$$Lambda$10499/911396356.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:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.<init>(Minecraft.java:419) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,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:51) [forge-1.15.2-31.2.36.jar:31.2] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$475/1102463008.call(Unknown Source) [forge-1.15.2-31.2.36.jar:31.2] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.2.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.2.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.2.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.2.jar:?] {re:classloading}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.2.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 java.util.Objects.requireNonNull(Objects.java:290)
at net.minecraftforge.fml.RegistryObject.get(RegistryObject.java:120)
at com.github.klikli_dev.occultism.handlers.ColorEventHandler.onRegisterBlockColors(ColorEventHandler.java:47)
at net.minecraftforge.eventbus.ASMEventHandler_1081_ColorEventHandler_onRegisterBlockColors_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$10499/911396356.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:51)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$475/1102463008.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: 1688284928 bytes (1610 MB) / 4639948800 bytes (4425 MB) up to 11453595648 bytes (10923 MB)
CPUs: 12
JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx12288m -Xms256m -XX:PermSize=256m
ModLauncher: 5.1.2+70+master.2845bb9
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/eventbus-2.2.0-service.jar eventbus PLUGINSERVICE
/forge-1.15.2-31.2.36.jar object_holder_definalize PLUGINSERVICE
/forge-1.15.2-31.2.36.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-2.1.3-shadowed.jar accesstransformer PLUGINSERVICE
/forge-1.15.2-31.2.36.jar capability_inject_definalize PLUGINSERVICE
/forge-1.15.2-31.2.36.jar runtimedistcleaner PLUGINSERVICE
/forge-1.15.2-31.2.36.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.2
Forge: net.minecraftforge:31.2.36
FML Language Providers:
javafml@31.2
minecraft@1
kotlinforforge@1.3.1
Mod List:
followingvillagers-1.15.2-1.4.0.jar Following Villagers {followingvillagers@1.15.2-1.4.0 CREATE_REGISTRIES}
enchantedbookredesign-2.0a.jar Enchanted Book Redesign {enchantedbookredesign@2.0a CREATE_REGISTRIES}
CyclopsCore-1.15.2-1.8.2.jar Cyclops Core {cyclopscore@1.8.2 CREATE_REGISTRIES}
glasscutter-1.0.1-1.15.2.jar Glasscutter {glasscutter@1.0.1 CREATE_REGISTRIES}
consecration-FORGE-1.15.2-2.0.jar Consecration {consecration@FORGE-1.15.2-2.0 CREATE_REGISTRIES}
futuremc-1.15.2-1.0.1.jar Future MC {futuremc@1.15.2-1.0.1 CREATE_REGISTRIES}
ExtendedCrafting-1.15.2-2.0.6.jar Extended Crafting {extendedcrafting@2.0.6 CREATE_REGISTRIES}
ProjectE-1.15.2-PE1.0.4.jar ProjectE {projecte@1.0.4 CREATE_REGISTRIES}
planttech2-0.02.11 - 1.15.2.jar PlantTech 2 {planttech2@0.02.11 CREATE_REGISTRIES}
SilentMechanisms-1.15.2-0.8.0+59.jar Silent's Mechanisms {silents_mechanisms@0.8.0+59 CREATE_REGISTRIES}
findme-1.15.2-1.3.0.jar Find Me {findme@NONE CREATE_REGISTRIES}
IronJetpacks-1.15.2-3.0.3.jar Iron Jetpacks {ironjetpacks@3.0.3 CREATE_REGISTRIES}
ForgeEndertech-1.15.2-6.0.4.0-build.0044.jar Forge Endertech {forgeendertech@6.0.4.0 CREATE_REGISTRIES}
Omega Ores Mod (x16)-1.0.jar Omega Ores Mod {omegaores@1.0.0 CREATE_REGISTRIES}
Controlling-6.1.5.6.jar Controlling {controlling@6.1.5.6 CREATE_REGISTRIES}
ReAuth-1.14-1.15-3.8.1.jar ReAuth {reauth@3.8.1 CREATE_REGISTRIES}
Placebo-1.15.2-3.1.0.jar Placebo {placebo@3.1.0 CREATE_REGISTRIES}
citadel-1.1.11.jar Citadel {citadel@1.1.11 CREATE_REGISTRIES}
Powah-1.15.2-1.1.15.jar Powah {powah@1.1.15 CREATE_REGISTRIES}
ftb-gui-library-1.0.0.14.jar FTB GUI Library {ftbguilibrary@1.0.0.14 CREATE_REGISTRIES}
WitherSkeletonTweaks-1.15.1-4.0.0.jar Wither Skeleton Tweaks {wstweaks@4.0.0 CREATE_REGISTRIES}
Bookshelf-1.15.2-5.6.40.jar Bookshelf {bookshelf@5.6.40 CREATE_REGISTRIES}
Reliquary-1.15.2-1.3.4.995.jar Reliquary {xreliquary@1.15.2-1.3.4.995 CREATE_REGISTRIES}
buildinggadgets-3.3.5.jar Building Gadgets {buildinggadgets@3.3.5 CREATE_REGISTRIES}
Apotheosis-1.15.2-3.2.4.jar Apotheosis {apotheosis@3.2.4 CREATE_REGISTRIES}
StorageTech R7.2.jar Storage Tech {storagetech@R7.2 CREATE_REGISTRIES}
ProgressiveBosses-2.1.5-mc1.15.2.jar Progressive Bosses {progressivebosses@2.1.5-mc1.15.2 CREATE_REGISTRIES}
venture-1.0.0-1.15.2.jar Venture {venture@1.0.0 CREATE_REGISTRIES}
spidersprwebs_1.15-1.1.jar Spiders Produce Webs {spidersprwebs@1.1 CREATE_REGISTRIES}
Ma-Essentials-1.15.2-3.1.1.jar Ma Essentials {maessentials@1.15.2-3.1.1 CREATE_REGISTRIES}
XNetGases-1.15.2-1.0.0.jar XNet Gases {xnetgases@1.0.0 CREATE_REGISTRIES}
dragonmounts-1.0.3.jar Dragon Mounts Legacy {dragonmounts@1.0.3 CREATE_REGISTRIES}
refinedstorage-1.8.8.jar Refined Storage {refinedstorage@1.8.8 CREATE_REGISTRIES}
industrial-foregoing-1.15.2-2.3.3-e356e61.jar Industrial Foregoing {industrialforegoing@2.3.3 CREATE_REGISTRIES}
lizardmod-1.15.2-1.2.1-10.jar Lizard Mod {lizardmod@1.15.2-1.2.1-10 CREATE_REGISTRIES}
crocmod-1.15.2-31.1.631.5.1-11.jar Crocodile Mod {crocmod@1.15.2-31.1.631.5.1-11 CREATE_REGISTRIES}
flora-doubling-1.15.2-1.1.1.jar Flora Doubling {flora-doubling@1.15.2-1.1.1 CREATE_REGISTRIES}
uniquedungeons-1.1.1-universal.jar Unique Dungeons {dungeons@1.1.1 CREATE_REGISTRIES}
projectvibrantjourneys-1.15.2-2.0.3.jar Project: Vibrant Journeys {projectvibrantjourneys@1.15.2-2.0.3 CREATE_REGISTRIES}
valhelsia_structures-15.0.3a.jar Valhelsia Structures {valhelsia_structures@15.0.3a CREATE_REGISTRIES}
Lollipop-1.15.2-1.0.16.jar Lollipop {lollipop@1.0.16 CREATE_REGISTRIES}
ironfurnaces-1.15.2-2.0.4.jar Iron Furnaces {ironfurnaces@2.0.4 CREATE_REGISTRIES}
ediblebugs-1.0.18_MC1.15.2.jar Edible Bugs {ediblebugs@1.0.18_MC1.15.2 CREATE_REGISTRIES}
SilentGear-1.15.2-1.11.3+160.jar Silent Gear {silentgear@1.11.3+160 CREATE_REGISTRIES}
masonry-1.15.2-0.3.4.jar Masonry {masonry@NONE CREATE_REGISTRIES}
EyesInTheDarkness-1.15.2-0.4.0.jar Eyes in the Darkness {eyesinthedarkness@0.4.0 CREATE_REGISTRIES}
simplybackpacks-1.15.2-1.4.9.jar Simply Backpacks {simplybackpacks@1.15.2-1.4.9 CREATE_REGISTRIES}
lycanitesmobs-1.15.2-2.2.3.2.jar Lycanites Mobs {lycanitesmobs@1.15.2-2.2.3.2 CREATE_REGISTRIES}
SolarFluxReborn-1.15.2-15.2.3.jar Solar Flux Reborn {solarflux@15.2.3 CREATE_REGISTRIES}
curios-FORGE-1.15.2-2.0.2.6.jar Curios API {curios@FORGE-1.15.2-2.0.2.6 CREATE_REGISTRIES}
Botania-r1.15-388.jar Botania {botania@r1.15-388 CREATE_REGISTRIES}
managear-1.15.2-1.2.0.jar Mana Gear {managear@1.15.2-1.2.0 CREATE_REGISTRIES}
Patchouli-1.15.2-1.2-35.jar Patchouli {patchouli@1.15.2-1.2-35 CREATE_REGISTRIES}
IllusionerTower1.0.0-MC1.15.2.jar Illusioner Tower {illusioner_tower@1.0.0 CREATE_REGISTRIES}
rndbmflowers_1.15-1.2.jar Random Bone Meal Flowers {rndbmflowers@1.2 CREATE_REGISTRIES}
collective-1.15.2-1.35.jar Collective {collective@1.35 CREATE_REGISTRIES}
OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES}
the_floo-1.15.2-1.2.jar The Floo {the_floo@1.15.2-1.2 CREATE_REGISTRIES}
EverPotion-1.15.2-1.1.2.jar EverPotion {everpotion@1.1.2 CREATE_REGISTRIES}
tombstone-4.5.6.jar Corail Tombstone {tombstone@4.5.6 CREATE_REGISTRIES}
TheAbyss 3.0.0gm 1.15.2.jar TheAbyss {theabyss@3.0.0b1 CREATE_REGISTRIES}
AI-Improvements-1.15.2-0.3.0.jar AI-Improvements {aiimprovements@0.3.0 CREATE_REGISTRIES}
bwncr-1.15.1-3.6.13.jar Bad Wither No Cookie Reloaded {bwncr@1.15.1-3.6.13 CREATE_REGISTRIES}
ScalingHealth-1.15.2-3.0.9+54.jar Scaling Health {scalinghealth@3.0.9+54 CREATE_REGISTRIES}
FastLeafDecay-v22.jar FastLeafDecay {fastleafdecay@v22 CREATE_REGISTRIES}
DangerousStoneCutter-1.15.1-1.2.0.jar DangerousStoneCutter {dangerousstonecutter@1.2.0 CREATE_REGISTRIES}
Treasure-Bags-1.15.2-1.2.1+21.jar Treasure Bags {treasurebags@1.2.1+21 CREATE_REGISTRIES}
Cyclic-1.15.2-0.6.1.jar Cyclic {cyclic@1.15.2-0.6.1 CREATE_REGISTRIES}
BetterAdvancements-1.15.2-0.1.0.99.jar Better Advancements {betteradvancements@0.1.0.99 CREATE_REGISTRIES}
SaveMyStronghold-1.15.2-1.0.1.jar Save My Stronghold! {savemystronghold@1.15.2-1.0.1 CREATE_REGISTRIES}
Kiwi-1.15.2-2.8.3.jar Kiwi {kiwi@2.8.3 CREATE_REGISTRIES}
AdFinders-1.15.2-4.0.5.0-build.0020.jar Advanced Finders {adfinders@4.0.5.0 CREATE_REGISTRIES}
Cucumber-1.15.2-3.0.9.jar Cucumber Library {cucumber@3.0.9 CREATE_REGISTRIES}
TrashSlot_1.15.2-11.0.0.jar TrashSlot {trashslot@11.0.0 CREATE_REGISTRIES}
item-filters-2.2.0.15.jar Item Filters {itemfilters@2.2.0.15 CREATE_REGISTRIES}
jei-1.15.2-6.0.2.12.jar Just Enough Items {jei@6.0.2.12 CREATE_REGISTRIES}
JustEnoughCalculation-1.15.2-3.6.1.jar Just Enough Calculation {jecalculation@3.6.1 CREATE_REGISTRIES}
worleycaves-1.15.2-1.6.0.jar Worley's Caves {worleycaves@1.15.2-1.6.0 CREATE_REGISTRIES}
metalbarrels-2.1.jar Metal Barrels {metalbarrels@2.1 CREATE_REGISTRIES}
longfallboots-1.4.0d.jar Long Fall Boots {longfallboots@1.4.0d CREATE_REGISTRIES}
EverlastingAbilities-1.15.2-1.6.3.jar EverlastingAbilities {everlastingabilities@1.6.3 CREATE_REGISTRIES}
Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {abnormals_core@1.0.6 CREATE_REGISTRIES}
Buzzier-Bees-1.15.2-1.5.2.jar Buzzier Bees {buzzierbees@1.5.2 CREATE_REGISTRIES}
Mekanism-1.15.2-9.10.9.422.jar Mekanism {mekanism@9.10.9 CREATE_REGISTRIES}
Upgrade-Aquatic-1.15.2-1.7.1.jar Upgrade Aquatic {upgrade_aquatic@1.7.1 CREATE_REGISTRIES}
Bloomful-1.15.2-1.4.1.jar Bloomful {bloomful@NONE CREATE_REGISTRIES}
Vulcanite-2.1.2-mc1.15.2.jar Vulcanite {vulcanite@2.1.2-mc1.15.2 CREATE_REGISTRIES}
Clumps-5.0.2.4.jar Clumps {clumps@5.0.2.4 CREATE_REGISTRIES}
journeymap-1.15.2-5.7.0b3.jar Journeymap {journeymap@5.7.0b3 CREATE_REGISTRIES}
NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {naturescompass@1.15.2-1.8.5 CREATE_REGISTRIES}
SimpleStorageNetwork-1.15.2-1.0.1.jar Simple Storage Network {storagenetwork@1.15.2-1.0.1 CREATE_REGISTRIES}
decorative_blocks-6e.jar Decorative Blocks {decorative_blocks@1.6 CREATE_REGISTRIES}
PyramidPlunder-1.15.2-1.2.jar Pyramid Plunder {pyramidplunder@1.15.2-1.1 CREATE_REGISTRIES}
DungeonCrawl-1.15.2-2.0.2.jar Dungeon Crawl {dungeoncrawl@2.0.2 CREATE_REGISTRIES}
FarmingForBlockheads_1.15.2-6.1.5.jar Farming for Blockheads {farmingforblockheads@6.1.5 CREATE_REGISTRIES}
Coins-1.15.2-1.0.2.jar Coins {coins@1.0.2 CREATE_REGISTRIES}
mcjtylib-1.15-4.1.3-beta.jar McJtyLib {mcjtylib@1.15-4.1.3-beta CREATE_REGISTRIES}
rftoolsbase-1.15-1.1.3-beta.jar RFToolsBase {rftoolsbase@1.15-1.1.3-beta CREATE_REGISTRIES}
xnet-1.15-2.1.7-beta.jar XNet {xnet@1.15-2.1.7-beta CREATE_REGISTRIES}
mapperbase-1.15.2-1.1.1.0.jar Mapper Base {mapperbase@1.15.2-1.1.1.0 CREATE_REGISTRIES}
embellishcraft-1.15.2-2.2.1.0.jar EmbellishCraft {embellishcraft@1.15.2-2.2.1.0 CREATE_REGISTRIES}
mahoutsukai-1.15.2-v1.21.6.jar Mahou Tsukai {mahoutsukai@1.15.2-v1.21.6 CREATE_REGISTRIES}
starciliummod-1.15.2-+0.1.6.jar Starcilium Mod {starciliummod@0.1.6 CREATE_REGISTRIES}
bluprium-0.3.jar Bluprium Mod {bluprium@0.1 CREATE_REGISTRIES}
JEITweaker-1.15.2-1.0.1.3.jar JEI Tweaker {jeitweaker@1.0.1.3 CREATE_REGISTRIES}
mininggadgets-1.3.5.jar Mining Gadgets {mininggadgets@1.3.5 CREATE_REGISTRIES}
CraftTweaker-1.15.2-6.0.0.39.jar CraftTweaker {crafttweaker@6.0.0.39 CREATE_REGISTRIES}
extradisks-1.15.2-1.2.2.jar Extra Disks {extradisks@1.15.2-1.2.2 CREATE_REGISTRIES}
Swamp-Expansion-1.15.2-1.7.3.jar Swamp Expansion {swampexpansion@NONE CREATE_REGISTRIES}
forge-1.15.2-31.2.36-universal.jar Forge {forge@31.2.36 CREATE_REGISTRIES}
Explorercraft-1.15.2-4.0.2.jar Explorercraft {explorercraft@1.15.2-4.0.2 CREATE_REGISTRIES}
ironchest-1.15.2-10.0.3.jar Iron Chests {ironchest@1.15.2-10.0.1 CREATE_REGISTRIES}
forge-1.15.2-31.2.36-client.jar Minecraft {minecraft@1.15.2 CREATE_REGISTRIES}
cofh_core-1.15.2-0.4.0b.jar CoFH Core {cofh_core@0.4.0b CREATE_REGISTRIES}
ensorcellation-1.15.2-0.4.1b.jar Ensorcellation {ensorcellation@0.4.1b CREATE_REGISTRIES}
The-Endergetic-Expansion-1.15.2-v1.3.2.jar The Endergetic Expansion {endergetic@1.3.2 CREATE_REGISTRIES}
theoneprobe-1.15-2.0.4.jar The One Probe {theoneprobe@1.15-2.0.4 CREATE_REGISTRIES}
swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {swingthroughgrass@1.15.2-1.4.0 CREATE_REGISTRIES}
Netherrocks-1.15.2-2.1.4.0.jar SimpleOres:Netherrocks {netherrocks@1.15.2-2.1.4.0 CREATE_REGISTRIES}
MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {mousetweaks@2.13 CREATE_REGISTRIES}
titanium-1.15.2-2.4.2.jar Titanium {titanium@2.4.2 CREATE_REGISTRIES}
ftb-quests-2.0.2.247.jar FTB Quests {ftbquests@2.0.2.247 CREATE_REGISTRIES}
compactores-1.15.2-2.1.3.jar Compact Ores {compactores@2.1.3 CREATE_REGISTRIES}
SilentLib-1.15.2-4.6.6+59.jar Silent Lib {silentlib@4.6.6+59 CREATE_REGISTRIES}
bluepower-1.15.2-0.4.190-alpha-universal.jar Blue Power {bluepower@0.4.-custom CREATE_REGISTRIES}
CreativeCore_v2.0.5_mc1.15.2.jar CreativeCore {creativecore@2.0.0 CREATE_REGISTRIES}
forbidden_arcanus-1.15.2-1.5.jar Forbidden & Arcanus {forbidden_arcanus@1.15.2-1.5 CREATE_REGISTRIES}
AdLods-1.15.2-3.0.3.0-build.0035.jar Large Ore Deposits {adlods@3.0.3.0 CREATE_REGISTRIES}
archers_paradox-1.15.2-0.4.0b.jar Archer's Paradox {archers_paradox@0.4.0b CREATE_REGISTRIES}
Ding-1.15.2-1.1.0.jar Ding {ding@1.1.0 CREATE_REGISTRIES}
Savage-and-Ravage-1.15.2-1.1.4.jar Savage & Ravage {savageandravage@1.1.4 CREATE_REGISTRIES}
rats-5.3.2-1.15.2.jar Rats {rats@5.3.2 CREATE_REGISTRIES}
ftb-backups-2.1.1.5.jar FTB Utilities: Backups {ftbbackups@2.1.1.5 ERROR}
mobsunscreen-1.15.2-2.0.2.jar Mob Sunscreen {mobsunscreen@1.15.2-2.0.2 CREATE_REGISTRIES}
lava-monster-1.15.2-1.0.5.jar Lava Monster {lava_monster@1.0.5 CREATE_REGISTRIES}
FastWorkbench-1.15.2-3.1.1.jar FastWorkbench {fastbench@3.1.1 CREATE_REGISTRIES}
autumnity-1.3.3-1.15.2.jar Autumnity {autumnity@1.3.3 CREATE_REGISTRIES}
WorldOfWonder-1.15.2-1.0.6.jar World of Wonder {worldofwonder@1.15.2-1.0.6 CREATE_REGISTRIES}
StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {storagedrawers@1.15.2-7.0.1 CREATE_REGISTRIES}
themidnight-0.5.9.jar The Midnight {midnight@0.5.9 CREATE_REGISTRIES}
Harvest-forge-1.15.1-1.2.11-24.jar Harvest {harvest@version CREATE_REGISTRIES}
structurize-0.13.42-ALPHA.jar Structurize {structurize@0.13.42-ALPHA CREATE_REGISTRIES}
grindr-1.15.2-0.0.1.6.jar Grindr {grindr@1.15.2-0.0.1.6 CREATE_REGISTRIES}
RSLargePatterns-1.15.2-2.0.0.1.jar Refined Storage Large Patterns {rslargepatterns@2.0.0.1 CREATE_REGISTRIES}
PickleTweaks-1.15.2-4.0.4.jar Pickle Tweaks {pickletweaks@4.0.4 CREATE_REGISTRIES}
minecolonies-0.13.125-ALPHA-universal.jar Minecolonies {minecolonies@0.13.125-ALPHA CREATE_REGISTRIES}
FastFurnace-1.15.1-3.0.0.jar FastFurnace {fastfurnace@3.0.0 CREATE_REGISTRIES}
hunterillager-1.15.2-0.7.2.jar HunterIllager {hunterillager@0.7.2 CREATE_REGISTRIES}
AppleSkin-mc1.15.2-forge-1.0.14.jar AppleSkin {appleskin@1.0.14 CREATE_REGISTRIES}
occultism-0.2.11.jar Occultism {occultism@0.2.11 CREATE_REGISTRIES}
byg-1.0.11.jar Oh The Biomes You'll Go {byg@1.0.11 CREATE_REGISTRIES}
Aquaculture-1.15.2-2.0.16.jar Aquaculture 2 {aquaculture@1.15.2-2.0.16 CREATE_REGISTRIES}
SilentGems-1.15.2-3.6.2+98.jar Silent's Gems 3 {silentgems@3.6.2+98 CREATE_REGISTRIES}
XL-Food-Mod-1.15.2-2.2.2.jar XL Food Mod {xlfoodmod@2.2.2 CREATE_REGISTRIES}
refinedstorageaddons-0.6.3.jar Refined Storage Addons {refinedstorageaddons@0.6.3 CREATE_REGISTRIES}
Launched Version: forge-31.2.36
Backend library: LWJGL version 3.2.2 build 10
Backend API: GeForce GTX 1050/PCIe/SSE2 GL version 4.6.0 NVIDIA 441.66, NVIDIA Corporation
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: 12x Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment