I just updated to the latest version of forge, because a few hours ago forge crashed while loading. Well this error appeared:
java.lang.NullPointerException: Initializing game
Here is the crash report.
---- Minecraft Crash Report ----
// My bad.
Time: 7/07/20 09:28 PM
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 doggytalents.ModBlocks.registerBlockColours(ModBlocks.java:46) ~[?:1.15.2.3] {re:classloading,pl:object_holder_definalize:A}
at doggytalents.DoggyTalentsMod$$Lambda$10953/1051681532.accept(Unknown Source) ~[?:?] {}
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212) ~[eventbus-2.2.0-service.jar:?] {}
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204) ~[eventbus-2.2.0-service.jar:?] {}
at net.minecraftforge.eventbus.EventBus$$Lambda$2098/1822648234.invoke(Unknown Source) ~[?:?] {}
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$11462/414903944.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:51) [forge-1.15.2-31.2.30.jar:31.2] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$485/374845463.call(Unknown Source) [forge-1.15.2-31.2.30.jar:31.2] {}
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 doggytalents.ModBlocks.registerBlockColours(ModBlocks.java:46)
at doggytalents.DoggyTalentsMod$$Lambda$10953/1051681532.accept(Unknown Source)
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212)
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204)
at net.minecraftforge.eventbus.EventBus$$Lambda$2098/1822648234.invoke(Unknown Source)
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$11462/414903944.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$485/374845463.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: 1007821672 bytes (961 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
CPUs: 4
JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
ModLauncher: 5.1.0+69+master.79f13f7
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/eventbus-2.2.0-service.jar eventbus PLUGINSERVICE
/forge-1.15.2-31.2.30.jar object_holder_definalize PLUGINSERVICE
/forge-1.15.2-31.2.30.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-2.1.3-shadowed.jar accesstransformer PLUGINSERVICE
/forge-1.15.2-31.2.30.jar capability_inject_definalize PLUGINSERVICE
/forge-1.15.2-31.2.30.jar runtimedistcleaner PLUGINSERVICE
/forge-1.15.2-31.2.30.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.30
FML Language Providers:
[email protected]
minecraft@1
[email protected]
[email protected]
Mod List:
BETA+-+Camels+Mod+0.8.0+[1.15.2].jar Camel Mod {
[email protected] CREATE_REGISTRIES}
UnionLib-1.15.2-1.2.3.jar UnionLib {
[email protected] CREATE_REGISTRIES}
WizardAnimalsPlus2.1.1_Beta.jar Wizard Animals Plus {
[email protected] CREATE_REGISTRIES}
Wyrmroost-1.1.2.jar Wyrmroost {
[email protected] CREATE_REGISTRIES}
Elenai-Dodge-1.15.2-1.4.3.jar Elenai Dodge {
[email protected] CREATE_REGISTRIES}
areas_1.15-1.0.jar Areas {
[email protected] CREATE_REGISTRIES}
consecration-FORGE-1.15.2-2.0.jar Consecration {
[email protected] CREATE_REGISTRIES}
incensed-1.15.2-1.2.0.jar Incensed {
[email protected] CREATE_REGISTRIES}
0.0.5c-releasecandidate1.jar NetherBackport {
[email protected] CREATE_REGISTRIES}
DoggyTalents-1.15.2-1.15.2.3.jar Doggy Talents {
[email protected] CREATE_REGISTRIES}
dyeable_flower_pots-1.15.2-1.0.0.jar Dyeable Flower Pots {
[email protected] CREATE_REGISTRIES}
coffeemod-1.0.2.jar Coffee mod {
[email protected] CREATE_REGISTRIES}
mcw-windows-1.0.1-mc1.15.2_1.15.1.jar Macaw's Windows {
[email protected] CREATE_REGISTRIES}
kingvillager-1.3.jar The King of the villagers {
[email protected] CREATE_REGISTRIES}
flower-breeding-1.15.2-1.4.jar Lizzie's Flower Breeding {
[email protected] CREATE_REGISTRIES}
KleeSlabs_1.15.2-8.0.0.jar KleeSlabs {
[email protected] CREATE_REGISTRIES}
pitg-1.15.2-1.4.0.jar Pane In The Glass {
[email protected] CREATE_REGISTRIES}
BetterCaves-1.15.2-1.0.jar YUNG's Better Caves {
[email protected] CREATE_REGISTRIES}
TerraForged-1.15.2-0.0.15.jar TerraForged {
[email protected] CREATE_REGISTRIES}
ResourcefulTools-1.15.2-1.1.39.jar Resourceful Tools {
[email protected] CREATE_REGISTRIES}
Elementary+Staffs+1.8a02.jar Elementary Staffs {
[email protected] CREATE_REGISTRIES}
Better-Berries-1.0.0.jar Better Berries {
[email protected] CREATE_REGISTRIES}
Bookshelf-1.15.2-5.6.40.jar Bookshelf {
[email protected] CREATE_REGISTRIES}
Reliquary-1.15.2-1.3.4.995.jar Reliquary {
[email protected] CREATE_REGISTRIES}
oceangems-1.0.0_1.15.2.jar Ocean Gems {
[email protected] CREATE_REGISTRIES}
guardvillagers-1.15.2-1.0.6.jar Guard Villagers {
[email protected] CREATE_REGISTRIES}
cryingghasts_1.15-1.1.jar Crying Ghasts {
[email protected] CREATE_REGISTRIES}
mcw-doors-1.0.0-mc1.15.2.jar Macaw's Doors {
[email protected] CREATE_REGISTRIES}
pinesfoodmod-1.0.jar Mr. Pineapples Food Mod {
[email protected] CREATE_REGISTRIES}
spidersprwebs_1.15-1.1.jar Spiders Produce Webs {
[email protected] CREATE_REGISTRIES}
cowboyup-2.0.2-mc1.15.2.jar CowboyUp {
[email protected] CREATE_REGISTRIES}
After+the+Drizzle-0.1.26f-Beta-1.15.2.jar After the Drizzle {
[email protected] CREATE_REGISTRIES}
WaterStrainer-1.15.2-9.0.0.jar Water Strainer {
[email protected] CREATE_REGISTRIES}
SnowRealMagic-1.15.2-1.7.5.jar Snow! Real Magic! {
[email protected] CREATE_REGISTRIES}
dynamic_world-1.15.2-0.3.2.0.jar Dynamic World {
[email protected] CREATE_REGISTRIES}
shetiphiancore-1.15-3.7.2.jar ShetiPhian-Core {
[email protected] CREATE_REGISTRIES}
EnhancedSnowman-1.15.2-1.0.1.jar Enhanced Snowman {
[email protected] CREATE_REGISTRIES}
peanutmod-1.15.2-1.0.2.jar Peanut Mod {
[email protected] CREATE_REGISTRIES}
Obsidian+Utilities+1.15.2+V1.4.jar Obsidian Utilities {
[email protected] CREATE_REGISTRIES}
mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {
[email protected] CREATE_REGISTRIES}
repurposedstructures-1.15.2-1.7.2.jar Repurposed Structures {
[email protected] CREATE_REGISTRIES}
netherportalspread_1.15-3.5.jar Nether Portal Spread {
[email protected] CREATE_REGISTRIES}
BiomesOPlenty-1.15.2-10.0.0.363-universal.jar Biomes O' Plenty {
[email protected] CREATE_REGISTRIES}
BetterDrowning-1.15.2-1.0.3.jar BetterDrowning {
[email protected] CREATE_REGISTRIES}
projectvibrantjourneys-1.15.2-2.0.3.jar Project: Vibrant Journeys {
[email protected] CREATE_REGISTRIES}
Beekeeper-1.15.1-1.0.0.0.jar Beekeeper {
[email protected] CREATE_REGISTRIES}
valhelsia_structures-15.0.3a.jar Valhelsia Structures {
[email protected] CREATE_REGISTRIES}
astral-1.4.12.jar Astral {
[email protected] CREATE_REGISTRIES}
antisoapbox-1.0.0.jar Anti Soapbox {
[email protected] CREATE_REGISTRIES}
ediblebugs-1.0.18_MC1.15.2.jar Edible Bugs {
[email protected]_MC1.15.2 CREATE_REGISTRIES}
simplefarming-1.15.2-1.2.9.jar Simple Farming {
[email protected] CREATE_REGISTRIES}
odimod-1.15.2-release.jar Oh Doungeons Items Mod {
[email protected] CREATE_REGISTRIES}
fairylights-3.0.4-1.15.2.jar Fairy Lights {
[email protected] CREATE_REGISTRIES}
villagespawnpoint_1.15-1.2.jar Village Spawn Point {
[email protected] CREATE_REGISTRIES}
shinobiscloset-1.15.2-1.0.0.4.jar Shinobi's Closet Mod {
[email protected] CREATE_REGISTRIES}
Patchouli-1.15.2-1.2-34.jar Patchouli {
[email protected] CREATE_REGISTRIES}
flying_things-1.8.9-1.15.2.jar The Flying Things {
[email protected] CREATE_REGISTRIES}
IllusionerTower1.0.0-MC1.15.2.jar Illusioner Tower {
[email protected] CREATE_REGISTRIES}
extendedmushrooms-1.4.1-1.15.2+.jar Extended Mushrooms {
[email protected]+ CREATE_REGISTRIES}
collective-1.15.2-1.35.jar Collective {
[email protected] CREATE_REGISTRIES}
config-2-3.0.jar Cloth Config v2 API {
[email protected] CREATE_REGISTRIES}
horse_colors-1.15.2-1.2.5.jar Realistic Horse Genetics {
[email protected] CREATE_REGISTRIES}
SullysMod-V0.7FIX.jar Sully's Mod {
[email protected] CREATE_REGISTRIES}
doublebladedaxemod-1.2.0-1.15.2.jar Double Bladed Axe Mod {
[email protected] CREATE_REGISTRIES}
Mushroom+Quest_1.15.2_v2.3.jar Mushroom Quest {
[email protected] CREATE_REGISTRIES}
Survive-1.15.2-1.5.5.jar Survive {
[email protected] CREATE_REGISTRIES}
usefulhats-1.6.0-1.15.1+.jar Useful Hats {
[email protected]+ CREATE_REGISTRIES}
immersivelighting-1.15-2.0.1.jar Immersive Lighting {
[email protected] CREATE_REGISTRIES}
strata-1.15.2-1.0.2.jar Strata {
[email protected] CREATE_REGISTRIES}
noRecipeBook_v1.5.4formc1.15.2.jar No Recipe Book {
[email protected] CREATE_REGISTRIES}
mcw-roofs-1.0.2-mc1.15.2_1.15.1.jar Macaw's Roofs {
[email protected] CREATE_REGISTRIES}
lock_minecart_view-1.2.0.jar Better minecart rotation {
[email protected] CREATE_REGISTRIES}
AI-Improvements-1.15.2-0.3.0.jar AI-Improvements {
[email protected] CREATE_REGISTRIES}
fortunate-2.7-MC-1.15.jar How Fortunate! {
[email protected] CREATE_REGISTRIES}
earthsanimals-1.15.2-0.0.6-beta.jar Earths Animals {
[email protected] CREATE_REGISTRIES}
SakuraRosea-1.3.jar Sakura Rosea {
[email protected] CREATE_REGISTRIES}
BetterBurning-1.15.2-1.3.4.jar BetterBurning {
[email protected] CREATE_REGISTRIES}
incubation-1.0.4-1.15.2.jar Incubation {
[email protected] CREATE_REGISTRIES}
CleanView-1.15.2-v1a.jar CleanView {
[email protected] CREATE_REGISTRIES}
PrettyBeaches_1.15.2-4.0.1.jar Pretty Beaches {
[email protected] CREATE_REGISTRIES}
BetterMineshaftsForge-1.15.2-1.0.2.jar YUNG's Better Mineshafts {
[email protected] CREATE_REGISTRIES}
DarkPaintings-1.15.2-1.0.6.jar DarkPaintings {
[email protected] CREATE_REGISTRIES}
BetterAdvancements-1.15.2-0.1.0.99.jar Better Advancements {
[email protected] CREATE_REGISTRIES}
Extra+Weapons+Mod+Release+1.15.4.0.jar Extra Weapons {
[email protected] CREATE_REGISTRIES}
JustMoreCakes-1.1_MC1.15.2.jar Just More Cake! {
[email protected] CREATE_REGISTRIES}
SaveMyStronghold-1.15.2-1.0.1.jar Save My Stronghold! {
[email protected] CREATE_REGISTRIES}
doubledoors_1.15-2.1.jar Double Doors {
[email protected] CREATE_REGISTRIES}
torchslabmod-1.15.2_v1.7.0.jar Torch Slab Mod {
[email protected] CREATE_REGISTRIES}
biggerspongeabsorptionradius_1.15-1.0.jar Bigger Sponge Absorption Radius {
[email protected] CREATE_REGISTRIES}
geysermod-1.15.2-1.0.2.0.jar Geyser Mod {
[email protected] CREATE_REGISTRIES}
jei-1.15.2-6.0.2.12.jar Just Enough Items {
[email protected] CREATE_REGISTRIES}
Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {
[email protected] CREATE_REGISTRIES}
Buzzier-Bees-1.15.2-1.5.2.jar Buzzier Bees {
[email protected] CREATE_REGISTRIES}
KiwiBirds-1.1.jar Kiwi Birds {
[email protected] CREATE_REGISTRIES}
goblintraders-1.2.0-1.15.2.jar Goblin Traders {
[email protected] CREATE_REGISTRIES}
Bloomful-1.15.2-1.4.1.jar Bloomful {bloomful@NONE CREATE_REGISTRIES}
extraboats-1.3.6-1.15.2.jar Extra Boats {
[email protected] CREATE_REGISTRIES}
bundleditems-mc1.15.2-1.3.1.jar Bundled Items {
[email protected] CREATE_REGISTRIES}
Waystones_1.15.2-6.0.2.jar Waystones {
[email protected] CREATE_REGISTRIES}
PassableFoliage-1.15.2-1.1.0.jar Passable Foliage {
[email protected] CREATE_REGISTRIES}
GoatMod-1.15.2-1.1.jar Goat Mod {
[email protected] CREATE_REGISTRIES}
comforts-FORGE-1.15.2-2.0.0.3.jar Comforts {
[email protected] CREATE_REGISTRIES}
SCC-YetAnotherChopDownMod-1.15.2-0.3.0.jar Yet Another ChopDown Mod {
[email protected] CREATE_REGISTRIES}
NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {
[email protected] CREATE_REGISTRIES}
FruitTrees-1.15.2-1.4.1.jar Fruit Trees {
[email protected] CREATE_REGISTRIES}
Kiwi-1.15.2-2.7.1.jar Kiwi {
[email protected] CREATE_REGISTRIES}
SereneSeasons-1.15.2-3.0.0.72-universal.jar Serene Seasons {
[email protected] CREATE_REGISTRIES}
PyramidPlunder-1.15.2-1.1.jar Pyramid Plunder {
[email protected] CREATE_REGISTRIES}
puddles-2.0.0.jar Puddles {
[email protected] CREATE_REGISTRIES}
betteranimalsplus-1.15.2-8.2.1.96.jar Better Animals Plus {
[email protected] CREATE_REGISTRIES}
snowundertrees-1.15.2-v1.1.1.jar Snow Under Trees {
[email protected] CREATE_REGISTRIES}
permasomnia_v1.1.1_formc1.15.2.jar Permasomnia {
[email protected] CREATE_REGISTRIES}
mapperbase-1.15.2-1.1.1.0.jar Mapper Base {
[email protected] CREATE_REGISTRIES}
embellishcraft-1.15.2-2.2.1.0.jar EmbellishCraft {
[email protected] CREATE_REGISTRIES}
additional_lights-1.15.2-1.2.0.jar Additional Lights {
[email protected] CREATE_REGISTRIES}
traverse-1.15.2-3.2.0.jar Traverse {
[email protected] ERROR}
HarderBranchMining-1.15.2-2.0.0.10.jar Harder Branch Mining Mod {
[email protected] CREATE_REGISTRIES}
bloodfruit-1.4.jar Blood Fruit {
[email protected] CREATE_REGISTRIES}
Swamp-Expansion-1.15.2-1.7.3.jar Swamp Expansion {swampexpansion@NONE CREATE_REGISTRIES}
strongfarmland-1.15.2-1.1.0.jar Stronger Farmland Mod {
[email protected] CREATE_REGISTRIES}
beyond_the_nether_wastes_v_1.1.0.jar Beyond The Nether Wastes {
[email protected] CREATE_REGISTRIES}
forge-1.15.2-31.2.30-universal.jar Forge {
[email protected] CREATE_REGISTRIES}
Bountiful-1.14.4-3.1.2.jar Bountiful {
[email protected] CREATE_REGISTRIES}
DramaticDoors-1.15.2-1.1.0.jar Dramatic Doors {
[email protected] CREATE_REGISTRIES}
More+Plants+1.15.2+v.4.3.jar More Plants 1.12.2 {
[email protected] CREATE_REGISTRIES}
More+Mobs+1.15.2.jar More Mobs {
[email protected] CREATE_REGISTRIES}
VendingMachine-1.15.1-1.0.0.0.jar Vending Machine {
[email protected] CREATE_REGISTRIES}
weakerspwbs_1.15-1.4.jar Weaker Spiderwebs {
[email protected] CREATE_REGISTRIES}
RottenCreatures-1.15.2-0.9.7.jar Rotten Creatures {
[email protected] CREATE_REGISTRIES}
forge-1.15.2-31.2.30-client.jar Minecraft {
[email protected] CREATE_REGISTRIES}
cofh_core-1.15.2-0.4.0b.jar CoFH Core {
[email protected] CREATE_REGISTRIES}
The-Endergetic-Expansion-1.15.2-v1.3.2.jar The Endergetic Expansion {
[email protected] CREATE_REGISTRIES}
Standard+Materials+Add-on+for+Tool+Variants+1.15.2.jar Tool Variants (Standard Materials Addon) {
[email protected] CREATE_REGISTRIES}
pandoras_creatures-1.15.2-1.0.0.jar Pandoras Creatures {
[email protected] CREATE_REGISTRIES}
naturalslabsmod-1.0.6.jar Natural Slabs Mod {
[email protected] CREATE_REGISTRIES}
NaturalProgression-1.15.2-1.3.0.jar Natural Progression {
[email protected] CREATE_REGISTRIES}
compactores-1.15.2-2.1.3.jar Compact Ores {
[email protected] CREATE_REGISTRIES}
wards-1.15.2-1.4.0.jar Wards {
[email protected] CREATE_REGISTRIES}
HerdMentality-1.15.2-1.0.1.jar HerdMentality {
[email protected] CREATE_REGISTRIES}
towers_of_the_wild-1.15.2-1.2.0.jar Towers Of the Wild {
[email protected] CREATE_REGISTRIES}
omgourd-1.15.2-0.1.0b.jar Oh My Gourd {
[email protected] CREATE_REGISTRIES}
astikorcarts-1.0.2-1.15.2.jar AstikorCarts {
[email protected] CREATE_REGISTRIES}
Atmospheric-1.15.2-1.4.1.jar Atmospheric {
[email protected] CREATE_REGISTRIES}
Savage-and-Ravage-1.15.2-1.1.4.jar Savage & Ravage {
[email protected] CREATE_REGISTRIES}
Xaeros_Minimap_20.15.2_Forge_1.15.2.jar Xaero's Minimap {
[email protected] CREATE_REGISTRIES}
Six6Stars+Item+Compactor+and+Olympian+Armors+1_15_2+v1.0.7-64x.jar Six6Stars Item Compactor & Olympian Armors {
[email protected] CREATE_REGISTRIES}
autumnity-1.3.2-1.15.2.jar Autumnity {
[email protected] CREATE_REGISTRIES}
polymorph-FORGE-1.15.2-0.3.jar Polymorph {
[email protected] CREATE_REGISTRIES}
multibeds-1.15-1.6.1.jar Multi-Beds {
[email protected] CREATE_REGISTRIES}
AutoRegLib-1.5-40.jar AutoRegLib {
[email protected] CREATE_REGISTRIES}
Quark-r2.1-245.jar Quark {
[email protected] CREATE_REGISTRIES}
WorldOfWonder-1.15.2-1.0.6.jar World of Wonder {
[email protected] CREATE_REGISTRIES}
DoubleSlabs-1.15-2.7.6.jar Double Slabs {
[email protected] CREATE_REGISTRIES}
TaigaAdditions+[0.1.2].jar Taiga Additions {
[email protected] CREATE_REGISTRIES}
Regrowth-1.15.2-0.0.0.8.jar Regrowth Mod {
[email protected] CREATE_REGISTRIES}
OfflineSkins-1.15.2-v2.jar OfflineSkins {
[email protected] CREATE_REGISTRIES}
getoutofmyboat-1.15.2-1.0.0.jar Get Out Of My Boat {
[email protected] CREATE_REGISTRIES}
AmbientEnvironment-3.0.0.jar Ambient Environment {
[email protected] CREATE_REGISTRIES}
engineersdecor-1.15.2-1.0.20-b4.jar Engineer's Decor {
[email protected] CREATE_REGISTRIES}
solcarrot-1.15.2-1.9.7.jar Spice of Life: Carrot Edition {
[email protected] CREATE_REGISTRIES}
water-erosion-1.15.2-forge-1.1.2.jar Water Erosion {
[email protected] CREATE_REGISTRIES}
Aquaculture-1.15.2-2.0.16.jar Aquaculture 2 {
[email protected] CREATE_REGISTRIES}
XL-Food-Mod-1.15.2-2.2.2.jar XL Food Mod {
[email protected] CREATE_REGISTRIES}
LegendOfHerobrine-1.15.2-0.5.0.jar The Legend of Herobrine {
[email protected] CREATE_REGISTRIES}
SystemAdditions.jar vanilla expansion {
[email protected] CREATE_REGISTRIES}
SoundFilters-0.13_for_1.15.2.jar Sound Filters {
[email protected]_for_1.15.2 CREATE_REGISTRIES}
healingcf_1.15-2.3.jar Healing Campfire {
[email protected] CREATE_REGISTRIES}
cooking_table-1.15.2-1.2.1.jar Cooking Table {
[email protected] CREATE_REGISTRIES}
Launched Version: 1.15.2-forge-31.2.30
Backend library: LWJGL version 3.2.2 build 10
Backend API: Intel(R) HD Graphics 400 GL version 4.4.0 - Build 20.19.15.5126, 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) Atom(TM) x5-E8000 CPU @ 1.04GHz