Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---- Minecraft Crash Report ----
- // Hey, that tickles! Hehehe!
- Time: 5/18/20 11:59 PM
- Description: Initializing game
- java.lang.NullPointerException: Registry Object not present: pneumaticcraft:pressure_tube
- at java.util.Objects.requireNonNull(Unknown Source) ~[?:1.8.0_251] {}
- at net.minecraftforge.fml.RegistryObject.get(RegistryObject.java:92) ~[?:?] {re:classloading}
- at me.desht.pneumaticcraft.client.ColorHandlers.registerBlockColorHandlers(ColorHandlers.java:45) ~[?:1.15.2-1.2.0-20] {re:classloading}
- at net.minecraftforge.eventbus.ASMEventHandler_448_ColorHandlers_registerBlockColorHandlers_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 java.util.HashMap.forEach(Unknown Source) ~[?:1.8.0_251] {}
- 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:mixin,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:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:assets/immersive_portals/immersive_portals.mixins_client.json:block_manipulation.MixinMinecraftClient_B,pl:mixin:APP:assets/immersive_portals/immersive_portals.mixins_client.json:MixinMinecraftClient,pl:mixin:A,pl:runtimedistcleaner:A}
- at net.minecraft.client.main.Main.main(SourceFile:166) ~[1.15.2-forge-31.2.0.jar:?] {re:classloading}
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_251] {}
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_251] {}
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_251] {}
- at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_251] {}
- at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) ~[forge-1.15.2-31.2.0.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 java.util.Objects.requireNonNull(Unknown Source)
- at net.minecraftforge.fml.RegistryObject.get(RegistryObject.java:92)
- at me.desht.pneumaticcraft.client.ColorHandlers.registerBlockColorHandlers(ColorHandlers.java:45)
- at net.minecraftforge.eventbus.ASMEventHandler_448_ColorHandlers_registerBlockColorHandlers_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 java.util.HashMap.forEach(Unknown Source)
- 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(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
- at java.lang.reflect.Method.invoke(Unknown Source)
- at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
- 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_251, Oracle Corporation
- Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
- Memory: 392553680 bytes (374 MB) / 915976192 bytes (873 MB) up to 6429081600 bytes (6131 MB)
- CPUs: 4
- JVM Flags: 6 total; -Xmx6G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
- 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.0.jar object_holder_definalize PLUGINSERVICE
- /forge-1.15.2-31.2.0.jar runtime_enum_extender PLUGINSERVICE
- /accesstransformers-2.1.1-shadowed.jar accesstransformer PLUGINSERVICE
- /forge-1.15.2-31.2.0.jar capability_inject_definalize PLUGINSERVICE
- /forge-1.15.2-31.2.0.jar runtimedistcleaner PLUGINSERVICE
- /preview_OptiFine_1.15.2_HD_U_G1_pre17.jar OptiFine TRANSFORMATIONSERVICE
- /forge-1.15.2-31.2.0.jar fml TRANSFORMATIONSERVICE
- /MixinBootstrap-1.0.3.jar mixinbootstrap TRANSFORMATIONSERVICE
- /OptiForge-MC1.15.2-0.1.19.jar optiforge TRANSFORMATIONSERVICE
- /MixinBootstrap-1.0.3.jar mixin PLUGINSERVICE
- /MixinBootstrap-1.0.3.jar mixinbootstrap PLUGINSERVICE
- FML: 31.2
- Forge: net.minecraftforge:31.2.0
- FML Language Providers:
- minecraft@1
- Mod List:
- SlimyBoyos-2.0.1.jar SlimyBoyos {[email protected] CREATE_REGISTRIES}
- refinedpipes-0.4.1.jar Refined Pipes {[email protected] CREATE_REGISTRIES}
- Uppers-0.2.12.jar Uppers {[email protected] CREATE_REGISTRIES}
- EditSign-1.15.2-2.0.0+7.jar Edit Sign {[email protected]+7 CREATE_REGISTRIES}
- ProjectE-1.15.2-PE1.0.3B.jar ProjectE {[email protected] CREATE_REGISTRIES}
- planttech2-0.02.09 - 1.15.2.jar PlantTech 2 {[email protected] CREATE_REGISTRIES}
- SilentMechanisms-1.15.2-0.7.1+51.jar Silent's Mechanisms {[email protected]+51 CREATE_REGISTRIES}
- bambooeverything-1.15-1.0.0.jar Bamboo Everything {[email protected] CREATE_REGISTRIES}
- Neat 1.6-22.jar Neat {[email protected] CREATE_REGISTRIES}
- IronJetpacks-1.15.2-3.0.1.jar Iron Jetpacks {[email protected] CREATE_REGISTRIES}
- ForgeEndertech-1.15.2-6.0.3.0-build.0036.jar Forge Endertech {[email protected] CREATE_REGISTRIES}
- Powah-1.15.2-1.1.14.jar Powah {[email protected] CREATE_REGISTRIES}
- guardvillagers-1.15.2-1.0.6.jar Guard Villagers {[email protected] CREATE_REGISTRIES}
- ChanceCubes-1.15.2-5.0.2.371.jar Chance Cubes {[email protected] CREATE_REGISTRIES}
- ForgivingVoid_1.15.1-4.0.0.jar Forgiving Void {[email protected] CREATE_REGISTRIES}
- DarkUtilities-1.15.2-3.0.5.jar Dark Utilities {[email protected] CREATE_REGISTRIES}
- Hwyla-forge-1.10.8-B72_1.15.2.jar Waila {waila@version CREATE_REGISTRIES}
- WaterStrainer-1.15.2-9.0.0.jar Water Strainer {[email protected] CREATE_REGISTRIES}
- speedyhoppers-1.15.2-2.jar Speedy Hoppers {[email protected] CREATE_REGISTRIES}
- SnowRealMagic-1.15.2-1.7.5.jar Snow! Real Magic! {[email protected] CREATE_REGISTRIES}
- StoneChest-1.15.2-1.0.0.jar Stone Chest {[email protected] CREATE_REGISTRIES}
- TMechworks-1.15.2-2.1.0.jar Tinkers' Mechworks {[email protected] CREATE_REGISTRIES}
- JustEnoughResources-1.15.2-0.10.1.77.jar Just Enough Resources {[email protected] CREATE_REGISTRIES}
- EnergeticSheep-1.15.2-1.1.6.jar EnergeticSheep {[email protected] CREATE_REGISTRIES}
- shetiphiancore-1.15-3.7.1.jar ShetiPhian-Core {[email protected] CREATE_REGISTRIES}
- MysticalAgradditions-1.15.2-3.0.0.jar Mystical Agradditions {[email protected] CREATE_REGISTRIES}
- refinedstorage-1.8.3.jar Refined Storage {[email protected] CREATE_REGISTRIES}
- SimpleOres2-1.15.2-2.1.5.1.jar Simple Ores {[email protected] CREATE_REGISTRIES}
- botaniatweaker-1.1a.jar Botania Tweaker {[email protected] CREATE_REGISTRIES}
- PackMenu-1.15.2-1.2.4.jar Pack Menu {[email protected] CREATE_REGISTRIES}
- industrial-foregoing-1.15.2-2.3.0-6f57752.jar Industrial Foregoing {[email protected] CREATE_REGISTRIES}
- wetstone-1.2.0.jar Wetstone {[email protected] CREATE_REGISTRIES}
- torchmaster-2.1.1-rc0.jar Torchmaster {[email protected] CREATE_REGISTRIES}
- turf-1.15.2-1.0.0.jar Turf {[email protected] CREATE_REGISTRIES}
- phosphor-forge-mc1.15.2-0.5.2+build.4.jar Phosphor {[email protected]+build.4 CREATE_REGISTRIES}
- Blur-1.1.0-1.jar Blur {[email protected] CREATE_REGISTRIES}
- ironfurnaces-1.15.2-2.0.3.jar Iron Furnaces {[email protected] CREATE_REGISTRIES}
- invtotem_1.15.2-1.0.jar Inventory Totem {[email protected] CREATE_REGISTRIES}
- SilentGear-1.15.2-1.6.4+90.jar Silent Gear {[email protected]+90 CREATE_REGISTRIES}
- fishingreal-1.2.jar Fishing Real {[email protected] CREATE_REGISTRIES}
- curios-FORGE-1.15.2-2.0.2.2.jar Curios API {[email protected] CREATE_REGISTRIES}
- Botania-r1.15-384.jar Botania {[email protected] ERROR}
- angelring-1.15.2-1.2.0.jar Angel Ring {[email protected] CREATE_REGISTRIES}
- tombstone-4.3.7-1.15.2.jar Corail Tombstone {[email protected] CREATE_REGISTRIES}
- globalxp-1.15.2-v1.4.11.jar Global XP {[email protected] CREATE_REGISTRIES}
- ItemPhysic_v1.4.3_mc1.15.2.jar ItemPhysic {[email protected] CREATE_REGISTRIES}
- CobbleForDays-1.1.3.jar Cobble For Days {[email protected] CREATE_REGISTRIES}
- rockcandy-1.15.2-1.0.0.jar Rock Candy {rockcandy@version CREATE_REGISTRIES}
- SaveMyStronghold-1.15.2-1.0.0.jar Save My Stronghold! {[email protected] CREATE_REGISTRIES}
- QuarkOddities-1.15.2.jar Quark Oddities {[email protected] CREATE_REGISTRIES}
- AdFinders-1.15.2-4.0.5.0-build.0020.jar Advanced Finders {[email protected] CREATE_REGISTRIES}
- torchslabmod-1.15.2_v1.6.11.jar Torch Slab Mod {[email protected] CREATE_REGISTRIES}
- jei-1.15.2-6.0.0.4.jar Just Enough Items {[email protected] CREATE_REGISTRIES}
- OptiForge-MC1.15.2-0.1.19.jar OptiForge {[email protected] CREATE_REGISTRIES}
- goblintraders-1.2.0-1.15.2.jar Goblin Traders {[email protected] CREATE_REGISTRIES}
- caelus-FORGE-1.15.2-2.0-beta2.jar Caelus API {[email protected] CREATE_REGISTRIES}
- colytra-FORGE-1.15.2-3.0.jar Colytra {[email protected] CREATE_REGISTRIES}
- LightOverlay-4.6.1.jar Light Overlay Forge {[email protected] CREATE_REGISTRIES}
- NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {[email protected] CREATE_REGISTRIES}
- compactxpbottles-1.15.2-1.2.1.jar Compact Experience Bottles {[email protected] CREATE_REGISTRIES}
- engineerstools-1.15.2-1.0.7.jar Engineer's Tools {[email protected] CREATE_REGISTRIES}
- curioofundying-FORGE-1.15.2-3.0.jar Curio of Undying {[email protected] CREATE_REGISTRIES}
- pneumaticcraft-repressurized-1.15.2-1.2.0-20.jar PneumaticCraft: Repressurized {[email protected] CREATE_REGISTRIES}
- StepUp-1.15.2-0.2.1.jar StepUp {[email protected] CREATE_REGISTRIES}
- ClickMachine-1.15.2-3.0.2.jar Click Machine {[email protected] CREATE_REGISTRIES}
- petrock-0.6.5.jar PetRock {petrock@version CREATE_REGISTRIES}
- JEITweaker-1.0.1.jar JEI Tweaker {[email protected] CREATE_REGISTRIES}
- PackingTape-1.15.2-0.9.6.jar Packing Tape {[email protected] CREATE_REGISTRIES}
- immersive-portals-0.19(forMc1.15withForge).jar Immersive Portals {[email protected] CREATE_REGISTRIES}
- CraftTweaker-1.15.2-6.0.0.24.jar CraftTweaker {[email protected] CREATE_REGISTRIES}
- extradisks-1.15.1-1.2.jar Extra Disks {[email protected] CREATE_REGISTRIES}
- ironchest-1.15.2-10.0.3.jar Iron Chests {[email protected] CREATE_REGISTRIES}
- forge-1.15.2-31.2.0-client.jar Minecraft {[email protected] CREATE_REGISTRIES}
- Flopper-1.15.2-1.0.6.jar Flopper {[email protected] CREATE_REGISTRIES}
- Compacted-1.15.2-0.0.2.4.jar Compacted {[email protected] CREATE_REGISTRIES}
- useful_railroads-1.15.2-1.3.2.21.jar Useful Railroads {[email protected] CREATE_REGISTRIES}
- Ding-1.15.2-1.1.0.jar Ding {[email protected] CREATE_REGISTRIES}
- Mantle-1.15.2-1.5.15.jar Mantle {[email protected] CREATE_REGISTRIES}
- multibeds-1.15-1.6.0.jar Multi-Beds {[email protected] CREATE_REGISTRIES}
- AutoRegLib-1.5-40.jar AutoRegLib {[email protected] CREATE_REGISTRIES}
- [1.15.2] SecurityCraft v1.8.18.jar SecurityCraft {[email protected] CREATE_REGISTRIES}
- sit-1.15.1-v1.3.jar Sit {[email protected] CREATE_REGISTRIES}
- DoubleSlabs-1.15-2.3.0.jar Double Slabs {[email protected] CREATE_REGISTRIES}
- backpacked-1.4.1-1.15.2.jar Backpacked {[email protected] CREATE_REGISTRIES}
- themidnight-0.5.7-3.jar The Midnight {[email protected] CREATE_REGISTRIES}
- Harvest-forge-1.15.1-1.2.11-24.jar Harvest {harvest@version CREATE_REGISTRIES}
- structurize-0.10.313-RELEASE.jar Structurize {[email protected] CREATE_REGISTRIES}
- PickleTweaks-1.15.2-4.0.2.jar Pickle Tweaks {[email protected] CREATE_REGISTRIES}
- FastFurnace-1.15.1-3.0.0.jar FastFurnace {[email protected] CREATE_REGISTRIES}
- AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {[email protected] CREATE_REGISTRIES}
- RefinedRelocation_1.15.2-7.1.1.jar Refined Relocation {[email protected] CREATE_REGISTRIES}
- CosmeticArmorReworked-1.15.2-v3a.jar CosmeticArmorReworked {[email protected] CREATE_REGISTRIES}
- xptome-1.15.1-v1.1.4.jar XP Tome {[email protected] CREATE_REGISTRIES}
- tetra-1.15.2-2.5.0.jar Tetra {[email protected] CREATE_REGISTRIES}
- followingvillagers-1.15.2-1.4.0.jar Following Villagers {[email protected] CREATE_REGISTRIES}
- CyclopsCore-1.15.2-1.6.2.jar Cyclops Core {[email protected] CREATE_REGISTRIES}
- NetherPortalFix_1.15.2-6.0.2.jar NetherPortalFix {[email protected] CREATE_REGISTRIES}
- aiotbotania-1.15.2-1.2.2.jar AIOT Botania {[email protected] CREATE_REGISTRIES}
- JustEnoughCalculation-1.15.2-3.6.1.jar Just Enough Calculation {[email protected] CREATE_REGISTRIES}
- futuremc-1.15.2-1.0.1.jar Future MC {[email protected] CREATE_REGISTRIES}
- incontrol-1.15-4.0.3.jar InControl {[email protected] CREATE_REGISTRIES}
- extrabows-v1.15.2 b2.jar Extra Bows {[email protected] b2 CREATE_REGISTRIES}
- Industrial Agriculture[Core]-1.15.2-1.7.0.jar Industrial Agriculture {[email protected] CREATE_REGISTRIES}
- rsgauges-1.15.2-1.2.3.jar Gauges and Switches {[email protected] CREATE_REGISTRIES}
- findme-1.15.2-1.3.0.jar Find Me {findme@NONE CREATE_REGISTRIES}
- InitialInventory-5.0.0.jar Initial Inventory {[email protected] CREATE_REGISTRIES}
- JRFTL [1.15.2]-1.1.jar JRFTL {[email protected] CREATE_REGISTRIES}
- Placebo-1.15.2-3.0.2.jar Placebo {[email protected] CREATE_REGISTRIES}
- dankstorage-2.6.jar Dank Storage {[email protected] CREATE_REGISTRIES}
- citadel-1.1.5-1.15.2.jar Citadel {[email protected] CREATE_REGISTRIES}
- rats-5.2.2-1.15.2.jar Rats {[email protected] CREATE_REGISTRIES}
- gardenofglass-1.2.jar Garden of Glass {[email protected] CREATE_REGISTRIES}
- potionofbees-1.15.2-1.0.1.jar Potion of Bees {[email protected] CREATE_REGISTRIES}
- Bookshelf-1.15.2-5.5.34.jar Bookshelf {[email protected] CREATE_REGISTRIES}
- BetterDrowning-1.15.2-1.0.3.jar BetterDrowning {[email protected] CREATE_REGISTRIES}
- BetterHunger-1.15.2-1.0.1.jar BetterHunger {[email protected] CREATE_REGISTRIES}
- BotanyPots-1.15.2-2.0.14.jar BotanyPots {[email protected] CREATE_REGISTRIES}
- u_team_core-1.15.2-2.11.0.156.jar U Team Core {[email protected] CREATE_REGISTRIES}
- buildinggadgets-3.3.5.jar Building Gadgets {[email protected] CREATE_REGISTRIES}
- forge-1.15.2-31.2.0-universal.jar Forge {[email protected] CREATE_REGISTRIES}
- StorageTech R7.1.jar Storage Tech {[email protected] CREATE_REGISTRIES}
- inventorygenerators-1.15.2-1.0.0.jar Inventory Generators {[email protected] CREATE_REGISTRIES}
- AnimalCrops-1.15.2-0.5.0.jar Animal Crops {[email protected] CREATE_REGISTRIES}
- dwmh-1.15.2-4.0.0.jar Dude! Where's my Horse? {dwmh@NONE CREATE_REGISTRIES}
- endertanks-1.15-1.8.0.jar EnderTanks {[email protected] CREATE_REGISTRIES}
- TreeGrowingSimulator2020-1.0.0-beta+31.jar Tree Growing Simulator 2020 {[email protected]+31 CREATE_REGISTRIES}
- valkyrielib-1.15.2-3.0.2.1.jar ValkyrieLib {[email protected] CREATE_REGISTRIES}
- simplechunkloaders-1.15.2-1.0.2.0.jar Simple Chunk Loaders {simplechunkloaders@NONE CREATE_REGISTRIES}
- Lollipop-1.15.2-1.0.15.jar Lollipop {[email protected] CREATE_REGISTRIES}
- LetSleepingDogsLie-1.15.2-1.1.0.jar Let Sleeping Dogs Lie {[email protected] CREATE_REGISTRIES}
- mining_dimension-1.15.2-1.0.4.jar Mining World {[email protected] CREATE_REGISTRIES}
- simplylight-1.15.2-0.9.0.jar Simply Light {[email protected] CREATE_REGISTRIES}
- simplybackpacks-1.15.2-1.4.5.jar Simply Backpacks {[email protected] CREATE_REGISTRIES}
- SolarFluxReborn-1.15.2-15.0.0.jar Solar Flux Reborn {[email protected] CREATE_REGISTRIES}
- Patchouli-1.15.2-1.2-33.jar Patchouli {[email protected] CREATE_REGISTRIES}
- morecharcoal-1.15.2-1.jar More Charcoal {[email protected] CREATE_REGISTRIES}
- camera-1.6.6.jar Camera Mod {[email protected] CREATE_REGISTRIES}
- config-2-3.0.jar Cloth Config v2 API {[email protected] CREATE_REGISTRIES}
- TorchBandolier-1.15.2-1.4.0+8.jar Torch Bandolier {[email protected]+8 CREATE_REGISTRIES}
- OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES}
- EndReborn [0.5.2].jar End: Reborn {[email protected] CREATE_REGISTRIES}
- libnonymous-1.15.2-1.1.1.5.jar Libnonymous {[email protected] CREATE_REGISTRIES}
- elevatorid-1.15.2-1.7.0.jar Elevator Mod {[email protected] CREATE_REGISTRIES}
- Survivalist-1.15.2-3.1.0.jar Survivalist {[email protected] CREATE_REGISTRIES}
- noRecipeBook_v1.5.4formc1.15.2.jar No Recipe Book {[email protected] CREATE_REGISTRIES}
- curiouselytra-FORGE-1.15.2-2.0.jar Curious Elytra {[email protected] CREATE_REGISTRIES}
- cc-tweaked-1.15.2-1.88.1.jar CC: Tweaked {[email protected] CREATE_REGISTRIES}
- netherpspr_1.15-3.0.jar Nether Portal Spread {[email protected] CREATE_REGISTRIES}
- SBM-WoodenShears-1.15.2-1.1.0.jar SBM-Wooden Shears {[email protected] CREATE_REGISTRIES}
- bwncr-1.15.1-3.6.13.jar Bad Wither No Cookie Reloaded {[email protected] CREATE_REGISTRIES}
- speedyladders-1.15.2-1.jar Speedy Ladders {[email protected] CREATE_REGISTRIES}
- classicbar-3.0.2.jar Classic Bar {[email protected] CREATE_REGISTRIES}
- QuantumStorage-1.15.2-5.1.1.jar QuantumStorage {quantumstorage@NONE CREATE_REGISTRIES}
- Cyclic-1.15.2-0.4.1.jar Cyclic {[email protected] CREATE_REGISTRIES}
- inventorysorter-1.15.2-17.0.0.jar Simple Inventory Sorter {[email protected] CREATE_REGISTRIES}
- jmh_1.15.2-2.2.jar Just Mob Heads {[email protected] CREATE_REGISTRIES}
- Cucumber-1.15.2-3.0.5.jar Cucumber Library {[email protected] CREATE_REGISTRIES}
- TrashSlot_1.15.2-11.0.0.jar TrashSlot {[email protected] CREATE_REGISTRIES}
- InventorySpam-1.15.1-1.2.3.jar Inventory Spam {inventoryspam@version CREATE_REGISTRIES}
- EquipmentTooltips-1.15.2-1.4.0+11.jar Equipment Tooltips {[email protected]+11 CREATE_REGISTRIES}
- Overloaded-1.15.2-0.0.87.jar Overloaded {[email protected] CREATE_REGISTRIES}
- item-filters-2.2.0.14.jar Item Filters {[email protected] CREATE_REGISTRIES}
- Project Essentials Backup-1.15.2-1.0.1.jar Project Essentials Backup {[email protected] CREATE_REGISTRIES}
- metalbarrels-2.1.jar Metal Barrels {[email protected] CREATE_REGISTRIES}
- longfallboots-1.4.0c.jar Long Fall Boots {[email protected] CREATE_REGISTRIES}
- WAWLA-1.15.2-3.0.2.jar WAWLA {[email protected] CREATE_REGISTRIES}
- Vulcanite-2.1.1-mc1.15.2.jar Vulcanite {[email protected] CREATE_REGISTRIES}
- extraboats-1.3.5-1.15.2.jar Extra Boats {[email protected] CREATE_REGISTRIES}
- Waystones_1.15.2-6.0.1.jar Waystones {[email protected] CREATE_REGISTRIES}
- mgui-1.15.2-2.1.1.jar mgui {[email protected] CREATE_REGISTRIES}
- journeymap-1.15.2-5.7.0b2.jar Journeymap {[email protected] CREATE_REGISTRIES}
- enviromats-1.15.2-2.0.2.1.jar Environmental Materials {[email protected] CREATE_REGISTRIES}
- FruitTrees-1.15.2-1.3.0.jar Fruit Trees {[email protected] CREATE_REGISTRIES}
- Kiwi-1.15.2-2.6.5.jar Kiwi {[email protected] CREATE_REGISTRIES}
- gardentools-1.15.2-1.0.0.jar Garden Tools {[email protected] CREATE_REGISTRIES}
- DimStorage-1.15.2-3.1.5.jar DimStorage {[email protected] CREATE_REGISTRIES}
- BasicNetherOres-1.15.2-4.0.2.jar Basic Nether Ores {[email protected] CREATE_REGISTRIES}
- BonsaiTrees-2.1.2.6.jar Bonsai Trees 2 {[email protected] CREATE_REGISTRIES}
- RealisticTorches-1.15.2-3.0.0.jar Realistic Torches {[email protected] CREATE_REGISTRIES}
- TinyMobFarm-1.15.2-1.0.6.1.jar Tiny Mob Farm {[email protected] CREATE_REGISTRIES}
- mcjtylib-1.15-4.1.0-beta.jar McJtyLib {[email protected] CREATE_REGISTRIES}
- rftoolsbase-1.15-1.1.1-beta.jar RFToolsBase {[email protected] CREATE_REGISTRIES}
- rftoolsbuilder-1.15-2.1.1-beta.jar RFToolsBuilder {[email protected] CREATE_REGISTRIES}
- rftoolsstorage-1.15-1.1.2-beta.jar RFToolsStorage {[email protected] CREATE_REGISTRIES}
- rftoolscontrol-1.15-3.0.2-beta.jar RFToolsControl {[email protected] CREATE_REGISTRIES}
- walljump-forge-1.15.2-1.3.5.jar Wall-Jump! {[email protected] CREATE_REGISTRIES}
- ToastControl-1.15.2-3.0.1.jar Toast Control {[email protected] CREATE_REGISTRIES}
- mininggadgets-1.3.5.jar Mining Gadgets {[email protected] CREATE_REGISTRIES}
- AkashicTome-1.3-13.jar Akashic Tome {[email protected] CREATE_REGISTRIES}
- firstaid-1.8.1.jar First Aid {[email protected] CREATE_REGISTRIES}
- campfiretorches-1.15.2-1.0.2.jar Campfire Torches {[email protected] CREATE_REGISTRIES}
- ColossalChests-1.15.2-1.7.8.jar ColossalChests {[email protected] CREATE_REGISTRIES}
- Project Essentials Core-MOD-1.15.2-1.1.0.jar Project Essentials Core {[email protected] CREATE_REGISTRIES}
- MysticalAgriculture-1.15.2-3.0.5.jar Mystical Agriculture {[email protected] CREATE_REGISTRIES}
- rftoolsutility-1.15-2.1.2-beta.jar RFToolsUtility {[email protected] CREATE_REGISTRIES}
- openbackup-1.15.1-0.0.0.2.jar OpenBackup {[email protected] CREATE_REGISTRIES}
- swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {[email protected] CREATE_REGISTRIES}
- ToolBelt-1.15.2-1.14.1.jar Tool Belt {[email protected] CREATE_REGISTRIES}
- titanium-1.15.2-2.4.0.jar Titanium {[email protected] CREATE_REGISTRIES}
- compactores-1.15.2-2.1.2.jar Compact Ores {[email protected] CREATE_REGISTRIES}
- SilentLib-1.15.2-4.6.1+49.jar Silent Lib {[email protected]+49 CREATE_REGISTRIES}
- CreativeCore_v2.0.5_mc1.15.2.jar CreativeCore {[email protected] CREATE_REGISTRIES}
- LargeFluidTank-15.2.8.jar FluidTank {[email protected] CREATE_REGISTRIES}
- car-1.15.2-2.0.6.jar Ultimate Car Mod {[email protected] CREATE_REGISTRIES}
- extragolems-10.1.1.jar Extra Golems {[email protected] CREATE_REGISTRIES}
- Quark-r2.1-237.jar Quark {[email protected] CREATE_REGISTRIES}
- betconduitpl_1.15-1.0.jar Better Conduit Placement {[email protected] CREATE_REGISTRIES}
- FastWorkbench-1.15.1-3.0.0.jar FastWorkbench {[email protected] CREATE_REGISTRIES}
- StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {[email protected] CREATE_REGISTRIES}
- FluxNetworks-1.15.2-5.0.1-2.jar Flux Networks {[email protected] CREATE_REGISTRIES}
- simplytea-1.15.2-2.2.1.jar Simply Tea {[email protected] CREATE_REGISTRIES}
- tubesreloaded-1.15.2-1.3.0c.jar Tubes Reloaded {[email protected] CREATE_REGISTRIES}
- engineersdecor-1.15.2-1.0.20-b7.jar Engineer's Decor {[email protected] CREATE_REGISTRIES}
- moredragoneggs-1.0.jar More Dragon Eggs {[email protected] CREATE_REGISTRIES}
- modular-routers-1.15.2-6.1.0-17.jar Modular Routers {[email protected] CREATE_REGISTRIES}
- smallernp_1.15-1.2.jar Smaller Nether Portals {[email protected] CREATE_REGISTRIES}
- betterbedrockgenerator-1.15.2-0.0.6.jar Better Bedrock Generator {[email protected] CREATE_REGISTRIES}
- SolarGeneration-1.15.2-1.2.1.jar Solar Generation {[email protected] CREATE_REGISTRIES}
- overloadedarmorbar-4.0.0.jar Overloaded Armor Bar {[email protected] CREATE_REGISTRIES}
- Launched Version: 1.15.2-forge-31.2.0
- 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.4252, 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) i5-3210M CPU @ 2.50GHz
- OptiFine Version: OptiFine_1.15.2_HD_U_G1_pre17
- OptiFine Build: 20200515-184428
- Render Distance Chunks: 8
- Mipmaps: 4
- Anisotropic Filtering: 1
- Antialiasing: 0
- Multitexture: false
- Shaders: null
- OpenGlVersion: 4.0.0 - Build 10.18.10.4252
- OpenGlRenderer: Intel(R) HD Graphics 4000
- OpenGlVendor: Intel
- CpuCount: 4
Add Comment
Please, Sign In to add comment