Code Monkey home page Code Monkey logo

sculkhorn's Introduction

Anvian's Minecraft Modding Profile

๐Ÿ”Ž About Me

Hi! I'm Anvian, a passionate mod developer for Minecraft. My main goal is to create entertaining content to improve the user experience.

๐Ÿ› ๏ธ Skills

  • Java: Expert in Java programming for Minecraft mods.
  • Kotlin: Experience in mod development using Kotlin.
  • Mod Design: Experience in creating mods.
  • Collaboration: Open to collaborations and contributions in community projects.

โšก Loaders

Develop mods compatible with the following loaders:

๐Ÿ“– My Mods

You can find my mods here:

๐Ÿ“ซ Contact

You can contact me at:

sculkhorn's People

Contributors

andre-carbajal avatar anviaan avatar

Stargazers

 avatar

Watchers

 avatar

sculkhorn's Issues

suggestion: optional 3D texture

It would be very interesting if there was an optional texture where the Sculk Horns are 3D, like these Goat Horns here:

image
[this image is from this resourcepack https://modrinth.com/resourcepack/blockier-goat-horn/gallery]

single use

is the skulk hor suppose too be single use. such a waste if so and where is the info on this, wasted all my xp and items for a test...

Use a logger and make messages clearer

Right now on init there are two messages, one for the config and another for items. Both use stdout when they should be using a logger - create one on your mod class with Logger.getLogger(modid).

The second message is fine (although you should replace "sculkhornid" with "Sculk Horn" or something) but the first one is really ambiguous, and probably not necessary at all.

Put both horns on cooldown when one is used

An option to have both horns on a shared cooldown could add a bit of tactics to their use. If a player has both of them, they'll have to think about which one works better for their current situation.

Bug?: Sculk Horns can't damage Wolves, Villagers, or Allays

When testing out version 1.4.5 of the mod on Minecraft 1.20.1, the Sculk Horns are not able to damage Wolves. For some reason, it seems like they are the only mobs that are immune to the blasts. Even other tamed animals (Cats and Parrots) are vulnerable to the attacks, but not Wolves.

It would be nice if either the other tamable mobs could be unaffected as well or if wolves' immunity could be removed. Right now, it's just a bit inconsistent.

i got a crash when using the attack on a warden LOL

i think it was the "distance" one

Here's the crashlog
---- Minecraft Crash Report ----
// Shall we play a game?

Time: 2023-08-08 18:09:58
Description: Ticking entity

java.lang.IllegalArgumentException: Start element (9223367638808264704) is larger than end element (-9223372036854775808)
at it.unimi.dsi.fastutil.longs.LongAVLTreeSet$Subset.(LongAVLTreeSet.java:1120) ~[fastutil-8.5.6.jar%23133!/:?] {}
at it.unimi.dsi.fastutil.longs.LongAVLTreeSet.subSet(LongAVLTreeSet.java:1081) ~[fastutil-8.5.6.jar%23133!/:?] {}
at net.minecraft.world.level.entity.EntitySectionStorage.m_188362_(EntitySectionStorage.java:57) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:classloading}
at net.minecraft.world.level.entity.EntitySectionStorage.m_156890_(EntitySectionStorage.java:120) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:classloading}
at net.minecraft.world.level.entity.LevelEntityGetterAdapter.m_142232_(LevelEntityGetterAdapter.java:42) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:classloading}
at net.minecraft.world.level.Level.m_6249_(Level.java:588) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
at net.minecraft.world.level.EntityGetter.m_183134_(EntityGetter.java:62) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:classloading,re:mixin}
at net.minecraft.world.level.CommonLevelAccessor.m_183134_(CommonLevelAccessor.java:24) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:classloading,re:mixin}
at net.minecraft.world.entity.Entity.m_20272_(Entity.java:809) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.artifacts.json:item.aquadashers.EntityMixin,pl:mixin:APP:mixins.artifacts.json:item.umbrella.EntityMixin,pl:mixin:APP:bookshelf.common.mixins.json:entity.AccessorEntity,pl:mixin:APP:iguanatweaksreborn.mixins.json:EntityMixin,pl:mixin:APP:curios.mixins.json:AccessorEntity,pl:mixin:APP:expandability.mixins.json:swimming.EntityMixin,pl:mixin:APP:expandability-common.mixins.json:fluidcollision.EntityMixin,pl:mixin:APP:expandability-common.mixins.json:swimming.EntityMixin,pl:mixin:APP:assets/sound_physics_remastered/sound_physics_remastered.mixins.json:EntityMixin,pl:mixin:APP:notenoughcrashes.mixins.json:MixinEntity,pl:mixin:A}
at net.minecraft.world.entity.Entity.m_6478_(Entity.java:584) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.artifacts.json:item.aquadashers.EntityMixin,pl:mixin:APP:mixins.artifacts.json:item.umbrella.EntityMixin,pl:mixin:APP:bookshelf.common.mixins.json:entity.AccessorEntity,pl:mixin:APP:iguanatweaksreborn.mixins.json:EntityMixin,pl:mixin:APP:curios.mixins.json:AccessorEntity,pl:mixin:APP:expandability.mixins.json:swimming.EntityMixin,pl:mixin:APP:expandability-common.mixins.json:fluidcollision.EntityMixin,pl:mixin:APP:expandability-common.mixins.json:swimming.EntityMixin,pl:mixin:APP:assets/sound_physics_remastered/sound_physics_remastered.mixins.json:EntityMixin,pl:mixin:APP:notenoughcrashes.mixins.json:MixinEntity,pl:mixin:A}
at net.minecraft.world.entity.LivingEntity.m_21074_(LivingEntity.java:2192) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:maxhealthfix.common.mixins.json:MixinLivingEntity,pl:mixin:APP:bookshelf.common.mixins.json:entity.AccessorLivingEntity,pl:mixin:APP:bookshelf.common.mixins.json:entity.MixinLivingEntity,pl:mixin:APP:apotheosis.mixins.json:MHFMixinLivingEntity,pl:mixin:APP:apotheosis.mixins.json:LivingEntityMixin,pl:mixin:APP:apotheosis.mixins.json:LivingEntityInvoker,pl:mixin:APP:iguanatweaksreborn.mixins.json:LivingEntityMixin,pl:mixin:APP:curios.mixins.json:MixinLivingEntity,pl:mixin:APP:expandability.mixins.json:swimming.LivingEntityMixin,pl:mixin:APP:expandability-common.mixins.json:swimming.LivingEntityMixin,pl:mixin:A}
at net.minecraft.world.entity.LivingEntity.m_7023_(LivingEntity.java:2149) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:maxhealthfix.common.mixins.json:MixinLivingEntity,pl:mixin:APP:bookshelf.common.mixins.json:entity.AccessorLivingEntity,pl:mixin:APP:bookshelf.common.mixins.json:entity.MixinLivingEntity,pl:mixin:APP:apotheosis.mixins.json:MHFMixinLivingEntity,pl:mixin:APP:apotheosis.mixins.json:LivingEntityMixin,pl:mixin:APP:apotheosis.mixins.json:LivingEntityInvoker,pl:mixin:APP:iguanatweaksreborn.mixins.json:LivingEntityMixin,pl:mixin:APP:curios.mixins.json:MixinLivingEntity,pl:mixin:APP:expandability.mixins.json:swimming.LivingEntityMixin,pl:mixin:APP:expandability-common.mixins.json:swimming.LivingEntityMixin,pl:mixin:A}
at net.minecraft.world.entity.LivingEntity.m_8107_(LivingEntity.java:2588) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:maxhealthfix.common.mixins.json:MixinLivingEntity,pl:mixin:APP:bookshelf.common.mixins.json:entity.AccessorLivingEntity,pl:mixin:APP:bookshelf.common.mixins.json:entity.MixinLivingEntity,pl:mixin:APP:apotheosis.mixins.json:MHFMixinLivingEntity,pl:mixin:APP:apotheosis.mixins.json:LivingEntityMixin,pl:mixin:APP:apotheosis.mixins.json:LivingEntityInvoker,pl:mixin:APP:iguanatweaksreborn.mixins.json:LivingEntityMixin,pl:mixin:APP:curios.mixins.json:MixinLivingEntity,pl:mixin:APP:expandability.mixins.json:swimming.LivingEntityMixin,pl:mixin:APP:expandability-common.mixins.json:swimming.LivingEntityMixin,pl:mixin:A}
at net.minecraft.world.entity.Mob.m_8107_(Mob.java:517) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:bookshelf.common.mixins.json:entity.AccessorMob,pl:mixin:APP:moonlight-common.mixins.json:EntityMixin,pl:mixin:A}
at net.minecraft.world.entity.monster.Monster.m_8107_(Monster.java:42) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:mixin,re:classloading,pl:mixin:APP:iguanatweaksreborn.mixins.json:MonsterMixin,pl:mixin:A}
at net.minecraft.world.entity.LivingEntity.m_8119_(LivingEntity.java:2291) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:maxhealthfix.common.mixins.json:MixinLivingEntity,pl:mixin:APP:bookshelf.common.mixins.json:entity.AccessorLivingEntity,pl:mixin:APP:bookshelf.common.mixins.json:entity.MixinLivingEntity,pl:mixin:APP:apotheosis.mixins.json:MHFMixinLivingEntity,pl:mixin:APP:apotheosis.mixins.json:LivingEntityMixin,pl:mixin:APP:apotheosis.mixins.json:LivingEntityInvoker,pl:mixin:APP:iguanatweaksreborn.mixins.json:LivingEntityMixin,pl:mixin:APP:curios.mixins.json:MixinLivingEntity,pl:mixin:APP:expandability.mixins.json:swimming.LivingEntityMixin,pl:mixin:APP:expandability-common.mixins.json:swimming.LivingEntityMixin,pl:mixin:A}
at net.minecraft.world.entity.Mob.m_8119_(Mob.java:318) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:bookshelf.common.mixins.json:entity.AccessorMob,pl:mixin:APP:moonlight-common.mixins.json:EntityMixin,pl:mixin:A}
at net.minecraft.world.entity.monster.warden.Warden.m_8119_(Warden.java:277) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:classloading}
at net.minecraft.server.level.ServerLevel.m_8647_(ServerLevel.java:658) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:crafttweaker.mixins.json:common.transform.world.level.MixinServerLevel,pl:mixin:APP:assets/sound_physics_remastered/sound_physics_remastered.mixins.json:ServerWorldMixin,pl:mixin:A}
at net.minecraft.world.level.Level.m_46653_(Level.java:457) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
at net.minecraft.server.level.ServerLevel.m_184063_(ServerLevel.java:323) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:crafttweaker.mixins.json:common.transform.world.level.MixinServerLevel,pl:mixin:APP:assets/sound_physics_remastered/sound_physics_remastered.mixins.json:ServerWorldMixin,pl:mixin:A}
at net.minecraft.world.level.entity.EntityTickList.m_156910_(EntityTickList.java:54) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:classloading}
at net.minecraft.server.level.ServerLevel.m_8793_(ServerLevel.java:303) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:crafttweaker.mixins.json:common.transform.world.level.MixinServerLevel,pl:mixin:APP:assets/sound_physics_remastered/sound_physics_remastered.mixins.json:ServerWorldMixin,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:866) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:notenoughcrashes.mixins.json:client.MixinMinecraftServerClientOnly,pl:mixin:APP:mixin.excavated_variants.json:IMinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:crafttweaker.mixins.json:common.access.server.AccessMinecraftServer,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:806) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:notenoughcrashes.mixins.json:client.MixinMinecraftServerClientOnly,pl:mixin:APP:mixin.excavated_variants.json:IMinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:crafttweaker.mixins.json:common.access.server.AccessMinecraftServer,pl:mixin:A}
at net.minecraft.client.server.IntegratedServer.m_5705_(IntegratedServer.java:84) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:654) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:notenoughcrashes.mixins.json:client.MixinMinecraftServerClientOnly,pl:mixin:APP:mixin.excavated_variants.json:IMinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:crafttweaker.mixins.json:common.access.server.AccessMinecraftServer,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:244) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:notenoughcrashes.mixins.json:client.MixinMinecraftServerClientOnly,pl:mixin:APP:mixin.excavated_variants.json:IMinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:crafttweaker.mixins.json:common.access.server.AccessMinecraftServer,pl:mixin:A}
at java.lang.Thread.run(Thread.java:833) ~[?:?] {}

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

-- Head --
Thread: Render thread
Stacktrace:
at it.unimi.dsi.fastutil.longs.LongAVLTreeSet$Subset.(LongAVLTreeSet.java:1120) ~[fastutil-8.5.6.jar%23133!/:?] {}
at it.unimi.dsi.fastutil.longs.LongAVLTreeSet.subSet(LongAVLTreeSet.java:1081) ~[fastutil-8.5.6.jar%23133!/:?] {}
at net.minecraft.world.level.entity.EntitySectionStorage.m_188362_(EntitySectionStorage.java:57) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:classloading}
at net.minecraft.world.level.entity.EntitySectionStorage.m_156890_(EntitySectionStorage.java:120) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:classloading}
at net.minecraft.world.level.entity.LevelEntityGetterAdapter.m_142232_(LevelEntityGetterAdapter.java:42) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:classloading}
at net.minecraft.world.level.Level.m_6249_(Level.java:588) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
at net.minecraft.world.level.EntityGetter.m_183134_(EntityGetter.java:62) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:classloading,re:mixin}
at net.minecraft.world.level.CommonLevelAccessor.m_183134_(CommonLevelAccessor.java:24) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:classloading,re:mixin}
at net.minecraft.world.entity.Entity.m_20272_(Entity.java:809) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.artifacts.json:item.aquadashers.EntityMixin,pl:mixin:APP:mixins.artifacts.json:item.umbrella.EntityMixin,pl:mixin:APP:bookshelf.common.mixins.json:entity.AccessorEntity,pl:mixin:APP:iguanatweaksreborn.mixins.json:EntityMixin,pl:mixin:APP:curios.mixins.json:AccessorEntity,pl:mixin:APP:expandability.mixins.json:swimming.EntityMixin,pl:mixin:APP:expandability-common.mixins.json:fluidcollision.EntityMixin,pl:mixin:APP:expandability-common.mixins.json:swimming.EntityMixin,pl:mixin:APP:assets/sound_physics_remastered/sound_physics_remastered.mixins.json:EntityMixin,pl:mixin:APP:notenoughcrashes.mixins.json:MixinEntity,pl:mixin:A}
at net.minecraft.world.entity.Entity.m_6478_(Entity.java:584) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.artifacts.json:item.aquadashers.EntityMixin,pl:mixin:APP:mixins.artifacts.json:item.umbrella.EntityMixin,pl:mixin:APP:bookshelf.common.mixins.json:entity.AccessorEntity,pl:mixin:APP:iguanatweaksreborn.mixins.json:EntityMixin,pl:mixin:APP:curios.mixins.json:AccessorEntity,pl:mixin:APP:expandability.mixins.json:swimming.EntityMixin,pl:mixin:APP:expandability-common.mixins.json:fluidcollision.EntityMixin,pl:mixin:APP:expandability-common.mixins.json:swimming.EntityMixin,pl:mixin:APP:assets/sound_physics_remastered/sound_physics_remastered.mixins.json:EntityMixin,pl:mixin:APP:notenoughcrashes.mixins.json:MixinEntity,pl:mixin:A}
at net.minecraft.world.entity.LivingEntity.m_21074_(LivingEntity.java:2192) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:maxhealthfix.common.mixins.json:MixinLivingEntity,pl:mixin:APP:bookshelf.common.mixins.json:entity.AccessorLivingEntity,pl:mixin:APP:bookshelf.common.mixins.json:entity.MixinLivingEntity,pl:mixin:APP:apotheosis.mixins.json:MHFMixinLivingEntity,pl:mixin:APP:apotheosis.mixins.json:LivingEntityMixin,pl:mixin:APP:apotheosis.mixins.json:LivingEntityInvoker,pl:mixin:APP:iguanatweaksreborn.mixins.json:LivingEntityMixin,pl:mixin:APP:curios.mixins.json:MixinLivingEntity,pl:mixin:APP:expandability.mixins.json:swimming.LivingEntityMixin,pl:mixin:APP:expandability-common.mixins.json:swimming.LivingEntityMixin,pl:mixin:A}
at net.minecraft.world.entity.LivingEntity.m_7023_(LivingEntity.java:2149) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:maxhealthfix.common.mixins.json:MixinLivingEntity,pl:mixin:APP:bookshelf.common.mixins.json:entity.AccessorLivingEntity,pl:mixin:APP:bookshelf.common.mixins.json:entity.MixinLivingEntity,pl:mixin:APP:apotheosis.mixins.json:MHFMixinLivingEntity,pl:mixin:APP:apotheosis.mixins.json:LivingEntityMixin,pl:mixin:APP:apotheosis.mixins.json:LivingEntityInvoker,pl:mixin:APP:iguanatweaksreborn.mixins.json:LivingEntityMixin,pl:mixin:APP:curios.mixins.json:MixinLivingEntity,pl:mixin:APP:expandability.mixins.json:swimming.LivingEntityMixin,pl:mixin:APP:expandability-common.mixins.json:swimming.LivingEntityMixin,pl:mixin:A}
at net.minecraft.world.entity.LivingEntity.m_8107_(LivingEntity.java:2588) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:maxhealthfix.common.mixins.json:MixinLivingEntity,pl:mixin:APP:bookshelf.common.mixins.json:entity.AccessorLivingEntity,pl:mixin:APP:bookshelf.common.mixins.json:entity.MixinLivingEntity,pl:mixin:APP:apotheosis.mixins.json:MHFMixinLivingEntity,pl:mixin:APP:apotheosis.mixins.json:LivingEntityMixin,pl:mixin:APP:apotheosis.mixins.json:LivingEntityInvoker,pl:mixin:APP:iguanatweaksreborn.mixins.json:LivingEntityMixin,pl:mixin:APP:curios.mixins.json:MixinLivingEntity,pl:mixin:APP:expandability.mixins.json:swimming.LivingEntityMixin,pl:mixin:APP:expandability-common.mixins.json:swimming.LivingEntityMixin,pl:mixin:A}
at net.minecraft.world.entity.Mob.m_8107_(Mob.java:517) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:bookshelf.common.mixins.json:entity.AccessorMob,pl:mixin:APP:moonlight-common.mixins.json:EntityMixin,pl:mixin:A}
at net.minecraft.world.entity.monster.Monster.m_8107_(Monster.java:42) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:mixin,re:classloading,pl:mixin:APP:iguanatweaksreborn.mixins.json:MonsterMixin,pl:mixin:A}
at net.minecraft.world.entity.LivingEntity.m_8119_(LivingEntity.java:2291) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:maxhealthfix.common.mixins.json:MixinLivingEntity,pl:mixin:APP:bookshelf.common.mixins.json:entity.AccessorLivingEntity,pl:mixin:APP:bookshelf.common.mixins.json:entity.MixinLivingEntity,pl:mixin:APP:apotheosis.mixins.json:MHFMixinLivingEntity,pl:mixin:APP:apotheosis.mixins.json:LivingEntityMixin,pl:mixin:APP:apotheosis.mixins.json:LivingEntityInvoker,pl:mixin:APP:iguanatweaksreborn.mixins.json:LivingEntityMixin,pl:mixin:APP:curios.mixins.json:MixinLivingEntity,pl:mixin:APP:expandability.mixins.json:swimming.LivingEntityMixin,pl:mixin:APP:expandability-common.mixins.json:swimming.LivingEntityMixin,pl:mixin:A}
at net.minecraft.world.entity.Mob.m_8119_(Mob.java:318) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:bookshelf.common.mixins.json:entity.AccessorMob,pl:mixin:APP:moonlight-common.mixins.json:EntityMixin,pl:mixin:A}
at net.minecraft.world.entity.monster.warden.Warden.m_8119_(Warden.java:277) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:classloading}
at net.minecraft.server.level.ServerLevel.m_8647_(ServerLevel.java:658) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:crafttweaker.mixins.json:common.transform.world.level.MixinServerLevel,pl:mixin:APP:assets/sound_physics_remastered/sound_physics_remastered.mixins.json:ServerWorldMixin,pl:mixin:A}
at net.minecraft.world.level.Level.m_46653_(Level.java:457) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
at net.minecraft.server.level.ServerLevel.m_184063_(ServerLevel.java:323) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:crafttweaker.mixins.json:common.transform.world.level.MixinServerLevel,pl:mixin:APP:assets/sound_physics_remastered/sound_physics_remastered.mixins.json:ServerWorldMixin,pl:mixin:A}
at net.minecraft.world.level.entity.EntityTickList.m_156910_(EntityTickList.java:54) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:classloading}
at net.minecraft.server.level.ServerLevel.m_8793_(ServerLevel.java:303) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:crafttweaker.mixins.json:common.transform.world.level.MixinServerLevel,pl:mixin:APP:assets/sound_physics_remastered/sound_physics_remastered.mixins.json:ServerWorldMixin,pl:mixin:A}
-- Entity being ticked --
Details:
Entity Type: minecraft:warden (net.minecraft.world.entity.monster.warden.Warden)
Entity ID: 421
Entity Name: Warden
Entity's Exact location: 127.95, 56.00, 13.50
Entity's Block location: World: (127,56,13), Section: (at 15,8,13 in 7,3,0; chunk contains blocks 112,-64,0 to 127,319,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
Entity's Momentum: Infinity, -Infinity, -Infinity
Entity's Passengers: []
Entity's Vehicle: null
Entity NBT: {AbsorptionAmount:0.0f,Air:300s,ArmorDropChances:[0.085f,0.085f,0.085f,0.085f],ArmorItems:[{},{},{},{}],Attributes:[{Base:0.0d,Name:"forge:step_height_addition"},{Base:0.30000001192092896d,Name:"minecraft:generic.movement_speed"},{Base:0.08d,Name:"forge:entity_gravity"},{Base:16.0d,Modifiers:[{Amount:-0.035287781249395904d,Name:"Random spawn bonus",Operation:1,UUID:[I;-839681541,1618887218,-1866327262,434867360]}],Name:"minecraft:generic.follow_range"}],Brain:{memories:{"minecraft:dig_cooldown":{ttl:1199L,value:{}},"minecraft:sniff_cooldown":{ttl:69L,value:{}},"minecraft:sonic_boom_cooldown":{ttl:199L,value:{}}}},CanPickUpLoot:0b,CanUpdate:1b,DeathTime:0s,FallDistance:0.0f,FallFlying:0b,Fire:0s,ForgeCaps:{"minecraft:treechopchop_settings_capability":{chopInCreativeMode:0b,choppingEnabled:1b,fellingEnabled:1b,isSynced:0b,sneakBehavior:"INVERT_CHOPPING",treesMustHaveLeaves:1b},"twilightforest:cap_feather_fan_fall":{featherFanFalling:0b},"twilightforest:cap_shield":{permshields:0,tempshields:0},"twilightforest:cap_thrown":{throwCooldown:0,yetiThrown:0b},"twilightforest:giant_pick_mine":{giantPickMining:0L}},ForgeData:{},HandDropChances:[0.085f,0.085f],HandItems:[{},{}],Health:492.0f,HurtByTimestamp:220,HurtTime:9s,Invulnerable:0b,LeftHanded:0b,Motion:[Infinityd,-Infinityd,-Infinityd],OnGround:1b,PersistenceRequired:0b,PortalCooldown:0,Pos:[127.95011750292284d,56.0d,13.50424742847052d],Rotation:[90.16785f,19.52824f],Tags:["collective.checked"],UUID:[I;642722359,-96780078,-1924536931,-437872341],anger:{suspects:[{anger:150,uuid:[I;319860781,1561020834,-1770679977,-1403881666]}]},"forge:spawn_type":"SPAWN_EGG",listener:{event_delay:0,event_distance:2.9650002f,range:16,source:{source_entity:[I;642722359,-96780078,-1924536931,-437872341],type:"minecraft:entity",y_offset:2.4650002f}}}
Stacktrace:
at net.minecraft.world.level.Level.m_46653_(Level.java:457) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
at net.minecraft.server.level.ServerLevel.m_184063_(ServerLevel.java:323) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:crafttweaker.mixins.json:common.transform.world.level.MixinServerLevel,pl:mixin:APP:assets/sound_physics_remastered/sound_physics_remastered.mixins.json:ServerWorldMixin,pl:mixin:A}
at net.minecraft.world.level.entity.EntityTickList.m_156910_(EntityTickList.java:54) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:classloading}
at net.minecraft.server.level.ServerLevel.m_8793_(ServerLevel.java:303) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:crafttweaker.mixins.json:common.transform.world.level.MixinServerLevel,pl:mixin:APP:assets/sound_physics_remastered/sound_physics_remastered.mixins.json:ServerWorldMixin,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:866) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:notenoughcrashes.mixins.json:client.MixinMinecraftServerClientOnly,pl:mixin:APP:mixin.excavated_variants.json:IMinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:crafttweaker.mixins.json:common.access.server.AccessMinecraftServer,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:806) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:notenoughcrashes.mixins.json:client.MixinMinecraftServerClientOnly,pl:mixin:APP:mixin.excavated_variants.json:IMinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:crafttweaker.mixins.json:common.access.server.AccessMinecraftServer,pl:mixin:A}
at net.minecraft.client.server.IntegratedServer.m_5705_(IntegratedServer.java:84) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:654) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:notenoughcrashes.mixins.json:client.MixinMinecraftServerClientOnly,pl:mixin:APP:mixin.excavated_variants.json:IMinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:crafttweaker.mixins.json:common.access.server.AccessMinecraftServer,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:244) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:notenoughcrashes.mixins.json:client.MixinMinecraftServerClientOnly,pl:mixin:APP:mixin.excavated_variants.json:IMinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:crafttweaker.mixins.json:common.access.server.AccessMinecraftServer,pl:mixin:A}
at java.lang.Thread.run(Thread.java:833) ~[?:?] {}

-- Affected level --
Details:
All players: 1 total; [ServerPlayer['GeekJokes'/2, l='ServerLevel[adv-modtest]', x=121.80, y=56.00, z=14.43]]
Chunk stats: 2479
Level dimension: minecraft:overworld
Level spawn location: World: (0,56,0), Section: (at 0,8,0 in 0,3,0; chunk contains blocks 0,-64,0 to 15,319,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
Level time: 543766 game time, 13000 day time
Level name: adv-modtest
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Level weather: Rain time: 1 (now: false), thunder time: 1 (now: false)
Known server brands: forge
Level was modded: true
Level storage version: 0x04ABD - Anvil
Stacktrace:
at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:866) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:notenoughcrashes.mixins.json:client.MixinMinecraftServerClientOnly,pl:mixin:APP:mixin.excavated_variants.json:IMinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:crafttweaker.mixins.json:common.access.server.AccessMinecraftServer,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:806) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:notenoughcrashes.mixins.json:client.MixinMinecraftServerClientOnly,pl:mixin:APP:mixin.excavated_variants.json:IMinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:crafttweaker.mixins.json:common.access.server.AccessMinecraftServer,pl:mixin:A}
at net.minecraft.client.server.IntegratedServer.m_5705_(IntegratedServer.java:84) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:654) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:notenoughcrashes.mixins.json:client.MixinMinecraftServerClientOnly,pl:mixin:APP:mixin.excavated_variants.json:IMinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:crafttweaker.mixins.json:common.access.server.AccessMinecraftServer,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:244) ~[client-1.19.2-20220805.130853-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:notenoughcrashes.mixins.json:client.MixinMinecraftServerClientOnly,pl:mixin:APP:mixin.excavated_variants.json:IMinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:crafttweaker.mixins.json:common.access.server.AccessMinecraftServer,pl:mixin:A}
at java.lang.Thread.run(Thread.java:833) ~[?:?] {}

-- System Details --
Details:
[no]
Server Running: true
Player Count: 1 / 8; [ServerPlayer['GeekJokes'/2, l='ServerLevel[adv-modtest]', x=121.80, y=56.00, z=14.43]]
Data Packs: vanilla, mod:treechop (incompatible), mod:inventorysorter (incompatible), mod:sophisticatedstorage (incompatible), mod:jei (incompatible), mod:attributefix (incompatible), mod:sophisticatedcore (incompatible), mod:insanelib, mod:sound_physics_remastered (incompatible), mod:waystones (incompatible), mod:clumps (incompatible), mod:controlling (incompatible), mod:placebo (incompatible), mod:naturescompass (incompatible), mod:artifacts, mod:configured (incompatible), mod:gateways (incompatible), mod:maxhealthfix (incompatible), mod:bookshelf (incompatible), mod:sophisticatedbackpacks (incompatible), mod:darkutils (incompatible), mod:apotheosis (incompatible), mod:progressivebosses (incompatible), mod:balm (incompatible), mod:codecutils (incompatible), mod:vtweaks (incompatible), mod:jeresources (incompatible), mod:crafttweaker (incompatible), mod:forge, mod:dummmmmmy (incompatible), mod:twilightforest (incompatible), mod:craftingtweaks (incompatible), mod:enchdesc (incompatible), mod:dynamic_asset_generator (incompatible), mod:swingthroughgrass (incompatible), mod:moonlight (incompatible), mod:mousetweaks, mod:jade (incompatible), mod:defaultresources (incompatible), mod:excavated_variants (incompatible), mod:spectrelib (incompatible), mod:iguanatweaksreborn (incompatible), mod:curios, mod:flywheel (incompatible), mod:reliquary (incompatible), mod:patchouli (incompatible), mod:pigpen (incompatible), mod:fastbench (incompatible), mod:polymorph, mod:tiab (incompatible), mod:elevatorid (incompatible), mod:runelic (incompatible), mod:fastfurnace (incompatible), mod:appleskin, mod:ferritecore (incompatible), mod:moreoverlays (incompatible), mod:extremesoundmuffler (incompatible), mod:expandability (incompatible), mod:effortlessbuilding, defaultresources:excavated_variants.zip, dynamic_asset_generator:data, mod:rubidium (incompatible), mod:notenoughcrashes (incompatible), mod:everycomp (incompatible), mod:enigmaticgraves (incompatible), mod:betteradvancements (incompatible), Everycomp Generated Pack, mod:collective, mod:healingcampfire, mod:doubledoors, mod:giantspawn, mod:sculkhornid, mod:stackrefill, mod:toolstats (incompatible), mod:inventorytotem, mod:sculked
World Generation: Experimental
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge'
Launched Version: 1.19.2-forge-43.2.21
Client Crashes Since Restart: 0
Integrated Server Crashes Since Restart: 1
ModLauncher: 10.0.8+10.0.8+main.0ef7e830
ModLauncher launch target: forgeclient
ModLauncher naming: srg
ModLauncher services:
mixin-0.8.5.jar mixin PLUGINSERVICE
eventbus-6.0.3.jar eventbus PLUGINSERVICE
fmlloader-1.19.2-43.2.21.jar slf4jfixer PLUGINSERVICE
fmlloader-1.19.2-43.2.21.jar object_holder_definalize PLUGINSERVICE
fmlloader-1.19.2-43.2.21.jar runtime_enum_extender PLUGINSERVICE
fmlloader-1.19.2-43.2.21.jar capability_token_subclass PLUGINSERVICE
accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
fmlloader-1.19.2-43.2.21.jar runtimedistcleaner PLUGINSERVICE
modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE
modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE
FML Language Providers:
[email protected]
lowcodefml@null
javafml@null
Mod List:
TreeChop-1.19.2-forge-0.17.8a.jar |HT's TreeChop |treechop |0.17.8a |DONE |Manifest: NOSIGNATURE
inventorysorter-1.19.2-21.0.4.jar |Simple Inventory Sorter |inventorysorter |21.0.4 |DONE |Manifest: NOSIGNATURE
notenoughcrashes-4.2.1+1.19.2-forge.jar |Not Enough Crashes |notenoughcrashes |4.2.1+1.19.2 |DONE |Manifest: NOSIGNATURE
doubledoors-1.19.2-5.0.jar |Double Doors |doubledoors |5.0 |DONE |Manifest: NOSIGNATURE
sophisticatedstorage-1.19.2-0.8.39.573.jar |Sophisticated Storage |sophisticatedstorage |1.19.2-0.8.39.573 |DONE |Manifest: NOSIGNATURE
giantspawn-1.19.2-4.6.jar |Giant Spawn |giantspawn |4.6 |DONE |Manifest: NOSIGNATURE
jei-1.19.2-forge-11.6.0.1016.jar |Just Enough Items |jei |11.6.0.1016 |DONE |Manifest: NOSIGNATURE
AttributeFix-Forge-1.19.2-17.2.7.jar |AttributeFix |attributefix |17.2.7 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
sophisticatedcore-1.19.2-0.5.83.394.jar |Sophisticated Core |sophisticatedcore |1.19.2-0.5.83.394 |DONE |Manifest: NOSIGNATURE
rubidium-0.6.2b.jar |Rubidium |rubidium |0.6.2b |DONE |Manifest: NOSIGNATURE
InsaneLib-1.7.5-mc1.19.2.jar |InsaneLib |insanelib |1.7.5 |DONE |Manifest: NOSIGNATURE
soundphysics-forge-1.19.2-1.0.18.jar |Sound Physics Remastered |sound_physics_remastered |1.19.2-1.0.18 |DONE |Manifest: NOSIGNATURE
waystones-forge-1.19.2-11.4.1.jar |Waystones |waystones |11.4.1 |DONE |Manifest: NOSIGNATURE
Clumps-forge-1.19.2-9.0.0+14.jar |Clumps |clumps |9.0.0+14 |DONE |Manifest: NOSIGNATURE
Controlling-forge-1.19.2-10.0+7.jar |Controlling |controlling |10.0+7 |DONE |Manifest: NOSIGNATURE
Placebo-1.19.2-7.3.1.jar |Placebo |placebo |7.3.1 |DONE |Manifest: NOSIGNATURE
NaturesCompass-1.19.2-1.10.0-forge.jar |Nature's Compass |naturescompass |1.19.2-1.10.0-forge |DONE |Manifest: NOSIGNATURE
artifacts-1.19.2-5.0.3.jar |Artifacts |artifacts |1.19.2-5.0.3 |DONE |Manifest: NOSIGNATURE
configured-2.1.1-1.19.2.jar |Configured |configured |2.1.1 |DONE |Manifest: NOSIGNATURE
GatewaysToEternity-1.19.2-3.2.2.jar |Gateways To Eternity |gateways |3.2.2 |DONE |Manifest: NOSIGNATURE
MaxHealthFix-Forge-1.19.2-8.0.1.jar |MaxHealthFix |maxhealthfix |8.0.1 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
Bookshelf-Forge-1.19.2-16.3.20.jar |Bookshelf |bookshelf |16.3.20 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
sophisticatedbackpacks-1.19.2-3.18.55.889.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.19.2-3.18.55.889 |DONE |Manifest: NOSIGNATURE
everycomp-1.19.2-2.4.12.jar |Every Compat |everycomp |1.19.2-2.4.12 |DONE |Manifest: NOSIGNATURE
DarkUtilities-Forge-1.19.2-13.1.9.jar |DarkUtilities |darkutils |13.1.9 |DONE |Manifest: NOSIGNATURE
Apotheosis-1.19.2-6.3.1.jar |Apotheosis |apotheosis |6.3.1 |DONE |Manifest: NOSIGNATURE
ProgressiveBosses-3.7.5-mc1.19.2.jar |Progressive Bosses |progressivebosses |3.7.5 |DONE |Manifest: NOSIGNATURE
balm-forge-1.19.2-4.5.7.jar |Balm |balm |4.5.7 |DONE |Manifest: NOSIGNATURE
(Forge)SculkHorn-1.19.2-1.4.3.jar |Sculk Horn Mod |sculkhornid |1.4.3 |DONE |Manifest: NOSIGNATURE
codecutils-forge-1.19.2-0.1.2-all.jar |Codec Utils |codecutils |0.1.2 |DONE |Manifest: NOSIGNATURE
VTweaks-1.19.2-4.0.8.jar |V-Tweaks |vtweaks |4.0.8 |DONE |Manifest: NOSIGNATURE
JustEnoughResources-1.19.2-1.1.0.179.jar |Just Enough Resources |jeresources |1.1.0.179 |DONE |Manifest: NOSIGNATURE
CraftTweaker-forge-1.19.2-10.1.49.jar |CraftTweaker |crafttweaker |10.1.49 |DONE |Manifest: NOSIGNATURE
forge-1.19.2-43.2.21-universal.jar |Forge |forge |43.2.21 |DONE |Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90
stackrefill-1.19.2-4.0.jar |Stack Refill |stackrefill |4.0 |DONE |Manifest: NOSIGNATURE
dummmmmmy-1.19.2-1.7.1.jar |MmmMmmMmmmmm |dummmmmmy |1.19.2-1.7.1 |DONE |Manifest: NOSIGNATURE
twilightforest-1.19.2-4.2.1518-universal.jar |The Twilight Forest |twilightforest |4.2.1518 |DONE |Manifest: NOSIGNATURE
craftingtweaks-forge-1.19.2-15.1.8.jar |CraftingTweaks |craftingtweaks |15.1.8 |DONE |Manifest: NOSIGNATURE
client-1.19.2-20220805.130853-srg.jar |Minecraft |minecraft |1.19.2 |DONE |Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f
EnchantmentDescriptions-Forge-1.19.2-13.0.14.jar |EnchantmentDescriptions |enchdesc |13.0.14 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
dynamic_asset_generator-forge-1.19.2-1.2.0.jar |DynamicAssetGenerator |dynamic_asset_generator |1.2.0 |DONE |Manifest: NOSIGNATURE
swingthroughgrass-1.19.2-1.10.0.jar |SwingThroughGrass |swingthroughgrass |1.19.2-1.10.0 |DONE |Manifest: NOSIGNATURE
moonlight-1.19.2-2.2.43-forge.jar |Moonlight Library |moonlight |1.19.2-2.2.43 |DONE |Manifest: NOSIGNATURE
MouseTweaks-forge-mc1.19-2.23.jar |Mouse Tweaks |mousetweaks |2.23 |DONE |Manifest: NOSIGNATURE
EnigmaticGraves-1.19.2-1.7.7.jar |Enigmatic Graves |enigmaticgraves |1.19.2-1.7.7 |DONE |Manifest: NOSIGNATURE
ToolStats-Forge-1.19.2-12.1.4.jar |ToolStats |toolstats |12.1.4 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
Jade-1.19.1-forge-8.8.1.jar |Jade |jade |8.8.1 |DONE |Manifest: NOSIGNATURE
inventorytotem-1.19.2-3.0.jar |Inventory Totem |inventorytotem |3.0 |DONE |Manifest: NOSIGNATURE
defaultresources-forge-1.19.2-0.2.1.jar |Default Resources |defaultresources |0.2.1 |DONE |Manifest: NOSIGNATURE
excavated_variants-forge-1.19.2-1.0.3.jar |Excavated Variants |excavated_variants |1.0.3 |DONE |Manifest: NOSIGNATURE
spectrelib-forge-0.12.5+1.19.2.jar |SpectreLib |spectrelib |0.12.5+1.19.2 |DONE |Manifest: NOSIGNATURE
IguanaTweaksReborn-2.13.6-mc1.19.2.jar |Iguana Tweaks Reborn |iguanatweaksreborn |2.13.6-mc1.19.2 |DONE |Manifest: NOSIGNATURE
curios-forge-1.19.2-5.1.4.1.jar |Curios API |curios |1.19.2-5.1.4.1 |DONE |Manifest: NOSIGNATURE
flywheel-forge-1.19.2-0.6.9-18.jar |Flywheel |flywheel |0.6.9-18 |DONE |Manifest: NOSIGNATURE
reliquary-1.19.2-2.0.40.1198.jar |Reliquary |reliquary |1.19.2-2.0.40.1198 |DONE |Manifest: NOSIGNATURE
Patchouli-1.19.2-77.jar |Patchouli |patchouli |1.19.2-77 |DONE |Manifest: NOSIGNATURE
collective-1.19.2-6.65.jar |Collective |collective |6.65 |DONE |Manifest: NOSIGNATURE
PigPen-Forge-1.19.2-11.1.2.jar |PigPen |pigpen |11.1.2 |DONE |Manifest: NOSIGNATURE
FastWorkbench-1.19.2-7.1.4.jar |Fast Workbench |fastbench |7.1.4 |DONE |Manifest: NOSIGNATURE
polymorph-forge-0.46.4+1.19.2.jar |Polymorph |polymorph |0.46.4+1.19.2 |DONE |Manifest: NOSIGNATURE
time-in-a-bottle-3.0.1-mc1.19.jar |Time In A Bottle |tiab |3.0.1-mc1.19 |DONE |Manifest: NOSIGNATURE
elevatorid-1.19.2-1.8.9.jar |Elevator Mod |elevatorid |1.19.2-1.8.9 |DONE |Manifest: NOSIGNATURE
Runelic-Forge-1.19.2-14.1.4.jar |Runelic |runelic |14.1.4 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
FastFurnace-1.19.2-7.0.0.jar |FastFurnace |fastfurnace |7.0.0 |DONE |Manifest: NOSIGNATURE
appleskin-forge-mc1.19-2.4.2.jar |AppleSkin |appleskin |2.4.2+mc1.19 |DONE |Manifest: NOSIGNATURE
ferritecore-5.0.3-forge.jar |Ferrite Core |ferritecore |5.0.3 |DONE |Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a
moreoverlays-1.21.9-mc1.19.2.jar |More Overlays Updated |moreoverlays |1.21.9-mc1.19.2 |DONE |Manifest: NOSIGNATURE
extremesoundmuffler-3.37-forge-1.19.2.jar |Extreme Sound Muffler |extremesoundmuffler |3.37-forge-1.19.2 |DONE |Manifest: NOSIGNATURE
expandability-forge-7.0.0.jar |ExpandAbility |expandability |7.0.0 |DONE |Manifest: NOSIGNATURE
healingcampfire-1.19.2-5.0.jar |Healing Campfire |healingcampfire |5.0 |DONE |Manifest: NOSIGNATURE
effortlessbuilding-1.19.2-3.4-all.jar |Effortless Building |effortlessbuilding |3.4 |DONE |Manifest: NOSIGNATURE
Sculked+V1.4.1.jar |Sculked |sculked |1.4.0 |DONE |Manifest: NOSIGNATURE
BetterAdvancements-1.19.2-0.2.2.142.jar |Better Advancements |betteradvancements |0.2.2.142 |DONE |Manifest: NOSIGNATURE
Crash Report UUID: 1ab8068b-7128-4f40-a7bd-8eba4608ca00
FML: 43.2
Forge: net.minecraftforge:43.2.21
Flywheel Backend: GL33 Instanced Arrays
Suspected Mods: Minecraft (minecraft)

i hope this is readable, it broke the layout
also, im using "Not Enough Crashes" which might change the log (i also removed my system details)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.