Oh The Biomes You'll Go Refabricated

Oh The Biomes You'll Go Refabricated

11M Downloads

1.16.1-1.0.9 NPE on client startup

kreezxil opened this issue · 5 comments

commented

---- Minecraft Crash Report ----
// I'm sorry, Dave.

Time: 7/14/20 2:57 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:runtimedistcleaner:A}
at voronoiaoc.byg.client.textures.BlockColorManager.onFoilageBlockColorsInit(BlockColorManager.java:40) ~[?:1.0.9] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_366_BlockColorManager_onFoilageBlockColorsInit_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) ~[?:32.0] {re:classloading}
at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260) ~[?:?] {re:classloading}
at java.util.HashMap.forEach(HashMap.java:1289) ~[?:1.8.0_242] {}
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:165) ~[?:?] {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.(Minecraft.java:448) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:randompatches:RandomPatches Minecraft Transformer,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:149) ~[1.16.1.jar:?] {re:classloading,pl:runtimedistcleaner:A}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_242] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_242] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_242] {}
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_242] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) ~[forge-1.16.1-32.0.66.jar:32.0] {}
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 voronoiaoc.byg.client.textures.BlockColorManager.onFoilageBlockColorsInit(BlockColorManager.java:40)
at net.minecraftforge.eventbus.ASMEventHandler_366_BlockColorManager_onFoilageBlockColorsInit_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(HashMap.java:1289)
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:165)
at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
at net.minecraft.client.Minecraft.(Minecraft.java:448)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.main.Main.main(Main.java:149)
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:498)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51)
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.16.1
Minecraft Version ID: 1.16.1
Operating System: Linux (amd64) version 5.4.44-1-MANJARO
Java Version: 1.8.0_242, AdoptOpenJDK
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), AdoptOpenJDK
Memory: 2640216912 bytes (2517 MB) / 3335520256 bytes (3181 MB) up to 7635730432 bytes (7282 MB)
CPUs: 8
JVM Flags: 3 total; -Xmx8192m -Xms8192m -Xms256m
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.16.1-32.0.66.jar object_holder_definalize PLUGINSERVICE
/forge-1.16.1-32.0.66.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-2.1.3-shadowed.jar accesstransformer PLUGINSERVICE
/forge-1.16.1-32.0.66.jar capability_inject_definalize PLUGINSERVICE
/forge-1.16.1-32.0.66.jar runtimedistcleaner PLUGINSERVICE
/forge-1.16.1-32.0.66.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: 32.0
Forge: net.minecraftforge:32.0.66
FML Language Providers:
[email protected]
minecraft@1
[email protected]
Mod List:
dotHack-Weapons-1.16.1-1.0.0.jar dotHack Weapons {[email protected] CREATE_REGISTRIES}
AdditionalEnchantedMiner-1.16.1-16.0.4.jar QuarryPlus {[email protected] CREATE_REGISTRIES}
oneplayersleeping-1.16.1-0.0.3.jar One Player Sleeping {[email protected] CREATE_REGISTRIES}
clayconversion-1.16.1.jar Clay Conversion {[email protected] CREATE_REGISTRIES}
simplemagnets-1.0.2-mc1.16.jar Simple Magnets {[email protected] CREATE_REGISTRIES}
consecration-FORGE-1.16.1-3.0.jar Consecration {[email protected] CREATE_REGISTRIES}
milkallthemobs_1.16-1.2.jar Milk All The Mobs {[email protected] CREATE_REGISTRIES}
petnames_1.16-1.1.jar Pet Names {[email protected] CREATE_REGISTRIES}
vanillaboom-1.16.1-1.6.6.1-universal.jar Vanilla Boom {[email protected] CREATE_REGISTRIES}
Uppers-0.3.0.jar Uppers {[email protected] CREATE_REGISTRIES}
EditSign-1.16.1-2.0.0+7.jar Edit Sign {[email protected]+7 CREATE_REGISTRIES}
torohealth-1.16.1-forge-1.jar ToroHealth {torohealth@NONE CREATE_REGISTRIES}
modnametooltip_1.16.1-1.14.0.jar Mod Name Tooltip {[email protected] CREATE_REGISTRIES}
pitg-1.16.1-1.3.0.jar Pane In The Glass {[email protected] CREATE_REGISTRIES}
BetterCaves-1.16.1-1.0.jar YUNG's Better Caves {[email protected] CREATE_REGISTRIES}
GravelMiner_1.16.1-10.0.0.jar GravelMiner {[email protected] CREATE_REGISTRIES}
ElementsOfPower-1.16.1-0.10.0-alpha.jar Elements of Power {[email protected] CREATE_REGISTRIES}
Elementary Staffs 1.9.jar Elementary Staffs {[email protected] CREATE_REGISTRIES}
branders-lampblockmod-1.16.1-1.1.2.jar Lamp Block Mod {[email protected] CREATE_REGISTRIES}
premium-wood-1.16.1-1.2.0.jar Premium Wood {[email protected] CREATE_REGISTRIES}
setworldsp_1.16-1.3.jar Set World Spawn Point {[email protected] CREATE_REGISTRIES}
quickpaths_1.16-1.1.jar Quick Paths {[email protected] CREATE_REGISTRIES}
randompatches-1.16.1-1.21.2.1.jar RandomPatches {[email protected] CREATE_REGISTRIES}
lowtechcrafting-1.16.1-0.2.0.jar Low Tech Crafting {[email protected] CREATE_REGISTRIES}
mr-pineapples-food-mod-1.0.jar Mr Pineapples Food Mod {[email protected] CREATE_REGISTRIES}
carpetstairsmod-1.16.1_v1.4.6.jar Carpet Stairs Mod {[email protected] CREATE_REGISTRIES}
holdyerbreath-1.16-1.0.0.jar Hold Yer Breath {holdyerbreath@version CREATE_REGISTRIES}
refinedstorage-1.9.1.jar Refined Storage {[email protected] CREATE_REGISTRIES}
conduitsprdrowned_1.16-1.1.jar Conduits Prevent Drowned {[email protected] CREATE_REGISTRIES}
structure-gel-api-1.16.1-1.1.1.jar Structure Gel API {[email protected] CREATE_REGISTRIES}
ClearView-1.16.1-1.0.1.jar Lava Clear View {[email protected] CREATE_REGISTRIES}
BetterPingDisplay-1.16.1-1.0.jar Better Ping Display {[email protected] CREATE_REGISTRIES}
wetstone-1.5.2.jar Wetstone {[email protected] CREATE_REGISTRIES}
TipTheScales-1.16.1-3.0.0.2.jar TipTheScales {[email protected] CREATE_REGISTRIES}
CalmDownParticles-MC1.16.1-1.1.jar Calm Down, Particles! {[email protected] CREATE_REGISTRIES}
Beekeeper-1.16.1-1.0.0.0.jar Beekeeper {[email protected] CREATE_REGISTRIES}
ediblebugs-1.1.01_MC1.16.1.jar Edible Bugs {[email protected] CREATE_REGISTRIES}
dungeons-plus-1.16.1-1.0.2.jar Dungeons Plus {[email protected] CREATE_REGISTRIES}
curios-FORGE-1.16.1-3.0-beta2.jar Curios API {[email protected] CREATE_REGISTRIES}
EdibleNetherWart-1.16.1-forge-1.0.0.jar Edible Nether Wart {[email protected] CREATE_REGISTRIES}
antighost-1.16.1-forge32.0.38-1.1.1.jar AntiGhost {[email protected] CREATE_REGISTRIES}
worldedit-forge-mc1.16.1-7.2.0-beta-02.jar WorldEdit {[email protected]+d10d7d6 CREATE_REGISTRIES}
Better Muffling-1.16.1-0.5.0-Beta.jar Better Muffling {[email protected] CREATE_REGISTRIES}
earthsanimals-1.16.1-0.0.6-beta.jar Earths Animals {[email protected] CREATE_REGISTRIES}
cloth-config-forge-4.0.1.jar Cloth Config v4 API {[email protected] CREATE_REGISTRIES}
snowbfrmobs_1.16-1.1.jar Snowballs Freeze Mobs {[email protected] CREATE_REGISTRIES}
BetterBurning-1.16.1-2.0.2.jar BetterBurning {[email protected] CREATE_REGISTRIES}
strayspawn_1.16-1.1.jar Stray Spawn {[email protected] CREATE_REGISTRIES}
FastLeafDecay-v23.jar FastLeafDecay {fastleafdecay@v23 CREATE_REGISTRIES}
PrettyBeaches_1.16.1-5.0.0.jar Pretty Beaches {[email protected] CREATE_REGISTRIES}
BetterMineshaftsForge-1.16.1-1.1.jar YUNG's Better Mineshafts {[email protected] CREATE_REGISTRIES}
doubledoors_1.16-2.1.jar Double Doors {[email protected] CREATE_REGISTRIES}
ssoundreloader-1.0.jar Sound Reloader Mod {[email protected] CREATE_REGISTRIES}
forgeautofish-1.0.1.jar AutoFish for Forge {[email protected] CREATE_REGISTRIES}
torchslabmod-1.16.1_v1.6.16.jar Torch Slab Mod {[email protected] CREATE_REGISTRIES}
EnderRift-1.16.1-2.2.6.jar Ender-Rift {[email protected] CREATE_REGISTRIES}
mining-helmet-1.16.1-1.0.8.jar Mining Helmet {[email protected] CREATE_REGISTRIES}
bagofyurting-1.16.1-1.0.0.1.jar Bag of Yurting {[email protected] CREATE_REGISTRIES}
vanillaexcavators-1.16.1-2.1.1.jar Vanilla Excavators {[email protected] CREATE_REGISTRIES}
treeharvester_1.16-1.3.jar Tree Harvester {[email protected] CREATE_REGISTRIES}
jei-1.16.1-7.0.0.6.jar Just Enough Items {[email protected] CREATE_REGISTRIES}
FallingTree-1.16.1-2.1.5.jar Falling Tree {[email protected] CREATE_REGISTRIES}
OtherStonePickaxe-2.1.jar Other Stone Pickaxe {[email protected] CREATE_REGISTRIES}
Mekanism-1.16.1-10.0.1.424.jar Mekanism {[email protected] CREATE_REGISTRIES}
CTD-Core-1.16.1-2.0.5b.jar CTD Core {[email protected] CREATE_REGISTRIES}
SlipperyMod Normal Edition - 1.16.jar Slippery Mod {[email protected] CREATE_REGISTRIES}
netheritehorsearmor-1.0.jar Netherite Horse Armor Mod {[email protected] CREATE_REGISTRIES}
engineerstools-1.16.1-1.0.9-b1.jar Engineer's Tools {[email protected] CREATE_REGISTRIES}
branders-wellfedmod-1.16.1-1.3.1.jar Well Fed - quality food! {[email protected] CREATE_REGISTRIES}
FarmingForBlockheads_1.16.1-7.0.0.jar Farming for Blockheads {[email protected] CREATE_REGISTRIES}
snowundertrees-1.16.1-v1.1.1.jar Snow Under Trees {[email protected] CREATE_REGISTRIES}
grassseeds_1.16-1.2.jar Grass Seeds {[email protected] CREATE_REGISTRIES}
BetterHurtTimer-1.16.1-3.2.1.1.jar Better Hurt Timer {[email protected] CREATE_REGISTRIES}
bamboospreads_1.16-1.1.jar Bamboo Spreads {[email protected] CREATE_REGISTRIES}
nhacampfire_1.16-2.3.jar No Hostiles Around Campfire {[email protected] CREATE_REGISTRIES}
japanese_food_mod-1.16.1-1.0.3.jar japanese_food_mod {[email protected] CREATE_REGISTRIES}
JEITweaker-1.16.1-1.0.1.2.jar JEI Tweaker {[email protected] CREATE_REGISTRIES}
dismountentity_1.16-1.2.jar Dismount Entity {[email protected] CREATE_REGISTRIES}
CraftTweaker-1.16.1-7.0.0.7.jar CraftTweaker {[email protected] CREATE_REGISTRIES}
Mo-Glowstone-1.16.1-2.0.5.jar Mo' Glowstone {[email protected] CREATE_REGISTRIES}
ironchest-1.16.1-11.0.1.jar Iron Chests {[email protected] CREATE_REGISTRIES}
campfire_smelting-2.0.0-1.16.1.jar Campfire Smelting {[email protected] CREATE_REGISTRIES}
forge-1.16.1-32.0.66-client.jar Minecraft {[email protected] CREATE_REGISTRIES}
gottaclimbfast-mc1.16.1-1.0-forge.jar Gotta Climb Fast! {[email protected] CREATE_REGISTRIES}
morezombiev_1.16-1.1.jar More Zombie Villagers {[email protected] CREATE_REGISTRIES}
MouseTweaks-2.13-mc1.16.1.jar Mouse Tweaks {[email protected] CREATE_REGISTRIES}
ImmersiveEngineering-0.16-106.jar Immersive Engineering {[email protected] CREATE_REGISTRIES}
fansmod-1.16.1-2.0.0.0-rc0.jar Fans Mod {[email protected] CREATE_REGISTRIES}
morevanillalib-1.16.1-1.2.8.jar MoreVanillaLib {[email protected] CREATE_REGISTRIES}
nutritiousmilk_1.16-1.2.jar Nutritious Milk {[email protected] CREATE_REGISTRIES}
woolbuttons-1.16.1-v1.1.jar Wool Buttons {[email protected] CREATE_REGISTRIES}
underwaterench_1.16-1.1.jar Underwater Enchanting {[email protected] CREATE_REGISTRIES}
playerhopper-1.16.1-1.4.jar Player Hopper {[email protected] CREATE_REGISTRIES}
gates-1.6.1.jar Gates {[email protected] CREATE_REGISTRIES}
ceilingtorch-1.16.1-v1.5.jar Ceiling Torch {[email protected] CREATE_REGISTRIES}
storage_overhaul-1.16.1-1.0.0.jar Storage Overhaul {[email protected] CREATE_REGISTRIES}
AzureDooms-Doom-Mod-1.16.1-1.3.0.jar Azuredooms Doom Mod {[email protected] CREATE_REGISTRIES}
foamdome-1.1.0.jar Foam Dome {[email protected] CREATE_REGISTRIES}
Xaeros_Minimap_20.15.3_Forge_1.16.1.jar Xaero's Minimap {[email protected] CREATE_REGISTRIES}
simplegrinder-16.0.5.jar Simple Grinder {[email protected] CREATE_REGISTRIES}
obsidian_extension-1.16.1-1.0.0.jar Obsidian Extension {[email protected] CREATE_REGISTRIES}
lava-monster-1.16.1-1.0.7.jar Lava Monster {[email protected] CREATE_REGISTRIES}
sit-1.16.1-v1.3.jar Sit {[email protected] CREATE_REGISTRIES}
DoubleSlabs-1.16-3.0.3.jar Double Slabs {[email protected] CREATE_REGISTRIES}
AlloysSmelter-[0.1.1].jar Alloys Smelter {[email protected] CREATE_REGISTRIES}
Regrowth-1.16.1-1.0.0.1.jar Regrowth Mod {[email protected] CREATE_REGISTRIES}
iron-fences_1.16.1_1.0.2.jar Iron fences {[email protected] CREATE_REGISTRIES}
AmbientEnvironment-4.0.0.1.jar Ambient Environment {[email protected] CREATE_REGISTRIES}
connectedglass-1.0.6-mc1.16.jar Connected Glass {[email protected] CREATE_REGISTRIES}
durabilityViewer-1.16.1-forge32.0.38-1.7.1.jar Giselbaers Durability Viewer {[email protected] CREATE_REGISTRIES}
water-erosion-1.16.1-forge-1.1.2-beta1.jar Water Erosion {[email protected] CREATE_REGISTRIES}
byg-1.0.9.jar Oh The Biomes You'll Go {[email protected] CREATE_REGISTRIES}
CosmeticArmorReworked-1.16.1-v1.jar CosmeticArmorReworked {[email protected] CREATE_REGISTRIES}
MagicMirror-1.16.1-0.0.1.283.jar Magic Mirror {[email protected] CREATE_REGISTRIES}
farlanders-1.16.1-1.3.2.jar The Farlanders {[email protected] CREATE_REGISTRIES}
NetherPortalFix_1.16.1-7.0.0.jar NetherPortalFix {[email protected] CREATE_REGISTRIES}
zombiehs_1.16-2.4.jar Zombie Horse Spawn {[email protected] CREATE_REGISTRIES}
ExtraReeds 1.16.1-1.0.0.jar Extra Reeds {[email protected] CREATE_REGISTRIES}
beenfo-1.16.1-forge32.0.38-1.1.jar Beenfo {[email protected] CREATE_REGISTRIES}
paperbooks_1.16-1.1.jar Paper Books {[email protected] CREATE_REGISTRIES}
1.16.1 PotterCraft V1.7.jar PotterCraft {[email protected] CREATE_REGISTRIES}
simple_sorter-1.16.1-0.0.2.jar Simple Sorter {[email protected] CREATE_REGISTRIES}
forge-1.16.1-32.0.66-universal.jar Forge {[email protected] CREATE_REGISTRIES}
AppleSkin-mc1.16.1-forge-1.0.14.jar AppleSkin {[email protected] CREATE_REGISTRIES}
villagernames_1.16-2.4.jar Villager Names {[email protected] CREATE_REGISTRIES}
flourpower-1.16.1-1.1.4.jar Flour Power {[email protected] CREATE_REGISTRIES}
softerhayb_1.16-1.1.jar Softer Hay Bales {[email protected] CREATE_REGISTRIES}
XaerosWorldMap_1.7.3_Forge_1.16.1.jar Xaero's World Map {[email protected] CREATE_REGISTRIES}
CookingForBlockheads_1.16.1-9.0.0.jar Cooking for Blockheads {[email protected] CREATE_REGISTRIES}
Controlling-7.0.0.2.jar Controlling {[email protected] CREATE_REGISTRIES}
BetterSprinting-1.16.1-v3.2.0.jar Better Sprinting {[email protected] CREATE_REGISTRIES}
Placebo-1.16.1-4.0.1.jar Placebo {[email protected] CREATE_REGISTRIES}
dankstorage-3.4.jar Dank Storage {[email protected] CREATE_REGISTRIES}
AutoPlanter-16.0.jar Auto Planter {[email protected] CREATE_REGISTRIES}
culinaryconstruct-FORGE-1.16.1-3.0.jar Culinary Construct {[email protected] CREATE_REGISTRIES}
healingsoup_1.16-2.1.jar Healing Soup {[email protected] CREATE_REGISTRIES}
Bookshelf-1.16.1-6.1.8.jar Bookshelf {[email protected] CREATE_REGISTRIES}
BotanyPots-1.16.1-3.0.3.jar BotanyPots {[email protected] CREATE_REGISTRIES}
Aquatic Armors-1.2.jar Aquatic Armors {[email protected] CREATE_REGISTRIES}
simpleplanes-1.16.1-2.0.3.0.jar Simple Planes {[email protected] CREATE_REGISTRIES}
cryingghasts_1.16-1.1.jar Crying Ghasts {[email protected] CREATE_REGISTRIES}
mcw-doors-1.0.0-mc1.16.1.jar Macaw's Doors {[email protected] CREATE_REGISTRIES}
spidersprwebs_1.16-1.1.jar Spiders Produce Webs {[email protected] CREATE_REGISTRIES}
MekanismGenerators-1.16.1-10.0.1.424.jar Mekanism: Generators {[email protected] CREATE_REGISTRIES}
Vulcan-Revenge-Mod-Plus v1.1-1.16.1.jar Vulcan's Revenge Plus+ Mod {[email protected] CREATE_REGISTRIES}
laserrelays-1.6.jar Laser Relays {[email protected] CREATE_REGISTRIES}
Industrial-Reborn-1.16.1-0.8.1.jar Industrial Reborn {[email protected] CREATE_REGISTRIES}
peanutmod-1.16.1-2.0.0.jar Peanut Mod {[email protected] CREATE_REGISTRIES}
mcw-bridges-1.0.4-mc1.16.1.jar Macaw's Bridges {[email protected] CREATE_REGISTRIES}
lightestlamp-4.0.2.jar Lightest Lamps {[email protected] CREATE_REGISTRIES}
improved-stations-2.0.jar Improved Stations {[email protected] CREATE_REGISTRIES}
netherportalspread_1.16-3.5.jar Nether Portal Spread {[email protected] CREATE_REGISTRIES}
Fast Tool Switching-1.16.1-1.0.0.jar Fast Tool Switching {fasttoolswitching@NONE CREATE_REGISTRIES}
MekanismAdditions-1.16.1-10.0.1.424.jar Mekanism: Additions {[email protected] CREATE_REGISTRIES}
adventurepack-1.0.jar Adventure Tools {[email protected] CREATE_REGISTRIES}
villagespawnpoint_1.16-1.2.jar Village Spawn Point {[email protected] CREATE_REGISTRIES}
concreteconversiontech-1.16.1-1.0.1.0.jar Concrete Conversion Tech {[email protected] CREATE_REGISTRIES}
goprone-1.16.x-1.0.0.jar GoProne {[email protected] CREATE_REGISTRIES}
Patchouli-1.16-38.jar Patchouli {[email protected] CREATE_REGISTRIES}
leap-1.16.1-1.0.1.jar Leap {[email protected] CREATE_REGISTRIES}
rndbmflowers_1.16-1.2.jar Random Bone Meal Flowers {[email protected] CREATE_REGISTRIES}
collective-1.16.1-1.35.jar Collective {[email protected] CREATE_REGISTRIES}
Clay WorldGen-1.1.0-1.16.1.jar Clay WorldGen {clayworldgen@version CREATE_REGISTRIES}
doomangelring-1.16.1-1.0.2.jar Doom Angel Ring {[email protected] CREATE_REGISTRIES}
DramaticDoors-1.16.1-1.1.0.jar Dramatic Doors {[email protected] CREATE_REGISTRIES}
EndReborn [0.7.2].jar End: Reborn {[email protected] CREATE_REGISTRIES}
Golden-Berry-Mod-1.16.1-1.0.0.jar Golden Berry Mod {[email protected] CREATE_REGISTRIES}
BridgeMaker-1.16.1-1.0.0.jar Bridge Maker {[email protected] CREATE_REGISTRIES}
buildersaddition-20200714a.jar Builders Crafts & Addition {buildersaddition@20200714a CREATE_REGISTRIES}
sleepsooner_1.16-2.1.jar Sleep Sooner {[email protected] CREATE_REGISTRIES}
morevanillaarmor-1.16.1-1.2.jar MoreVanillaArmor {[email protected] CREATE_REGISTRIES}
MekanismTools-1.16.1-10.0.1.424.jar Mekanism: Tools {[email protected] CREATE_REGISTRIES}
lock_minecart_view-forge-mc1.16-1.2.0.jar Better minecart rotation {[email protected] CREATE_REGISTRIES}
cherishedworlds-FORGE-1.16.1-4.0.jar Cherished Worlds {[email protected] CREATE_REGISTRIES}
productivebees-1.16.1-0.1.13.jar Productive Bees {[email protected] CREATE_REGISTRIES}
tramplestopper-1.15.2-2.0.0.1-universal.jar Trample Stopper {[email protected] CREATE_REGISTRIES}
enchantwithmob-1.16.1-1.1.1.jar Enchant With Mob {[email protected] CREATE_REGISTRIES}
colorbricks-1.16.1-0.1.0.jar ColorBricks Mod {[email protected] CREATE_REGISTRIES}
travellers_map-1.16.1-0.5.2.jar Travellers Map {[email protected] CREATE_REGISTRIES}
ServerTabInfo-1.16.1-1.2.7-alpha.jar Server Tab Info {[email protected] CREATE_REGISTRIES}
netherspawn-1.0.jar Nether Spawn {[email protected] CREATE_REGISTRIES}
fullbrightnesstoggle_1.16-1.0.jar Full Brightness Toggle {[email protected] CREATE_REGISTRIES}
autotorch-1.16.1-1.1.jar AutoTorch {[email protected] CREATE_REGISTRIES}
TrashSlot_1.16.1-12.0.0.jar TrashSlot {[email protected] CREATE_REGISTRIES}
biggerspongeabsorptionradius_1.16-1.0.jar Bigger Sponge Absorption Radius {[email protected] CREATE_REGISTRIES}
Janoeo-3.6.1.1.jar Just Another Nether/Overworld/End Ores {[email protected] CREATE_REGISTRIES}
Janoeo-Arsenal-2.0.1.jar Just Another Nether/Overworld/End Ores - Arsenal {[email protected] CREATE_REGISTRIES}
metalbarrels-3.2.jar Metal Barrels {[email protected] CREATE_REGISTRIES}
longfallboots-1.5.0a.jar Long Fall Boots {[email protected] CREATE_REGISTRIES}
mooshroomtweaks_1.16-1.1.jar Mooshroom Tweaks {[email protected] CREATE_REGISTRIES}
the-conjurer-1.16.1-1.0.6.jar The Conjurer {[email protected] CREATE_REGISTRIES}
JasonsFlyMod_1.1.0_Forge_1.16.1.jar Fly Mod {[email protected] CREATE_REGISTRIES}
comforts-FORGE-1.16.1-3.0.jar Comforts {[email protected] CREATE_REGISTRIES}
EnderBags-1.16.1-6.0.0.jar Ender Bags {[email protected] CREATE_REGISTRIES}
DimStorage-1.16.1-4.0.0.jar DimStorage {[email protected] CREATE_REGISTRIES}
BasicNetherOres-1.16.1-5.0.0.jar Basic Nether Ores {[email protected] CREATE_REGISTRIES}
MagicDoorknob-1.16.1-0.0.4.316.jar Magic Doorknob {[email protected] CREATE_REGISTRIES}
dimensionalbridgebuilder1.1.jar Dimensional Bridge Builder {[email protected] CREATE_REGISTRIES}
bottleyourxp_1.16-1.3.jar Bottle Your Xp {[email protected] CREATE_REGISTRIES}
ToastControl-1.16.1-4.0.0.jar Toast Control {[email protected] CREATE_REGISTRIES}
gemsplusplus-1.16.1-1.7.jar GemsPlusPlus {[email protected] CREATE_REGISTRIES}
moveminecarts_1.16-1.3.jar Move Minecarts {[email protected] CREATE_REGISTRIES}
campfiretorches-1.16.1-1.0.2.jar Campfire Torches {[email protected] CREATE_REGISTRIES}
dash-1.16.1-1.0.1.jar Dash {[email protected] CREATE_REGISTRIES}
SimpleDivingGear-5.0.0 mc 1.16.1.jar Simple Diving Gear {[email protected] mc 1.16.1 CREATE_REGISTRIES}
CraftingTweaks_1.16.1-12.0.3.jar Crafting Tweaks {[email protected] CREATE_REGISTRIES}
woolplates-1.16.1-v1.2.1.jar Wool Pressure Plates {[email protected] CREATE_REGISTRIES}
bluepower-1.16.1-0.5.200-alpha-universal.jar Blue Power {[email protected] CREATE_REGISTRIES}
corgis-1.0.5-1.16.1.jar The Corgi Mod {[email protected] CREATE_REGISTRIES}
theplopper-1.16.1-v1.3.jar The Plopper {[email protected] CREATE_REGISTRIES}
packedup-1.0.15-mc1.16.jar PackedUp {[email protected] CREATE_REGISTRIES}
LargeFluidTank-16.0.1.jar FluidTank {[email protected] CREATE_REGISTRIES}
moveboats_1.16-1.2.jar Move Boats {[email protected] CREATE_REGISTRIES}
Craftable Saddles [1.16.1]-1.3.jar Craftable Saddles {[email protected] CREATE_REGISTRIES}
automaticdoors_1.16-1.4.jar Automatic Doors {[email protected] CREATE_REGISTRIES}
betconduitpl_1.16-1.1.jar Better Conduit Placement {[email protected] CREATE_REGISTRIES}
ShulkerTooltip-1.9.3.jar Shulker Tooltip {[email protected] CREATE_REGISTRIES}
PuddingMod-1.16.1-2.0.1.jar Pudding Mod {[email protected] CREATE_REGISTRIES}
FastWorkbench-1.16.1-4.1.1.jar FastWorkbench {[email protected] CREATE_REGISTRIES}
StorageDrawers-1.16.1-8.0.0.jar Storage Drawers {[email protected] CREATE_REGISTRIES}
factory-1.16.1-1.1.1.jar Factory Mod {[email protected] CREATE_REGISTRIES}
combustivefishing-FORGE-1.16.1-3.0.jar Combustive Fishing {[email protected] CREATE_REGISTRIES}
vinecollector-1.16.1-1.0.jar VineCollector {[email protected] CREATE_REGISTRIES}
fancymenu_1.4.1_MC_1.16.1.jar §dFancy§5Menu {[email protected] ERROR}
Actually Useful Stonecutter-1.0.0 mc 1.16.1.jar Actually Useful Stonecutter {[email protected] mc 1.16.1 CREATE_REGISTRIES}
engineersdecor-1.16.1-1.1.1-b2.jar Engineer's Decor {[email protected] CREATE_REGISTRIES}
aawitherskull_1.16-1.1.jar Always a Wither Skull {[email protected] CREATE_REGISTRIES}
moredragoneggs-1.1.jar More Dragon Eggs {[email protected] CREATE_REGISTRIES}
modular-routers-1.16.1-7.0.0-24.jar Modular Routers {[email protected] CREATE_REGISTRIES}
smallernp_1.16-1.4.jar Smaller Nether Portals {[email protected] CREATE_REGISTRIES}
betterbedrockgenerator-1.16.1-0.0.7.jar Better Bedrock Generator {[email protected] CREATE_REGISTRIES}
CraftingCraft_1.16.1-9.0.0.jar CraftingCraft {[email protected] CREATE_REGISTRIES}
SolarGeneration-1.16.1-2.0.0.jar Solar Generation {[email protected] CREATE_REGISTRIES}
healingcf_1.16-2.3.jar Healing Campfire {[email protected] CREATE_REGISTRIES}
Launched Version: 1.16.1
Backend library: LWJGL version 3.2.2 build 10
Backend API: GeForce GTX 750 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 440.82, 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: 8x AMD FX(tm)-8350 Eight-Core Processor

commented
commented

Yeah something with the block color events is causing a conflict but it usually resolves when reloading but i redid the color manager a bit.

commented

Im assuming it is safe to close this issue?

commented