Earth Mobs Mod

Earth Mobs Mod

232k Downloads

Rainbow Sheep cause crash (1.15.2)

EliotWL opened this issue ยท 3 comments

commented

๐Ÿ› Bug Report
๐Ÿ“ Description
Spawning in a rainbow sheep (or when one naturally spawns) the game crashes.

โญ Describe the solution you'd like
Make the game not crash

๐ŸฅŸ How to reproduce?
Spawn a rainbow sheep. Could possibly be due to the many mods I have installed currently?

๐Ÿ”ข Which version of the mod are you using?
Minecraft Earth Mod 1.15.2-1.5.0.0
https://www.curseforge.com/minecraft/mc-mods/minecraft-earth-mod/files/3146587

โ“ Anything else you would like to add? Comments? Info?
Here is the crash log

---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.

Time: 1/7/21 1:00 AM
Description: Ticking entity

java.lang.NoClassDefFoundError: software/bernie/geckolib/entity/IAnimatedEntity
at net.minecraftearthmod.procedures.IncrementRegrowthProcedure.executeProcedure(IncrementRegrowthProcedure.java:32) ~[?:?] {re:classloading}
at net.minecraftearthmod.entity.RainbowSheepEntity$CustomEntity.func_70030_z(RainbowSheepEntity.java:225) ~[?:?] {re:classloading}
at net.minecraft.entity.Entity.func_70071_h_(Entity.java:368) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:quark:generic-update-hook,xf:fml:quark:override-collision,re:mixin,pl:accesstransformer:B}
at net.minecraft.entity.LivingEntity.func_70071_h_(LivingEntity.java:2024) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:apotheosis:apothshieldblock,xf:fml:apotheosis:apothpotiondmg,xf:fml:charm:LivingEntity,xf:fml:caelus:coremodone}
at net.minecraft.entity.MobEntity.func_70071_h_(MobEntity.java:274) ~[?:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.client.world.ClientWorld.func_217418_a(ClientWorld.java:179) ~[?:?] {re:classloading,xf:fml:xaeroworldmap:xaero_wm_clientworldclass,xf:fml:xaerominimap:xaero_clientworldclass,pl:runtimedistcleaner:A}
at net.minecraft.client.world.ClientWorld$$Lambda$15296/220837431.accept(Unknown Source) ~[?:?] {}
at net.minecraft.world.World.func_217390_a(World.java:536) ~[?:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.client.world.ClientWorld.func_217419_d(ClientWorld.java:149) ~[?:?] {re:classloading,xf:fml:xaeroworldmap:xaero_wm_clientworldclass,xf:fml:xaerominimap:xaero_clientworldclass,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1398) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:904) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:553) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(SourceFile:204) [?:?] {re:classloading}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.15.2-31.2.43.jar:31.2] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$438/83637545.call(Unknown Source) [forge-1.15.2-31.2.43.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:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.2.jar:?] {}
Caused by: java.lang.ClassNotFoundException: software.bernie.geckolib.entity.IAnimatedEntity
at java.lang.ClassLoader.findClass(ClassLoader.java:530) ~[?:1.8.0_51] {}
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_51] {}
at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:104) ~[modlauncher-5.1.2.jar:?] {re:classloading}
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51] {}
... 24 more
Suppressed: java.lang.ClassNotFoundException
at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:263) ~[modlauncher-5.1.2.jar:?] {}
at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:134) ~[modlauncher-5.1.2.jar:?] {re:classloading}
at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:96) ~[modlauncher-5.1.2.jar:?] {re:classloading}
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51] {}
at net.minecraftearthmod.procedures.IncrementRegrowthProcedure.executeProcedure(IncrementRegrowthProcedure.java:32) ~[?:?] {re:classloading}
at net.minecraftearthmod.entity.RainbowSheepEntity$CustomEntity.func_70030_z(RainbowSheepEntity.java:225) ~[?:?] {re:classloading}
at net.minecraft.entity.Entity.func_70071_h_(Entity.java:368) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:quark:generic-update-hook,xf:fml:quark:override-collision,re:mixin,pl:accesstransformer:B}
at net.minecraft.entity.LivingEntity.func_70071_h_(LivingEntity.java:2024) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:apotheosis:apothshieldblock,xf:fml:apotheosis:apothpotiondmg,xf:fml:charm:LivingEntity,xf:fml:caelus:coremodone}
at net.minecraft.entity.MobEntity.func_70071_h_(MobEntity.java:274) ~[?:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.client.world.ClientWorld.func_217418_a(ClientWorld.java:179) ~[?:?] {re:classloading,xf:fml:xaeroworldmap:xaero_wm_clientworldclass,xf:fml:xaerominimap:xaero_clientworldclass,pl:runtimedistcleaner:A}
at net.minecraft.client.world.ClientWorld$$Lambda$15296/220837431.accept(Unknown Source) ~[?:?] {}
at net.minecraft.world.World.func_217390_a(World.java:536) ~[?:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.client.world.ClientWorld.func_217419_d(ClientWorld.java:149) ~[?:?] {re:classloading,xf:fml:xaeroworldmap:xaero_wm_clientworldclass,xf:fml:xaerominimap:xaero_clientworldclass,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1398) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:904) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:553) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(SourceFile:204) [?:?] {re:classloading}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.15.2-31.2.43.jar:31.2] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$438/83637545.call(Unknown Source) [forge-1.15.2-31.2.43.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:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.2.jar:?] {}

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Thread: Render thread
Stacktrace:
at net.minecraftearthmod.procedures.IncrementRegrowthProcedure.executeProcedure(IncrementRegrowthProcedure.java:32)
at net.minecraftearthmod.entity.RainbowSheepEntity$CustomEntity.func_70030_z(RainbowSheepEntity.java:225)
at net.minecraft.entity.Entity.func_70071_h_(Entity.java:368)
at net.minecraft.entity.LivingEntity.func_70071_h_(LivingEntity.java:2024)
at net.minecraft.entity.MobEntity.func_70071_h_(MobEntity.java:274)
at net.minecraft.client.world.ClientWorld.func_217418_a(ClientWorld.java:179)
at net.minecraft.client.world.ClientWorld$$Lambda$15296/220837431.accept(Unknown Source)

-- Entity being ticked --
Details:
Entity Type: minecraft_earth_mod:rainbow_sheep (net.minecraftearthmod.entity.RainbowSheepEntity.CustomEntity)
Entity ID: 2416
Entity Name: Rainbow Sheep
Entity's Exact location: 96.50, 65.00, 232.50
Entity's Block location: World: (96,65,232), Chunk: (at 0,4,8 in 6,14; contains blocks 96,0,224 to 111,255,239), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: 0.00, 0.00, 0.00
Entity's Passengers: []
Entity's Vehicle: ERROR NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_217390_a(World.java:536)
at net.minecraft.client.world.ClientWorld.func_217419_d(ClientWorld.java:149)

-- Affected level --
Details:
All players: 1 total; [ClientPlayerEntity['nofacekaiju'/255, l='MpServer', x=98.19, y=65.00, z=234.52]]
Chunk stats: Client Chunk Cache: 841, 529
Level dimension: DimensionType{minecraft:overworld}
Level name: MpServer
Level seed: 4698584309688023422
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options: {}
Level spawn location: World: (96,65,240), Chunk: (at 0,4,0 in 6,15; contains blocks 96,0,240 to 111,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 1089 game time, 1089 day time
Known server brands:
Level was modded: false
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Server brand: forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.world.ClientWorld.func_72914_a(ClientWorld.java:442)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:1763)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:567)
at net.minecraft.client.main.Main.main(SourceFile:204)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$438/83637545.call(Unknown Source)
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)

-- System Details --
Details:
Minecraft Version: 1.15.2
Minecraft Version ID: 1.15.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1905962480 bytes (1817 MB) / 5692719104 bytes (5429 MB) up to 7456948224 bytes (7111 MB)
CPUs: 16
JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx8000m -Xms256m -XX:PermSize=256m
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.jar object_holder_definalize PLUGINSERVICE
/forge-1.15.2-31.2.43.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-2.1.3-shadowed.jar accesstransformer PLUGINSERVICE
/forge-1.15.2-31.2.43.jar capability_inject_definalize PLUGINSERVICE
/forge-1.15.2-31.2.43.jar runtimedistcleaner PLUGINSERVICE
/forge-1.15.2-31.2.43.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:
mcws-win-1.15.2-v1.0.2.jar Macaw's Windows {[email protected] DONE}
flower-breeding-1.15.2-1.4.jar Lizzie's Flower Breeding {[email protected] DONE}
BetterCaves-1.15.2-1.0.jar YUNG's Better Caves {[email protected] DONE}
XaerosWorldMap_1.11.6_Forge_1.15.2.jar Xaero's World Map {[email protected] DONE}
JRFTL [1.15.2]-1.1.jar JRFTL {[email protected] DONE}
CookingForBlockheads_1.15.2-8.0.3.jar Cooking for Blockheads {[email protected] DONE}
Placebo-1.15.2-3.1.0.jar Placebo {[email protected] DONE}
citadel-1.1.11.jar Citadel {[email protected] DONE}
[1.15.2] Elementary Staffs 1.9.jar Elementary Staffs {[email protected] DONE}
Bookshelf-1.15.2-5.6.40.jar Bookshelf {[email protected] DONE}
u_team_core-1.15.2-3.0.2.169.jar U Team Core {[email protected] DONE}
Apotheosis-1.15.2-3.3.8.jar Apotheosis {[email protected] DONE}
mcw-doors-1.0.1fix-mc1.15.1-2.jar Macaw's Doors {[email protected] DONE}
ironshulkerboxes-1.15.2-4.0.1.jar Iron Shulker Boxes {[email protected] DONE}
Hwyla-forge-1.10.8-B72_1.15.2.jar Waila {waila@version DONE}
PattysMoreStuff-Stable-1.2.7b.jar pattysmorestuff {[email protected] DONE}
customcraftingtables-3.0.0-1.15.2.jar LDShadowLady's Custom Crafting Tables {[email protected] DONE}
mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {[email protected] DONE}
useful_backpacks-1.15.2-1.10.3.77.jar Useful Backpacks {[email protected] DONE}
resourcefulbees-1.15.2-0.3.8a.jar Resourceful Bees {[email protected] DONE}
lizardmod-1.15.2-1.2.1-10.jar Lizard Mod {[email protected] DONE}
crocmod-1.15.2-31.1.631.5.1-11.jar Crocodile Mod {[email protected] DONE}
valhelsia_structures-15.0.3a.jar Valhelsia Structures {[email protected] DONE}
Momos_Mod_v1.0.jar Momos Mod {[email protected] DONE}
fairylights-3.0.15-1.15.2.jar Fairy Lights {[email protected] DONE}
EyesInTheDarkness-1.15.2-0.4.0.jar Eyes in the Darkness {[email protected] DONE}
SolarFluxReborn-1.15.2-15.2.3.jar Solar Flux Reborn {[email protected] DONE}
randomenchants-3.1.1.jar Random Enchants {[email protected] DONE}
gaiadimension-1.15.2-1.2.3.jar The Gaia Dimension {[email protected] DONE}
curios-FORGE-1.15.2-2.0.2.6.jar Curios API {[email protected] DONE}
flying_things-1.8.9-1.15.2.jar The Flying Things {[email protected] DONE}
camera-1.6.10.jar Camera Mod {[email protected] DONE}
extlights-2.1.jar Extended Lights {[email protected] DONE}
additionalevents-1.1.jar Additional Events {[email protected] DONE}
noRecipeBook_v1.5.4formc1.15.2.jar No Recipe Book {[email protected] DONE}
morevanillaarmor-1.15.2-1.2.jar MoreVanillaArmor {[email protected] DONE}
mcws-roofs-1.15.2-v2.0.0.jar Macaw's Roofs {[email protected] DONE}
furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {[email protected] DONE}
curiouselytra-FORGE-1.15.2-2.0.jar Curious Elytra {[email protected] DONE}
Reeves'sFurnitureMod-3.1.1-1.15.2.jar Reeves's Furniture Mod {[email protected] DONE}
mcw-furniture-1.0.1-mc1.15.1 1.15.2.jar Macaw's Furnitures {[email protected] DONE}
fortunate-2.8.1-MC-1.15.jar How Fortunate! {[email protected] DONE}
productivebees-1.15.2-0.5.2.6.jar Productive Bees {[email protected] DONE}
HearthstoneMod-1.15.2-0.5.1.jar Hearthstone Mod {[email protected] DONE}
QuarkOddities-1.15.2.jar Quark Oddities {[email protected] DONE}
hatstands-1.0.1-1.15.2.jar Hat Stands {[email protected] DONE}
jei-1.15.2-6.0.3.15.jar Just Enough Items {[email protected] DONE}
Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {[email protected] DONE}
Bamboo-Blocks-1.15.2-1.4.1.jar Bamboo Blocks {bambooblocks@NONE DONE}
Buzzier-Bees-1.15.2-1.5.2.jar Buzzier Bees {[email protected] DONE}
caelus-FORGE-1.15.2-2.0-beta4.jar Caelus API {[email protected] DONE}
Upgrade-Aquatic-1.15.2-1.7.1.jar Upgrade Aquatic {[email protected] DONE}
Bloomful-1.15.2-1.4.1.jar Bloomful {bloomful@NONE DONE}
WAWLA-1.15.2-3.0.4.jar WAWLA {[email protected] DONE}
Waystones_1.15.2-6.0.2.jar Waystones {[email protected] DONE}
WallpaperCraft-1.15.2-1.2.4.jar Wallpapercraft {[email protected] DONE}
WallpapercraftSlabs-1.15.2-1.1.0.jar Wallpapercraft - Slabs! {[email protected] DONE}
WallpapercraftStairs-1.15.2-1.1.1.jar Wallpapercraft - Stairs {[email protected] DONE}
Clumps-5.0.2.6.jar Clumps {[email protected] DONE}
comforts-FORGE-1.15.2-2.0.0.4.jar Comforts {[email protected] DONE}
NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {[email protected] DONE}
BotanyPots-1.15.2-2.0.29.jar BotanyPots {[email protected] DONE}
betteranimalsplus-1.15.2-10.1.0.jar Better Animals Plus {[email protected] DONE}
TinyMobFarm-1.15.2-1.0.8.jar Tiny Mob Farm {[email protected] DONE}
bedspreads-FORGE-1.15.2-3.0.0.1.jar Bedspreads {[email protected] DONE}
dads-sewing-1.15.2-v2.jar Dad's Sewing {[email protected] DONE}
Swamp-Expansion-1.15.2-1.7.3.jar Swamp Expansion {swampexpansion@NONE DONE}
forge-1.15.2-31.2.43-universal.jar Forge {[email protected] DONE}
Bountiful-1.15.2-3.1.2.jar Bountiful {[email protected] DONE}
WailaHarvestability-mc1.15.2-1.1.12.jar Waila Harvestability {[email protected] DONE}
ironchest-1.15.2-10.0.3.jar Iron Chests {[email protected] DONE}
SimpleDivingGear-4.0.1 mc 1.15.2.jar Simple Diving Gear {[email protected] mc 1.15.2 DONE}
forge-1.15.2-31.2.43-client.jar Minecraft {[email protected] DONE}
cofh_core-1.15.2-1.0.2.jar CoFH Core {[email protected] DONE}
thermal-1.15.2-1.0.2.jar Thermal Series {[email protected] DONE}
thermal_expansion-1.15.2-1.0.2.jar Thermal Expansion {[email protected] DONE}
thermal_locomotion-1.15.2-1.0.0.jar Thermal Locomotion {[email protected] DONE}
The-Endergetic-Expansion-1.15.2-v1.3.2.jar The Endergetic Expansion {[email protected] DONE}
turtlemod-1.15.1-1.2.0-6.jar Turtle Mod {[email protected] DONE}
EnchantmentDescriptions-1.15.2-2.0.9.jar EnchantmentDescriptions {[email protected] DONE}
pandoras_creatures-1.15.2-1.0.1.jar Pandoras Creatures {[email protected] DONE}
MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {[email protected] DONE}
compactores-1.15.2-2.1.4.jar Compact Ores {[email protected] DONE}
archers_paradox-1.15.2-1.0.0.jar Archer's Paradox {[email protected] DONE}
omgourd-1.15.2-1.0.0.jar Oh My Gourd {[email protected] DONE}
Craftable Saddles [1.15.2]-1.3.jar Craftable Saddles {[email protected] DONE}
SpartanShields-1.15.2-2.1.0.jar Spartan Shields {[email protected] DONE}
Xaeros_Minimap_20.30.1_Forge_1.15.2.jar Xaero's Minimap {[email protected] DONE}
WallpapercraftWalls-1.15.2-1.1.0.jar Wallpapercraft - Walls! {[email protected] DONE}
rats-5.3.2-1.15.2.jar Rats {[email protected] DONE}
lava-monster-1.15.2-1.0.5.jar Lava Monster {[email protected] DONE}
autumnity-1.3.3-1.15.2.jar Autumnity {[email protected] DONE}
polymorph-FORGE-1.15.2-0.10.jar Polymorph {[email protected] DONE}
AutoRegLib-1.5-40.jar AutoRegLib {[email protected] DONE}
Quark-r2.1-245.jar Quark {[email protected] DONE}
Charm-1.15.2-1.5.9.jar Charm {[email protected] DONE}
LibraryEx-1.15.2-3.0.1.jar LibraryEx {[email protected] DONE}
Skye's Bakery 2.1.1 for MC1.15.2.jar Skye's Bakery {[email protected] DONE}
AppleSkin-mc1.15.2-forge-1.0.14.jar AppleSkin {[email protected] DONE}
connectedglass-1.0.6-mc1.15.jar Connected Glass {[email protected] DONE}
MinecraftEarthMod-1.5.0.0.jar Minecraft Earth Mod {[email protected] DONE}
MysticalWildlife.jar Mystical Wildlife 1.15.2 Fork {[email protected] DONE}
CosmeticArmorReworked-1.15.2-v3a.jar CosmeticArmorReworked {[email protected] DONE}
Launched Version: forge-31.2.43
Backend library: LWJGL version 3.2.2 build 10
Backend API: AMD Radeon RX 5700 XT GL version 4.6.14736 Compatibility Profile Context 20.8.1 27.20.2001.13001, ATI Technologies Inc.
GL Caps: Using framebuffer using OpenGL 3.0
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'forge'
Type: Client (map_client.txt)
Resource Packs:
Current Language: English (US)
CPU: 16x AMD Ryzen 7 3700X 8-Core Processor

commented

Hi, I've been having the same issue as @EliotWL and I did a little digging. I think it might be due to a small typo? The line of the stacktrace that caught my attention was

net.minecraftearthmod.procedures.IncrementRegrowthProcedure.executeProcedure(IncrementRegrowthProcedure.java:32)

From what I understand this mod uses the geckolib in order to make the sheep's wool animated, and specifically the problem is in the file "IncrementRegrowthProcedure" under the procedures folder. I decompiled it and it seems like it's calling to import

software.bernie.geckolib.entity.IAnimatedEntity

While in the example file here it's referred to as "geckolib3".

Considering I don't actually have access to the source or anything like that, this is pretty much just an educated guess. But I figure'd it might be a good place to start. Thanks.

commented

I'll take a look at this this weekend, although it looks like a tickingentity thing too (happened to me when I used a mod that created bacteria that destroyed the world; it would eventually crash your computer)
I'll try to fix this next update; sorry for the issues

commented

fixed, and you are both in credits now!