Potion-Studios / BYG

Download it here: https://www.curseforge.com/minecraft/mc-mods/oh-the-biomes-youll-go
Other
222 stars 103 forks source link

1.16.1-1.0.9 NPE on client startup #24

Closed kreezxil closed 4 years ago

kreezxil commented 4 years ago

---- 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: javafml@32.0 minecraft@1 kotori_scala@2.13.2-build-2 Mod List: dotHack-Weapons-1.16.1-1.0.0.jar dotHack Weapons {dothack@1.0.0 CREATE_REGISTRIES} AdditionalEnchantedMiner-1.16.1-16.0.4.jar QuarryPlus {quarryplus@16.0.4 CREATE_REGISTRIES} oneplayersleeping-1.16.1-0.0.3.jar One Player Sleeping {oneplayersleeping@0.0.3 CREATE_REGISTRIES} clayconversion-1.16.1.jar Clay Conversion {clayconversion@1.0 CREATE_REGISTRIES} simplemagnets-1.0.2-mc1.16.jar Simple Magnets {simplemagnets@1.0.2 CREATE_REGISTRIES} consecration-FORGE-1.16.1-3.0.jar Consecration {consecration@FORGE-1.16.1-3.0 CREATE_REGISTRIES} milkallthemobs_1.16-1.2.jar Milk All The Mobs {milkallthemobs@1.2 CREATE_REGISTRIES} petnames_1.16-1.1.jar Pet Names {petnames@1.1 CREATE_REGISTRIES} vanillaboom-1.16.1-1.6.6.1-universal.jar Vanilla Boom {vanillaboom@1.6.6.1 CREATE_REGISTRIES} Uppers-0.3.0.jar Uppers {uppers@0.3.0 CREATE_REGISTRIES} EditSign-1.16.1-2.0.0+7.jar Edit Sign {edit_sign@2.0.0+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 {modnametooltip@1.14.0 CREATE_REGISTRIES} pitg-1.16.1-1.3.0.jar Pane In The Glass {pitg@1.16.1-1.3.0 CREATE_REGISTRIES} BetterCaves-1.16.1-1.0.jar YUNG's Better Caves {bettercaves@1.16.1-1.0 CREATE_REGISTRIES} GravelMiner_1.16.1-10.0.0.jar GravelMiner {gravelminer@10.0.0 CREATE_REGISTRIES} ElementsOfPower-1.16.1-0.10.0-alpha.jar Elements of Power {elementsofpower@0.10.0-alpha CREATE_REGISTRIES} Elementary Staffs 1.9.jar Elementary Staffs {element@1.9 CREATE_REGISTRIES} branders-lampblockmod-1.16.1-1.1.2.jar Lamp Block Mod {lampblockmod@1.1.2 CREATE_REGISTRIES} premium-wood-1.16.1-1.2.0.jar Premium Wood {premium_wood@1.2.0 CREATE_REGISTRIES} setworldsp_1.16-1.3.jar Set World Spawn Point {setworldsp@1.3 CREATE_REGISTRIES} quickpaths_1.16-1.1.jar Quick Paths {quickpaths@1.1 CREATE_REGISTRIES} randompatches-1.16.1-1.21.2.1.jar RandomPatches {randompatches@1.16.1-1.21.2.1 CREATE_REGISTRIES} lowtechcrafting-1.16.1-0.2.0.jar Low Tech Crafting {lowtechcrafting@0.2.0 CREATE_REGISTRIES} mr-pineapples-food-mod-1.0.jar Mr Pineapples Food Mod {pinesfoodmod@1.0 CREATE_REGISTRIES} carpetstairsmod-1.16.1_v1.4.6.jar Carpet Stairs Mod {carpetstairsmod@1.4.6 CREATE_REGISTRIES} holdyerbreath-1.16-1.0.0.jar Hold Yer Breath {holdyerbreath@version CREATE_REGISTRIES} refinedstorage-1.9.1.jar Refined Storage {refinedstorage@1.9.1 CREATE_REGISTRIES} conduitsprdrowned_1.16-1.1.jar Conduits Prevent Drowned {conduitsprdrowned@1.1 CREATE_REGISTRIES} structure-gel-api-1.16.1-1.1.1.jar Structure Gel API {structure_gel@1.1.1 CREATE_REGISTRIES} ClearView-1.16.1-1.0.1.jar Lava Clear View {clearview@1.0.1 CREATE_REGISTRIES} BetterPingDisplay-1.16.1-1.0.jar Better Ping Display {betterpingdisplay@1.0 CREATE_REGISTRIES} wetstone-1.5.2.jar Wetstone {wetstone@1.5.2 CREATE_REGISTRIES} TipTheScales-1.16.1-3.0.0.2.jar TipTheScales {tipthescales@3.0.0.2 CREATE_REGISTRIES} CalmDownParticles-MC1.16.1-1.1.jar Calm Down, Particles! {calmparticles@1.1 CREATE_REGISTRIES} Beekeeper-1.16.1-1.0.0.0.jar Beekeeper {bk@1.0.0.0 CREATE_REGISTRIES} ediblebugs-1.1.01_MC1.16.1.jar Edible Bugs {ediblebugs@1.1.01 CREATE_REGISTRIES} dungeons-plus-1.16.1-1.0.2.jar Dungeons Plus {dungeons_plus@1.0.2 CREATE_REGISTRIES} curios-FORGE-1.16.1-3.0-beta2.jar Curios API {curios@FORGE-1.16.1-3.0-beta2 CREATE_REGISTRIES} EdibleNetherWart-1.16.1-forge-1.0.0.jar Edible Nether Wart {edible_netherwart@1.0.0 CREATE_REGISTRIES} antighost-1.16.1-forge32.0.38-1.1.1.jar AntiGhost {antighost@1.16.1-forge32.0.38-1.1.1 CREATE_REGISTRIES} worldedit-forge-mc1.16.1-7.2.0-beta-02.jar WorldEdit {worldedit@7.2.0-beta-02+d10d7d6 CREATE_REGISTRIES} Better Muffling-1.16.1-0.5.0-Beta.jar Better Muffling {bettermuffling@0.5.0-Beta CREATE_REGISTRIES} earthsanimals-1.16.1-0.0.6-beta.jar Earths Animals {earthsanimals@1.16.1-0.0.6-beta CREATE_REGISTRIES} cloth-config-forge-4.0.1.jar Cloth Config v4 API {cloth-config@4.0 CREATE_REGISTRIES} snowbfrmobs_1.16-1.1.jar Snowballs Freeze Mobs {snowbfrmobs@1.1 CREATE_REGISTRIES} BetterBurning-1.16.1-2.0.2.jar BetterBurning {betterburning@2.0.2 CREATE_REGISTRIES} strayspawn_1.16-1.1.jar Stray Spawn {strayspawn@1.1 CREATE_REGISTRIES} FastLeafDecay-v23.jar FastLeafDecay {fastleafdecay@v23 CREATE_REGISTRIES} PrettyBeaches_1.16.1-5.0.0.jar Pretty Beaches {prettybeaches@5.0.0 CREATE_REGISTRIES} BetterMineshaftsForge-1.16.1-1.1.jar YUNG's Better Mineshafts {bettermineshafts@1.16.1-1.1 CREATE_REGISTRIES} doubledoors_1.16-2.1.jar Double Doors {doubledoors@2.1 CREATE_REGISTRIES} ssoundreloader-1.0.jar Sound Reloader Mod {ssoundreloader@1.0 CREATE_REGISTRIES} forgeautofish-1.0.1.jar AutoFish for Forge {forgeautofish@1.0.1 CREATE_REGISTRIES} torchslabmod-1.16.1_v1.6.16.jar Torch Slab Mod {torchslabmod@1.6.16 CREATE_REGISTRIES} EnderRift-1.16.1-2.2.6.jar Ender-Rift {enderrift@2.2.6 CREATE_REGISTRIES} mining-helmet-1.16.1-1.0.8.jar Mining Helmet {mining_helmet@1.0.8 CREATE_REGISTRIES} bagofyurting-1.16.1-1.0.0.1.jar Bag of Yurting {bagofyurting@1.16.1-1.0.0.1 CREATE_REGISTRIES} vanillaexcavators-1.16.1-2.1.1.jar Vanilla Excavators {vanillaexcavators@2.1.1 CREATE_REGISTRIES} treeharvester_1.16-1.3.jar Tree Harvester {treeharvester@1.3 CREATE_REGISTRIES} jei-1.16.1-7.0.0.6.jar Just Enough Items {jei@7.0.0.6 CREATE_REGISTRIES} FallingTree-1.16.1-2.1.5.jar Falling Tree {falling_tree@2.1.5 CREATE_REGISTRIES} OtherStonePickaxe-2.1.jar Other Stone Pickaxe {otherstonepickaxe@2.1 CREATE_REGISTRIES} Mekanism-1.16.1-10.0.1.424.jar Mekanism {mekanism@10.0.1 CREATE_REGISTRIES} CTD-Core-1.16.1-2.0.5b.jar CTD Core {ctdcore@2.0.5b CREATE_REGISTRIES} SlipperyMod Normal Edition - 1.16.jar Slippery Mod {slipperymod@1.0 CREATE_REGISTRIES} netheritehorsearmor-1.0.jar Netherite Horse Armor Mod {netheritehorsearmor@1.0 CREATE_REGISTRIES} engineerstools-1.16.1-1.0.9-b1.jar Engineer's Tools {engineerstools@1.0.9-b1 CREATE_REGISTRIES} branders-wellfedmod-1.16.1-1.3.1.jar Well Fed - quality food! {wellfedmod@1.3.1 CREATE_REGISTRIES} FarmingForBlockheads_1.16.1-7.0.0.jar Farming for Blockheads {farmingforblockheads@7.0.0 CREATE_REGISTRIES} snowundertrees-1.16.1-v1.1.1.jar Snow Under Trees {snowundertrees@v1.1.1 CREATE_REGISTRIES} grassseeds_1.16-1.2.jar Grass Seeds {grassseeds@1.2 CREATE_REGISTRIES} BetterHurtTimer-1.16.1-3.2.1.1.jar Better Hurt Timer {betterhurttimer@1.16.1-3.2.1.1 CREATE_REGISTRIES} bamboospreads_1.16-1.1.jar Bamboo Spreads {bamboospreads@1.1 CREATE_REGISTRIES} nhacampfire_1.16-2.3.jar No Hostiles Around Campfire {nhacampfire@2.3 CREATE_REGISTRIES} japanese_food_mod-1.16.1-1.0.3.jar japanese_food_mod {japanese_food_mod@1.16.1-1.0.3 CREATE_REGISTRIES} JEITweaker-1.16.1-1.0.1.2.jar JEI Tweaker {jeitweaker@1.0.1.2 CREATE_REGISTRIES} dismountentity_1.16-1.2.jar Dismount Entity {dismountentity@1.2 CREATE_REGISTRIES} CraftTweaker-1.16.1-7.0.0.7.jar CraftTweaker {crafttweaker@7.0.0.7 CREATE_REGISTRIES} Mo-Glowstone-1.16.1-2.0.5.jar Mo' Glowstone {moglowstone@2.0.5 CREATE_REGISTRIES} ironchest-1.16.1-11.0.1.jar Iron Chests {ironchest@1.16.1-11.0.1 CREATE_REGISTRIES} campfire_smelting-2.0.0-1.16.1.jar Campfire Smelting {campfiresmelt@1.0 CREATE_REGISTRIES} forge-1.16.1-32.0.66-client.jar Minecraft {minecraft@1.16.1 CREATE_REGISTRIES} gottaclimbfast-mc1.16.1-1.0-forge.jar Gotta Climb Fast! {gottaclimbfast@1.0 CREATE_REGISTRIES} morezombiev_1.16-1.1.jar More Zombie Villagers {morezombiev@1.1 CREATE_REGISTRIES} MouseTweaks-2.13-mc1.16.1.jar Mouse Tweaks {mousetweaks@2.13 CREATE_REGISTRIES} ImmersiveEngineering-0.16-106.jar Immersive Engineering {immersiveengineering@0.16-106 CREATE_REGISTRIES} fansmod-1.16.1-2.0.0.0-rc0.jar Fans Mod {fansmod@2.0.0.0-rc0 CREATE_REGISTRIES} morevanillalib-1.16.1-1.2.8.jar MoreVanillaLib {morevanillalib@1.2.8 CREATE_REGISTRIES} nutritiousmilk_1.16-1.2.jar Nutritious Milk {nutritiousmilk@1.2 CREATE_REGISTRIES} woolbuttons-1.16.1-v1.1.jar Wool Buttons {sbmwoolbuttons@v1.1 CREATE_REGISTRIES} underwaterench_1.16-1.1.jar Underwater Enchanting {underwaterench@1.1 CREATE_REGISTRIES} playerhopper-1.16.1-1.4.jar Player Hopper {playerhopper@1.16.1-1.4 CREATE_REGISTRIES} gates-1.6.1.jar Gates {gates@1.6.1 CREATE_REGISTRIES} ceilingtorch-1.16.1-v1.5.jar Ceiling Torch {ceilingtorch@v1.5 CREATE_REGISTRIES} storage_overhaul-1.16.1-1.0.0.jar Storage Overhaul {storage_overhaul@1.16.1-1.0.0 CREATE_REGISTRIES} AzureDooms-Doom-Mod-1.16.1-1.3.0.jar Azuredooms Doom Mod {doomweapon@1.3.0 CREATE_REGISTRIES} foamdome-1.1.0.jar Foam Dome {foamdome@1.1.0 CREATE_REGISTRIES} Xaeros_Minimap_20.15.3_Forge_1.16.1.jar Xaero's Minimap {xaerominimap@20.15.3 CREATE_REGISTRIES} simplegrinder-16.0.5.jar Simple Grinder {simplegrinder@16.0.5 CREATE_REGISTRIES} obsidian_extension-1.16.1-1.0.0.jar Obsidian Extension {obsidian_extension@1.0.0 CREATE_REGISTRIES} lava-monster-1.16.1-1.0.7.jar Lava Monster {lava_monster@1.0.7 CREATE_REGISTRIES} sit-1.16.1-v1.3.jar Sit {sit@v1.3 CREATE_REGISTRIES} DoubleSlabs-1.16-3.0.3.jar Double Slabs {doubleslabs@3.0.3 CREATE_REGISTRIES} AlloysSmelter-[0.1.1].jar Alloys Smelter {alloyssmelter@0.1.1 CREATE_REGISTRIES} Regrowth-1.16.1-1.0.0.1.jar Regrowth Mod {regrowth@1.0.0.1 CREATE_REGISTRIES} iron-fences_1.16.1_1.0.2.jar Iron fences {ironfencegates@1.0.1 CREATE_REGISTRIES} AmbientEnvironment-4.0.0.1.jar Ambient Environment {ambientenvironment@4.0.0.1 CREATE_REGISTRIES} connectedglass-1.0.6-mc1.16.jar Connected Glass {connectedglass@1.0.6 CREATE_REGISTRIES} durabilityViewer-1.16.1-forge32.0.38-1.7.1.jar Giselbaers Durability Viewer {durabilityviewer@1.16.1-forge32.0.38-1.7.1 CREATE_REGISTRIES} water-erosion-1.16.1-forge-1.1.2-beta1.jar Water Erosion {water-erosion@1.1.2-beta1 CREATE_REGISTRIES} byg-1.0.9.jar Oh The Biomes You'll Go {byg@1.0.9 CREATE_REGISTRIES} CosmeticArmorReworked-1.16.1-v1.jar CosmeticArmorReworked {cosmeticarmorreworked@1.16.1-v1 CREATE_REGISTRIES} MagicMirror-1.16.1-0.0.1.283.jar Magic Mirror {magic_mirror@1.16.1-0.0.1.283 CREATE_REGISTRIES} farlanders-1.16.1-1.3.2.jar The Farlanders {farlanders@1.3.2 CREATE_REGISTRIES} NetherPortalFix_1.16.1-7.0.0.jar NetherPortalFix {netherportalfix@7.0.0 CREATE_REGISTRIES} zombiehs_1.16-2.4.jar Zombie Horse Spawn {zombiehs@2.4 CREATE_REGISTRIES} ExtraReeds 1.16.1-1.0.0.jar Extra Reeds {extrareeds@1.16.1-1.0.0 CREATE_REGISTRIES} beenfo-1.16.1-forge32.0.38-1.1.jar Beenfo {beenfo@1.16.1-forge32.0.38-1.1 CREATE_REGISTRIES} paperbooks_1.16-1.1.jar Paper Books {paperbooks@1.1 CREATE_REGISTRIES} 1.16.1 PotterCraft V1.7.jar PotterCraft {hpmod@1.15.2-1.5.0 CREATE_REGISTRIES} simple_sorter-1.16.1-0.0.2.jar Simple Sorter {simple_sorter@0.0.2 CREATE_REGISTRIES} forge-1.16.1-32.0.66-universal.jar Forge {forge@32.0.66 CREATE_REGISTRIES} AppleSkin-mc1.16.1-forge-1.0.14.jar AppleSkin {appleskin@1.0.14 CREATE_REGISTRIES} villagernames_1.16-2.4.jar Villager Names {villagernames@2.4 CREATE_REGISTRIES} flourpower-1.16.1-1.1.4.jar Flour Power {flourpower@1.16.1-1.1.4 CREATE_REGISTRIES} softerhayb_1.16-1.1.jar Softer Hay Bales {softerhayb@1.1 CREATE_REGISTRIES} XaerosWorldMap_1.7.3_Forge_1.16.1.jar Xaero's World Map {xaeroworldmap@1.7.3 CREATE_REGISTRIES} CookingForBlockheads_1.16.1-9.0.0.jar Cooking for Blockheads {cookingforblockheads@9.0.0 CREATE_REGISTRIES} Controlling-7.0.0.2.jar Controlling {controlling@7.0.0.2 CREATE_REGISTRIES} BetterSprinting-1.16.1-v3.2.0.jar Better Sprinting {bettersprinting@3.2.0 CREATE_REGISTRIES} Placebo-1.16.1-4.0.1.jar Placebo {placebo@4.0.1 CREATE_REGISTRIES} dankstorage-3.4.jar Dank Storage {dankstorage@3.4 CREATE_REGISTRIES} AutoPlanter-16.0.jar Auto Planter {auto_planter@16.0 CREATE_REGISTRIES} culinaryconstruct-FORGE-1.16.1-3.0.jar Culinary Construct {culinaryconstruct@FORGE-1.16.1-3.0 CREATE_REGISTRIES} healingsoup_1.16-2.1.jar Healing Soup {healingsoup@2.1 CREATE_REGISTRIES} Bookshelf-1.16.1-6.1.8.jar Bookshelf {bookshelf@6.1.8 CREATE_REGISTRIES} BotanyPots-1.16.1-3.0.3.jar BotanyPots {botanypots@3.0.3 CREATE_REGISTRIES} Aquatic Armors-1.2.jar Aquatic Armors {aquaticarmors@1.2 CREATE_REGISTRIES} simpleplanes-1.16.1-2.0.3.0.jar Simple Planes {simpleplanes@2.0.3.0 CREATE_REGISTRIES} cryingghasts_1.16-1.1.jar Crying Ghasts {cryingghasts@1.1 CREATE_REGISTRIES} mcw-doors-1.0.0-mc1.16.1.jar Macaw's Doors {mcwdoors@1.0.0 CREATE_REGISTRIES} spidersprwebs_1.16-1.1.jar Spiders Produce Webs {spidersprwebs@1.1 CREATE_REGISTRIES} MekanismGenerators-1.16.1-10.0.1.424.jar Mekanism: Generators {mekanismgenerators@10.0.1 CREATE_REGISTRIES} Vulcan-Revenge-Mod-Plus v1.1-1.16.1.jar Vulcan's Revenge Plus+ Mod {vrm@1.0 CREATE_REGISTRIES} laserrelays-1.6.jar Laser Relays {laserrelays@1.6 CREATE_REGISTRIES} Industrial-Reborn-1.16.1-0.8.1.jar Industrial Reborn {indreb@1.16.1-0.8.1 CREATE_REGISTRIES} peanutmod-1.16.1-2.0.0.jar Peanut Mod {peanutmod@2.0.0 CREATE_REGISTRIES} mcw-bridges-1.0.4-mc1.16.1.jar Macaw's Bridges {mcwbridges@1.0.4 CREATE_REGISTRIES} lightestlamp-4.0.2.jar Lightest Lamps {lightestlamp@4.0.2 CREATE_REGISTRIES} improved-stations-2.0.jar Improved Stations {improved-stations@2.0 CREATE_REGISTRIES} netherportalspread_1.16-3.5.jar Nether Portal Spread {netherportalspread@3.5 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 {mekanismadditions@10.0.1 CREATE_REGISTRIES} adventurepack-1.0.jar Adventure Tools {adventurepack@1.16.1-1.0 CREATE_REGISTRIES} villagespawnpoint_1.16-1.2.jar Village Spawn Point {villagespawnpoint@1.2 CREATE_REGISTRIES} concreteconversiontech-1.16.1-1.0.1.0.jar Concrete Conversion Tech {concreteconversiontech@1.16.1-1.0.1.0 CREATE_REGISTRIES} goprone-1.16.x-1.0.0.jar GoProne {goprone@1.16.x-1.0.0 CREATE_REGISTRIES} Patchouli-1.16-38.jar Patchouli {patchouli@1.16-38 CREATE_REGISTRIES} leap-1.16.1-1.0.1.jar Leap {leap@1.0.1 CREATE_REGISTRIES} rndbmflowers_1.16-1.2.jar Random Bone Meal Flowers {rndbmflowers@1.2 CREATE_REGISTRIES} collective-1.16.1-1.35.jar Collective {collective@1.35 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 {doomangelring@1.0.2 CREATE_REGISTRIES} DramaticDoors-1.16.1-1.1.0.jar Dramatic Doors {dramaticdoors@1.16.1-1.1.0 CREATE_REGISTRIES} EndReborn [0.7.2].jar End: Reborn {endreborn@0.7.2 CREATE_REGISTRIES} Golden-Berry-Mod-1.16.1-1.0.0.jar Golden Berry Mod {goldenberry@1.0.0 CREATE_REGISTRIES} BridgeMaker-1.16.1-1.0.0.jar Bridge Maker {bridge_maker@1.0.0 CREATE_REGISTRIES} buildersaddition-20200714a.jar Builders Crafts & Addition {buildersaddition@20200714a CREATE_REGISTRIES} sleepsooner_1.16-2.1.jar Sleep Sooner {sleepsooner@2.1 CREATE_REGISTRIES} morevanillaarmor-1.16.1-1.2.jar MoreVanillaArmor {morevanillaarmor@1.16.1-1.2 CREATE_REGISTRIES} MekanismTools-1.16.1-10.0.1.424.jar Mekanism: Tools {mekanismtools@10.0.1 CREATE_REGISTRIES} lock_minecart_view-forge-mc1.16-1.2.0.jar Better minecart rotation {lock_minecart_view@1.2.0 CREATE_REGISTRIES} cherishedworlds-FORGE-1.16.1-4.0.jar Cherished Worlds {cherishedworlds@FORGE-1.16.1-4.0 CREATE_REGISTRIES} productivebees-1.16.1-0.1.13.jar Productive Bees {productivebees@1.16.1-0.1.13 CREATE_REGISTRIES} tramplestopper-1.15.2-2.0.0.1-universal.jar Trample Stopper {tramplestopper@1.15.2-2.0.0.1-universal CREATE_REGISTRIES} enchantwithmob-1.16.1-1.1.1.jar Enchant With Mob {enchantwithmob@1.16.1-1.1.1 CREATE_REGISTRIES} colorbricks-1.16.1-0.1.0.jar ColorBricks Mod {colorbricks@1.16.1-1.0.0 CREATE_REGISTRIES} travellers_map-1.16.1-0.5.2.jar Travellers Map {travellers_map@1.16.1-0.5.1 CREATE_REGISTRIES} ServerTabInfo-1.16.1-1.2.7-alpha.jar Server Tab Info {servertabinfo@1.2.7-alpha CREATE_REGISTRIES} netherspawn-1.0.jar Nether Spawn {netherspawn@1.16.1-1.0 CREATE_REGISTRIES} fullbrightnesstoggle_1.16-1.0.jar Full Brightness Toggle {fullbrightnesstoggle@1.0 CREATE_REGISTRIES} autotorch-1.16.1-1.1.jar AutoTorch {autotorch@1.1 CREATE_REGISTRIES} TrashSlot_1.16.1-12.0.0.jar TrashSlot {trashslot@12.0.0 CREATE_REGISTRIES} biggerspongeabsorptionradius_1.16-1.0.jar Bigger Sponge Absorption Radius {biggerspongeabsorptionradius@1.0 CREATE_REGISTRIES} Janoeo-3.6.1.1.jar Just Another Nether/Overworld/End Ores {janoeo@3.6.1.1 CREATE_REGISTRIES} Janoeo-Arsenal-2.0.1.jar Just Another Nether/Overworld/End Ores - Arsenal {janoeo_arsenal@2.0.1 CREATE_REGISTRIES} metalbarrels-3.2.jar Metal Barrels {metalbarrels@3.2 CREATE_REGISTRIES} longfallboots-1.5.0a.jar Long Fall Boots {longfallboots@1.5.0a CREATE_REGISTRIES} mooshroomtweaks_1.16-1.1.jar Mooshroom Tweaks {mooshroomtweaks@1.1 CREATE_REGISTRIES} the-conjurer-1.16.1-1.0.6.jar The Conjurer {conjurer_illager@1.0.6 CREATE_REGISTRIES} JasonsFlyMod_1.1.0_Forge_1.16.1.jar Fly Mod {flymod@1.1.0 CREATE_REGISTRIES} comforts-FORGE-1.16.1-3.0.jar Comforts {comforts@FORGE-1.16.1-3.0 CREATE_REGISTRIES} EnderBags-1.16.1-6.0.0.jar Ender Bags {ender_bags@6.0.0 CREATE_REGISTRIES} DimStorage-1.16.1-4.0.0.jar DimStorage {dimstorage@4.0.0 CREATE_REGISTRIES} BasicNetherOres-1.16.1-5.0.0.jar Basic Nether Ores {bno@5.0.0 CREATE_REGISTRIES} MagicDoorknob-1.16.1-0.0.4.316.jar Magic Doorknob {magic_doorknob@1.16.1-0.0.4.316 CREATE_REGISTRIES} dimensionalbridgebuilder1.1.jar Dimensional Bridge Builder {dbb@1.0 CREATE_REGISTRIES} bottleyourxp_1.16-1.3.jar Bottle Your Xp {bottleyourxp@1.3 CREATE_REGISTRIES} ToastControl-1.16.1-4.0.0.jar Toast Control {toastcontrol@4.0.0 CREATE_REGISTRIES} gemsplusplus-1.16.1-1.7.jar GemsPlusPlus {gemsplusplus@V1.6 CREATE_REGISTRIES} moveminecarts_1.16-1.3.jar Move Minecarts {moveminecarts@1.3 CREATE_REGISTRIES} campfiretorches-1.16.1-1.0.2.jar Campfire Torches {campfiretorches@1.16.1-1.0.2 CREATE_REGISTRIES} dash-1.16.1-1.0.1.jar Dash {dash@1.0.1 CREATE_REGISTRIES} SimpleDivingGear-5.0.0 mc 1.16.1.jar Simple Diving Gear {simpledivegear@5.0.0 mc 1.16.1 CREATE_REGISTRIES} CraftingTweaks_1.16.1-12.0.3.jar Crafting Tweaks {craftingtweaks@12.0.3 CREATE_REGISTRIES} woolplates-1.16.1-v1.2.1.jar Wool Pressure Plates {woolplates@v1.2.1 CREATE_REGISTRIES} bluepower-1.16.1-0.5.200-alpha-universal.jar Blue Power {bluepower@0.5.200-alpha CREATE_REGISTRIES} corgis-1.0.5-1.16.1.jar The Corgi Mod {corgis@1.0.5-1.16.1 CREATE_REGISTRIES} theplopper-1.16.1-v1.3.jar The Plopper {theplopper@v1.3 CREATE_REGISTRIES} packedup-1.0.15-mc1.16.jar PackedUp {packedup@1.0.15 CREATE_REGISTRIES} LargeFluidTank-16.0.1.jar FluidTank {fluidtank@16.0.1 CREATE_REGISTRIES} moveboats_1.16-1.2.jar Move Boats {moveboats@1.2 CREATE_REGISTRIES} Craftable Saddles [1.16.1]-1.3.jar Craftable Saddles {craftable_saddles@1.3 CREATE_REGISTRIES} automaticdoors_1.16-1.4.jar Automatic Doors {automaticdoors@1.4 CREATE_REGISTRIES} betconduitpl_1.16-1.1.jar Better Conduit Placement {betconduitpl@1.1 CREATE_REGISTRIES} ShulkerTooltip-1.9.3.jar Shulker Tooltip {shulkertooltip@1.9.3 CREATE_REGISTRIES} PuddingMod-1.16.1-2.0.1.jar Pudding Mod {puddingmod@2.0.1 CREATE_REGISTRIES} FastWorkbench-1.16.1-4.1.1.jar FastWorkbench {fastbench@4.1.1 CREATE_REGISTRIES} StorageDrawers-1.16.1-8.0.0.jar Storage Drawers {storagedrawers@1.16.1-8.0.0 CREATE_REGISTRIES} factory-1.16.1-1.1.1.jar Factory Mod {factory@1.16.1-1.1.1 CREATE_REGISTRIES} combustivefishing-FORGE-1.16.1-3.0.jar Combustive Fishing {combustivefishing@FORGE-1.16.1-3.0 CREATE_REGISTRIES} vinecollector-1.16.1-1.0.jar VineCollector {vinecollector@1.0 CREATE_REGISTRIES} fancymenu_1.4.1_MC_1.16.1.jar §dFancy§5Menu {fancymenu@1.4.1 ERROR} Actually Useful Stonecutter-1.0.0 mc 1.16.1.jar Actually Useful Stonecutter {actuallyusefulstonecutter@1.0.0 mc 1.16.1 CREATE_REGISTRIES} engineersdecor-1.16.1-1.1.1-b2.jar Engineer's Decor {engineersdecor@1.1.1-b2 CREATE_REGISTRIES} aawitherskull_1.16-1.1.jar Always a Wither Skull {aawitherskull@1.1 CREATE_REGISTRIES} moredragoneggs-1.1.jar More Dragon Eggs {moredragoneggs@1.1 CREATE_REGISTRIES} modular-routers-1.16.1-7.0.0-24.jar Modular Routers {modularrouters@1.16.1-7.0.0-24 CREATE_REGISTRIES} smallernp_1.16-1.4.jar Smaller Nether Portals {smallernp@1.4 CREATE_REGISTRIES} betterbedrockgenerator-1.16.1-0.0.7.jar Better Bedrock Generator {betterbedrockgenerator@0.0.7 CREATE_REGISTRIES} CraftingCraft_1.16.1-9.0.0.jar CraftingCraft {craftingcraft@9.0.0 CREATE_REGISTRIES} SolarGeneration-1.16.1-2.0.0.jar Solar Generation {solargeneration@2.0.0 CREATE_REGISTRIES} healingcf_1.16-2.3.jar Healing Campfire {healingcf@2.3 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

CorgiTaco commented 4 years ago

Try this: http://www.mediafire.com/file/nvrxt4w5rxu283x/byg-1.0.9.jar/file

kreezxil commented 4 years ago

good news that didn't crash anything on startup

On Tue, Jul 14, 2020 at 3:09 PM CorgiTaco notifications@github.com wrote:

Try this: http://www.mediafire.com/file/nvrxt4w5rxu283x/byg-1.0.9.jar/file

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/CorgiTaco/BYG/issues/24#issuecomment-658387740, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA5TJCE7UJSUQ7EECFUKP2LR3S3PNANCNFSM4OZ3EZ6Q .

CorgiTaco commented 4 years ago

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.

CorgiTaco commented 4 years ago

Im assuming it is safe to close this issue?

kreezxil commented 4 years ago

yes

On Wed, Jul 15, 2020 at 6:37 PM CorgiTaco notifications@github.com wrote:

Im assuming it is safe to close this issue?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/CorgiTaco/BYG/issues/24#issuecomment-659069399, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA5TJCHJRRCUFCH4NV6DCE3R3Y4SDANCNFSM4OZ3EZ6Q .