Silent's Gems

Silent's Gems

9M Downloads

1.15.2 unknown crash

SouthWT opened this issue ยท 1 comments

commented

minecraft 1.15.2 multimc 5
forge 31.2.43
Silent Gems 1.15.2 3.6.2 98
Silent Gear 1.15.2 1.11.4 187
Silent Lib 1.15.2 4.6.6 59

---- Minecraft Crash Report ----
// Don't do that.

Time: 2/26/21 11:10 PM
Description: Initializing game

java.lang.NullPointerException: Registry Object not present: silentgems:soul_urn
at java.util.Objects.requireNonNull(Unknown Source) ~[?:1.8.0_281] {}
at net.minecraftforge.fml.RegistryObject.get(RegistryObject.java:120) ~[?:?] {re:classloading}
at net.silentchaos512.lib.registry.RegistryObjectWrapper.get(RegistryObjectWrapper.java:28) ~[?:4.6.6+59] {re:classloading}
at net.silentchaos512.gems.lib.ColorHandlers.onBlockColors(ColorHandlers.java:30) ~[?:3.6.2+98] {re:classloading}
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.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_281] {}
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.(Minecraft.java:419) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:randompatches:RandomPatches Minecraft Transformer,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(SourceFile:166) ~[minecraft-1.15.2-client.jar:?] {re:classloading}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_281] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_281] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_281] {}
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_281] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) ~[forge-1.15.2-31.2.43-launcher.jar:31.2] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.2.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.2.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.2.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.2.jar:?] {re:classloading}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.2.jar:?] {re:classloading}
at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:50) [ForgeWrapper-1.4.2.jar:?] {}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_281] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_281] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_281] {}
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_281] {}
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) [NewLaunch.jar:?] {}
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) [NewLaunch.jar:?] {}
at org.multimc.EntryPoint.listen(EntryPoint.java:143) [NewLaunch.jar:?] {}
at org.multimc.EntryPoint.main(EntryPoint.java:34) [NewLaunch.jar:?] {}

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:120)
at net.silentchaos512.lib.registry.RegistryObjectWrapper.get(RegistryObjectWrapper.java:28)
at net.silentchaos512.gems.lib.ColorHandlers.onBlockColors(ColorHandlers.java:30)
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.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.(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: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)
at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:50)
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 org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
at org.multimc.EntryPoint.listen(EntryPoint.java:143)
at org.multimc.EntryPoint.main(EntryPoint.java:34)

-- 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_281, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1621811552 bytes (1546 MB) / 2748841984 bytes (2621 MB) up to 5592580096 bytes (5333 MB)
CPUs: 8
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx6000m
ModLauncher: 5.1.2+70+master.2845bb9
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/eventbus-2.2.0-service.jar eventbus PLUGINSERVICE
/forge-1.15.2-31.2.43-launcher.jar object_holder_definalize PLUGINSERVICE
/forge-1.15.2-31.2.43-launcher.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-2.1.3-shadowed.jar accesstransformer PLUGINSERVICE
/forge-1.15.2-31.2.43-launcher.jar capability_inject_definalize PLUGINSERVICE
/forge-1.15.2-31.2.43-launcher.jar runtimedistcleaner PLUGINSERVICE
/forge-1.15.2-31.2.43-launcher.jar fml TRANSFORMATIONSERVICE
/MixinBootstrap-1.0.5.jar mixinbootstrap TRANSFORMATIONSERVICE
/MixinBootstrap-1.0.5.jar mixin PLUGINSERVICE
/MixinBootstrap-1.0.5.jar mixinbootstrap PLUGINSERVICE
FML: 31.2
Forge: net.minecraftforge:31.2.43
FML Language Providers:
[email protected]
minecraft@1
[email protected]
Mod List:
enchantedbookredesign-2.0a.jar Enchanted Book Redesign {[email protected] CREATE_REGISTRIES}
aiotbotania-1.15.2-1.2.3.jar AIOT Botania {[email protected] CREATE_REGISTRIES}
futuremc-1.15.2-1.1.0.jar Future MC {[email protected] CREATE_REGISTRIES}
mcws-win-1.15.2-v1.0.2.jar Macaw's Windows {[email protected] CREATE_REGISTRIES}
Neat+1.6-22.jar Neat {[email protected] CREATE_REGISTRIES}
BetterCaves-1.15.2-1.0.jar YUNG's Better Caves {[email protected] CREATE_REGISTRIES}
CTM-MC1.15.2-1.1.2.14.jar ConnectedTexturesMod {[email protected] CREATE_REGISTRIES}
Placebo-1.15.2-3.1.0.jar Placebo {[email protected] CREATE_REGISTRIES}
gemsnjewels-1.15.2-0.17.0.jar Gems & Jewels {[email protected] CREATE_REGISTRIES}
guardvillagers-1.15.2-1.0.8.jar Guard Villagers {[email protected] CREATE_REGISTRIES}
u_team_core-1.15.2-3.0.2.169.jar U Team Core {[email protected] CREATE_REGISTRIES}
randompatches-1.15.2-1.22.1.1.jar RandomPatches {[email protected] CREATE_REGISTRIES}
Ma-Essentials-1.15.2-3.1.1.jar Ma Essentials {[email protected] CREATE_REGISTRIES}
FpsReducer-mc1.15.2-1.18.jar FPS Reducer {[email protected] CREATE_REGISTRIES}
carryon-1.15.2-1.13.0.5.jar Carry On {[email protected] CREATE_REGISTRIES}
JustEnoughResources-1.15.2-0.10.1.77.jar Just Enough Resources {[email protected] CREATE_REGISTRIES}
ftb-teams-1.0.0.6.jar FTB Teams {[email protected] CREATE_REGISTRIES}
EnchantedGApple1-15-2.jar Craftable Notch Apple {[email protected] CREATE_REGISTRIES}
SimpleOres2-1.15.2-2.1.10.2.jar Simple Ores {[email protected] CREATE_REGISTRIES}
structure-gel-api-1.15.2-1.1.0.jar Structure Gel API {[email protected] CREATE_REGISTRIES}
mcw-bridges-1.0.5-mc1.15.2.jar Macaw's Bridges {[email protected] CREATE_REGISTRIES}
useful_backpacks-1.15.2-1.10.3.77.jar Useful Backpacks {[email protected] CREATE_REGISTRIES}
repurposedstructures-1.15.2-1.7.2.jar Repurposed Structures {[email protected] CREATE_REGISTRIES}
crashutilities-2.10.jar Crash Utilities {[email protected] CREATE_REGISTRIES}
Ping-1.15.2-1.6.4.jar Ping {[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}
valhelsia_structures-15.0.3a.jar Valhelsia Structures {[email protected] CREATE_REGISTRIES}
ironfurnaces-1.15.2-2.0.4.jar Iron Furnaces {[email protected] CREATE_REGISTRIES}
ineedthemores-1.15.2-1.3.jar I Need Them Ores {[email protected] CREATE_REGISTRIES}
dungeons-plus-1.15.2-1.0.2.jar Dungeons Plus {[email protected] CREATE_REGISTRIES}
mcw-trapdors-1.0.1-mc1.15.2.jar Macaw's Trapdoors {[email protected] CREATE_REGISTRIES}
mining_dimension-1.15.2-1.0.4.jar Mining World {[email protected] CREATE_REGISTRIES}
SilentGear-1.15.2-1.11.4+187.jar Silent Gear {[email protected]+187 CREATE_REGISTRIES}
simplylight-1.15.2-0.9.0.jar Simply Light {[email protected] CREATE_REGISTRIES}
simplybackpacks-1.15.2-1.4.11.jar Simply Backpacks {[email protected] CREATE_REGISTRIES}
pamhc2foodextended-1.15.2-1.0.0.jar Pam's HarvestCraft 2 Food Extended {pamhc2foodextended@version CREATE_REGISTRIES}
randomenchants-3.1.1.jar Random Enchants {[email protected] ERROR}
Einsteinslibrary-1.4_MC1.15.2.jar Einstein's Library {[email protected] CREATE_REGISTRIES}
CutAndColored-3.1_MC1.15.2.jar Cut And Colored {[email protected] CREATE_REGISTRIES}
curios-FORGE-1.15.2-2.0.2.7.jar Curios API {[email protected] CREATE_REGISTRIES}
Botania-r1.15-388.jar Botania {[email protected] CREATE_REGISTRIES}
Patchouli-1.15.2-1.2-35.jar Patchouli {[email protected] CREATE_REGISTRIES}
minecraft2discord-forge-1.15.2-2.0.6.jar Minecraft2Discord {[email protected] CREATE_REGISTRIES}
extlights-2.1.jar Extended Lights {[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}
elevatorid-1.15.2-1.7.1.jar Elevator Mod {[email protected] CREATE_REGISTRIES}
ftb-ultimine-1.0.8.5.jar FTB Ultimine {[email protected] CREATE_REGISTRIES}
obfuscate-0.5.0-1.15.2.jar Obfuscate {[email protected] CREATE_REGISTRIES}
vehicle-mod-0.44.1-1.15.2.jar MrCrayfish's Vehicle Mod {[email protected] CREATE_REGISTRIES}
Server_Utils-1.15.2-1.5.2.jar Elrol's Server Utilities {[email protected] CREATE_REGISTRIES}
mcw-roofs-2.0.1-mc1.15.2.jar Macaw's Roofs {[email protected] CREATE_REGISTRIES}
furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {[email protected] CREATE_REGISTRIES}
mcw-furniture-2.0.1-mc1.15.2.jar Macaw's Furniture {[email protected] CREATE_REGISTRIES}
almostalltheores-2.0.3.1.jar Almost All the Ores {[email protected] CREATE_REGISTRIES}
SBM-WoodenShears-1.15.2-1.1.0.jar SBM-Wooden Shears {[email protected] CREATE_REGISTRIES}
FunOres-1.15.2-2.5.1+17.jar Fun Ores {[email protected]+17 CREATE_REGISTRIES}
switchbow-1.6.jar Switch-Bow {[email protected] CREATE_REGISTRIES}
FastLeafDecay-v22.1.jar FastLeafDecay {[email protected] CREATE_REGISTRIES}
exoticbirds-1.15.2-1.1.1.jar Exotic Birds {[email protected] CREATE_REGISTRIES}
BetterMineshaftsForge-1.15.2-1.3.1.jar YUNG's Better Mineshafts {[email protected] CREATE_REGISTRIES}
effortlessbuilding-1.15.2-2.21.jar Effortless Building {[email protected] CREATE_REGISTRIES}
dungeons_gear-1.15.2-1.2.8.jar Dungeons Gear {[email protected] CREATE_REGISTRIES}
QuarkOddities-1.15.2.jar Quark Oddities {[email protected] CREATE_REGISTRIES}
Ma-Enchants-1.15.2-3.1.0.jar Ma Enchants {[email protected] CREATE_REGISTRIES}
torchslabmod-1.15.2_v1.7.0.jar Torch Slab Mod {[email protected] CREATE_REGISTRIES}
MyCommands-1.15.2-02.jar Mycommands Forge {[email protected] CREATE_REGISTRIES}
XPFromHarvest-1.15.2-1.2.1.jar XP From Harvest {[email protected] CREATE_REGISTRIES}
pamhc2trees-1.15.2-1.0.7.jar Pam's HarvestCraft 2 Fruit Trees {pamhc2trees@version CREATE_REGISTRIES}
mining-helmet-1.15.2-1.0.9.jar Mining Helmet {[email protected] CREATE_REGISTRIES}
craftingstation-3.1.0.jar Crafting Station {[email protected] CREATE_REGISTRIES}
jei-1.15.2-6.0.3.15.jar Just Enough Items {[email protected] CREATE_REGISTRIES}
FallingTree-1.15.2-2.4.0.jar Falling Tree {[email protected] CREATE_REGISTRIES}
wildnature-1.15.2-3.0.jar WildNature {[email protected] CREATE_REGISTRIES}
mcw-paintings-1.0.0-mc1.15.2.jar Macaw's Paintings {[email protected] CREATE_REGISTRIES}
Clumps-5.0.2.6.jar Clumps {[email protected] CREATE_REGISTRIES}
comforts-FORGE-1.15.2-2.0.0.4.jar Comforts {[email protected] CREATE_REGISTRIES}
Gems+and+Crystals-1.15.2-1.2.9.jar Gems and Crystals {[email protected] CREATE_REGISTRIES}
decorative_blocks-1.15.2-1.7.jar Decorative Blocks {[email protected] CREATE_REGISTRIES}
BasicNetherOres-1.15.2-4.0.3.jar Basic Nether Ores {[email protected] CREATE_REGISTRIES}
VanillaTweaks-1.15.2.1.5.30.jar VanillaTweaks {[email protected] CREATE_REGISTRIES}
DungeonCrawl-1.15.2-2.2.4.jar Dungeon Crawl {[email protected] CREATE_REGISTRIES}
betteranimalsplus-1.15.2-10.1.0.jar Better Animals Plus {[email protected] CREATE_REGISTRIES}
additional_lights-1.15.2-2.0.2.jar Additional Lights {[email protected] CREATE_REGISTRIES}
inventorypets-2.0.12.jar Inventory Pets {[email protected] CREATE_REGISTRIES}
gemsplusplus-1.15.2-V1.8.1-.jar GemsPlusPlus {[email protected] CREATE_REGISTRIES}
forge-1.15.2-31.2.43-universal.jar Forge {[email protected] CREATE_REGISTRIES}
FasterLadderClimbing-1.15.2-0.2.jar Faster Ladder Climbing {[email protected] CREATE_REGISTRIES}
[Forge]+GamemodeOverhaul-1.15.2-1.4.2.3.jar GamemodeOverhaul {[email protected] CREATE_REGISTRIES}
ironchest-1.15.2-10.0.3.jar Iron Chests {[email protected] CREATE_REGISTRIES}
CraftingTweaks_1.15.2-11.0.1.jar Crafting Tweaks {[email protected] CREATE_REGISTRIES}
colouredchat-1.15.1-1.4.5.jar ColouredChat {[email protected] CREATE_REGISTRIES}
forge-1.15.2-31.2.43-client.jar Minecraft {[email protected] CREATE_REGISTRIES}
theoneprobe-1.15-2.0.7.jar The One Probe {[email protected] CREATE_REGISTRIES}
playerplates-1.15-forge-1.0.0.jar Player Plates {[email protected] CREATE_REGISTRIES}
MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {[email protected] CREATE_REGISTRIES}
EasySteel-1.15.2-1.1.79.jar Easy Steel & More {[email protected] CREATE_REGISTRIES}
Ma-Chat-1.15.2-3.1.0.jar Ma Chat {[email protected] CREATE_REGISTRIES}
SilentLib-1.15.2-4.6.6+59.jar Silent Lib {[email protected]+59 CREATE_REGISTRIES}
pamhc2crops-1.15.2-1.0.5.jar Pam's HarvestCraft 2 Crops {pamhc2crops@version CREATE_REGISTRIES}
locatebiome-1.15.2-v1.0.jar LocateBiome {[email protected] CREATE_REGISTRIES}
GeneticAnimals-0_5_15.jar Genetic Animals {eanimod@0_5_15 CREATE_REGISTRIES}
jeiintegration_1.15.2-3.1.1.2.jar JEI Integration {[email protected] CREATE_REGISTRIES}
pamhc2foodcore-1.15.2-1.1.0.jar Pam's HarvestCraft 2 Food Core {pamhc2foodcore@version CREATE_REGISTRIES}
gravestone-1.17.6.jar Gravestone Mod {[email protected] CREATE_REGISTRIES}
FastWorkbench-1.15.2-3.1.1.jar FastWorkbench {[email protected] CREATE_REGISTRIES}
polymorph-FORGE-1.15.2-0.10.jar Polymorph {[email protected] CREATE_REGISTRIES}
AutoRegLib-1.5-40.jar AutoRegLib {[email protected] CREATE_REGISTRIES}
Quark-r2.1-245.jar Quark {[email protected] CREATE_REGISTRIES}
StorageDrawers-1.15.2-7.0.3.jar Storage Drawers {[email protected] CREATE_REGISTRIES}
overworld_quartz-1.15.2-1.0.0.1.jar Overworld Quartz {[email protected] CREATE_REGISTRIES}
PiTweaks-1.15.2-1.2.2.jar CplPibald's Tweaks {[email protected] CREATE_REGISTRIES}
Animalium-0.5.3.jar Animalium {[email protected] CREATE_REGISTRIES}
WorldHandler-1.15.2-2.9.1.jar World Handler {[email protected] CREATE_REGISTRIES}
FastFurnace-1.15.1-3.0.0.jar FastFurnace {[email protected] CREATE_REGISTRIES}
Actually+Useful+Stonecutter-0.0.1+mc+1.15.2.jar Actually Useful Stonecutter {[email protected] mc 1.15.2 CREATE_REGISTRIES}
MineTogether-1.15.2-4.1.5.jar MineTogether {[email protected] CREATE_REGISTRIES}
ilikewood-1.15.2-2.2.2.0.jar I Like Wood {[email protected] CREATE_REGISTRIES}
SilentGems-1.15.2-3.6.2+98.jar Silent's Gems 3 {[email protected]+98 CREATE_REGISTRIES}
XL-Food-Mod-1.15.2-2.2.2.jar XL Food Mod {[email protected] CREATE_REGISTRIES}
forgemod_VoxelMap-1.9.28_for_1.15.2.jar VoxelMap {[email protected] CREATE_REGISTRIES}
CHAS+v1.3+for+1.15.jar Craftable Horse Armour {[email protected] CREATE_REGISTRIES}
CosmeticArmorReworked-1.15.2-v3a.jar CosmeticArmorReworked {[email protected] CREATE_REGISTRIES}
overloadedarmorbar-4.0.0.jar Overloaded Armor Bar {[email protected] CREATE_REGISTRIES}
OresAboveDiamonds-1.15.2-v6.3.1.jar Ores Above Diamonds {[email protected] CREATE_REGISTRIES}
morered-1.15.2-1.0.1.0.jar More Red {[email protected] CREATE_REGISTRIES}
lootbagmod-1.15.1-1.5.3.jar Loot Bag Mod {[email protected] CREATE_REGISTRIES}
Launched Version: MultiMC5
Backend library: LWJGL version 3.2.2 build 10
Backend API: GeForce MX130/PCIe/SSE2 GL version 4.6.0 NVIDIA 452.56, 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 Intel(R) Core(TM) i5-10210U CPU @ 1.60GHz

commented

In the future, please provide a link to the crash report, as the issue template indicated. (edit) I guess you somehow skipped the template since the bug label is missing...

In 1.15.2, there are cases where a mod can cause a crash, but Forge continues sending events. This causes the blame to be incorrectly pinned on other mods. You'll need to look through your log file. It's usually not too far above the crash report. Forge fixed this bug in 1.16, but not 1.15.