Giter Site home page Giter Site logo

zombieawareness's Introduction

Source installation information for modders
-------------------------------------------
This code follows the Minecraft Forge installation methodology. It will apply
some small patches to the vanilla MCP source code, giving you and it access 
to some of the data and functions you need to build a successful mod.

Note also that the patches are built against "un-renamed" MCP source code (aka
SRG Names) - this means that you will not be able to read them directly against
normal code.

Setup Process:
==============================

Step 1: Open your command-line and browse to the folder where you extracted the zip file.

Step 2: You're left with a choice.
If you prefer to use Eclipse:
1. Run the following command: `gradlew genEclipseRuns` (`./gradlew genEclipseRuns` if you are on Mac/Linux)
2. Open Eclipse, Import > Existing Gradle Project > Select Folder 
   or run `gradlew eclipse` to generate the project.

If you prefer to use IntelliJ:
1. Open IDEA, and import project.
2. Select your build.gradle file and have it import.
3. Run the following command: `gradlew genIntellijRuns` (`./gradlew genIntellijRuns` if you are on Mac/Linux)
4. Refresh the Gradle Project in IDEA if required.

If at any point you are missing libraries in your IDE, or you've run into problems you can 
run `gradlew --refresh-dependencies` to refresh the local cache. `gradlew clean` to reset everything 
{this does not affect your code} and then start the process again.

Mapping Names:
=============================
By default, the MDK is configured to use the official mapping names from Mojang for methods and fields 
in the Minecraft codebase. These names are covered by a specific license. All modders should be aware of this
license, if you do not agree with it you can change your mapping names to other crowdsourced names in your 
build.gradle. For the latest license text, refer to the mapping file itself, or the reference copy here:
https://github.com/MinecraftForge/MCPConfig/blob/master/Mojang.md

Additional Resources: 
=========================
Community Documentation: https://mcforge.readthedocs.io/en/latest/gettingstarted/  
LexManos' Install Video: https://www.youtube.com/watch?v=8VEdtQLuLO0  
Forge Forum: https://forums.minecraftforge.net/  
Forge Discord: https://discord.gg/UvedJ9m  

zombieawareness's People

Contributors

corosauce avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

zombieawareness's Issues

Attempting to replace the sounds with a resourcepack, could use help

Hi! Firstly, thank you for this awesome mod!

I am working on a modpack at the moment, and the current sounds are a bit off-theme. I was hoping to replace the zombie_target_1.ogg with a much shorter growl, and the investigate sounds to something a little more ominous and obviously not-vanilla.

I have the files that I've made so far in .ogg format, placed in the correct folder structure (as far as I know):

|   pack.mcmeta
|   
\---assets
    \---zombieawareness
        \---sounds
            |   alert.ogg
            |   alertoriginal.ogg
            |   
            +---investigate
            |       zombie_investigate_1.ogg
            |       
            \---target
                    zombie_target_1.ogg

Here is the resource pack, if that's easier: https://www.dropbox.com/s/bltt04gn6hbuhei/zombie_awareness_sounds.zip?dl=0

It is worth noting that my config is set to have the "alert" file used instead of the "target" - that's how I had set it earlier and I wanted to get the whole thing working before I settled on that for good. The "alertoriginal.ogg" is just an alternate file that I've been swapping between (the other version is the same but louder), in case the issue was that I just couldn't hear it.

Anyway, now the mobs don't make any noise whatsoever when they begin targeting the player. So it seems that I'm doing something right, but yet also wrong. I am not sure where exactly to ask for help, so I figured I'd give here a shot, in case you could offer me any advice.

Thank you very much for your time!

[Suggestion] Pillar Building and Block Breaking

With Funwayguy kind of disssapearing from the modded seen due to RL school obligations, some of the issues with Epic Siege Mobs and BQM are not being addressed. I have had to drop Epic Siege Mobs from my upcoming packs, and I dont doubt others have as well. If there was any way that you could add a few of the key features to Zombie Awareness, that would allow your mod to kind of "take over" the Mob AI scene. The biggest differences between ZA and ESM is that ESM gave mobs the AI to dig through blocks and pillar up to their target. If you could add these features into ZA, your mod that would really help us out.

Slimes not spawning

When I disable Zombie Awareness, slimes are able to spawn normally.

Not even slime spawners will work with Zombie Awareness enabled.

Interaction with summoning mods

When you summon a skeleton or zombie as an ally with a mod such as Electroblob's Wizardry or The Summoner, the mob still attacks you. I reckon this is because of zombie awareness since you can hear the monster sounds the mod adds.

extraSpawningUseNaturalSpawnList issue

In the spawning.cfg there is an option for extraSpawningUseNaturalSpawnList, but when even set to true only zombies spawn.

Could I suggest that this section is enhanced with an configurable array of the mob IDs that can be spawned in an horde, with a weight for each? I'd love to have some unique mobs only spawning within the hordes.

java.lang.NoClassDefFoundError: net/minecraft/entity/Entity$1

Having trouble with this mod on my server. After I installed the mod, the server's cpu ran at 99% while idle with no players connected. I logged in and was able to play about 2 minutes before the server crashed. The server will restart again fine, but now it crashes as soon as a player tries to connect. This is the error log:

Time: 11/17/16 10:54 PM
Description: Exception in server tick loop

java.lang.NoClassDefFoundError: net/minecraft/entity/Entity$1
at net.minecraft.entity.Entity.func_85029_a(Entity.java:2482)
at net.minecraft.entity.Entity.func_70020_e(Entity.java:1715)
at net.minecraft.entity.EntityList.func_75615_a(EntityList.java:175)
at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186053_a(AnvilChunkLoader.java:597)
at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186050_a(AnvilChunkLoader.java:524)
at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadEntities(AnvilChunkLoader.java:474)
at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:96)
at net.minecraftforge.common.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:150)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:673)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Thread.java:745)


-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Linux (amd64) version 4.8.6-201.fc24.x86_64
Java Version: 1.8.0_111, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 329091392 bytes (313 MB) / 658223104 bytes (627 MB) up to 843382784 bytes (804 MB)
JVM Flags: 4 total; -Xmx832M -Xms256M -XX:+UseParNewGC -XX:+DisableExplicitGC
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP 9.32 Powered by Forge 12.18.2.2107 11 mods loaded, 11 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabl
UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.2.2107-universal.jar)
UCHIJAAAA Forge{12.18.2.2107} [Minecraft Forge] (forge-1.10.2-12.18.2.2107-universal.jar)
UCHIJAAAA tnt_utilities_core{1.2.1} [TNTUtils Core] (minecraft.jar)
UCHIJAAAA coroai{v1.1.9} [coroai] (coroutil-1.10.2-1.1.9.jar)
UCHIJAAAA extendedrenderer{v1.0} [Extended Renderer] (coroutil-1.10.2-1.1.9.jar)
UCHIJAAAA configmod{v1.0} [Extended Mod Config] (coroutil-1.10.2-1.1.9.jar)
UCHIJAAAA customnpcs{1.9.0_beta} [CustomNPCs] (CustomNPCs_1.10.2_beta(30sep16).jar)
UCHIJAAAA tnt_utilities{1.2.1} [TNTUtils] (tnt_utilities-mc1.10-1.2.1.jar)
UCHIJAAAA worldedit{6.1.4} [WorldEdit] (worldedit-forge-mc1.10.2-6.1.4-dist.jar)
UCHIJAAAA zombieawareness{v1.20} [Zombie Awareness] (zombieawareness-1.10.2-1.20.jar)
Loaded coremods (and transformers):
TNTUtilities Core (tnt_utilities-mc1.10-1.2.1.jar)
ljfa.tntutils.asm.ExplosionTransformer
Profiler Position: N/A (disabled)
Player Count: 1

[1.7.10, possibly more recent versions also] Mobs Ignore Invisibility

Yes, I know that's a vanilla issue as well. The problem is that even when a mod (Like PotionCore) fixes invisibility, this mod makes mobs pathfind towards you. Even though they don't attack immediately, they try to pathfind to the same block you're on, which means if you aren't quite quick enough, they'll catch up and bump into you, alerting them to your presence, and causing them to attack you.
Is there at least a way to disable that pathfinding, leaving the mod to just handle sound and scent tracking, while everything else stays as-is?

LivingSetAttackTargetEvent; Puts server in infinite loop.

https://paste.ubuntu.com/23642192/

On line 21507 The error starts.

It seems it will spam the console

at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:94) ~[ChunkIOExecutor.class:?] at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:115) ~[lr.class:?] at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:86) ~[lr.class:?] at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:132) ~[lr.class:?] at farseek.world.chunk.package$.provideChunk(package.scala:11) ~[package$.class:?] at farseek.world.chunk.package.provideChunk(package.scala) ~[package.class:?] at net.minecraft.world.World.func_72964_e(World.java:303) ~[aid.class:?] at net.minecraft.world.World.func_175726_f(World.java:298) ~[aid.class:?] at net.minecraft.world.World.func_180495_p(World.java:842) ~[aid.class:?] at net.minecraft.world.World.func_147447_a(World.java:878) ~[aid.class:?] at net.minecraft.entity.EntityLivingBase.func_70685_l(EntityLivingBase.java:2340) ~[sf.class:?] at ZombieAwareness.ZAUtil.tryPlayTargetSound(ZAUtil.java:994) ~[ZAUtil.class:?] at ZombieAwareness.ZAUtil.hookSetAttackTarget(ZAUtil.java:653) ~[ZAUtil.class:?] at ZombieAwareness.ZAEventHandler.setAttackTarget(ZAEventHandler.java:40) ~[ZAEventHandler.class:?] at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1012_ZAEventHandler_setAttackTarget_LivingSetAttackTargetEvent.invoke(.dynamic) ~[?:?] at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?] at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185) ~[EventBus.class:?] at net.minecraftforge.common.ForgeHooks.onLivingSetAttackTarget(ForgeHooks.java:488) ~[ForgeHooks.class:?] at net.minecraft.entity.EntityLivingBase.func_70604_c(EntityLivingBase.java:437) ~[sf.class:?] at net.minecraft.entity.monster.EntityPigZombie.func_70604_c(SourceFile:47) ~[yy.class:?] at net.minecraft.entity.monster.EntityPigZombie.func_70037_a(SourceFile:137) ~[yy.class:?] at net.minecraft.entity.Entity.func_70020_e(Entity.java:1704) ~[rw.class:?] at net.minecraft.entity.EntityList.func_75615_a(EntityList.java:175) ~[ry.class:?] at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_186053_a(AnvilChunkLoader.java:597) ~[atj.class:?] [12:14:20] [Server thread/ERROR] [FML]: Index: 5 Listeners: [12:14:20] [Server thread/ERROR] [FML]: 0: NORMAL [12:14:20] [Server thread/ERROR] [FML]: 1: ASM: funwayguy.epicsiegemod.handlers.MainHandler@1abd3303 onTargetSet(Lnet/minecraftforge/event/entity/living/LivingSetAttackTargetEvent;)V [12:14:20] [Server thread/ERROR] [FML]: 2: ASM: elucent.roots.EventManager@47030049 onTargetEvent(Lnet/minecraftforge/event/entity/living/LivingSetAttackTargetEvent;)V [12:14:20] [Server thread/ERROR] [FML]: 3: ASM: elucent.roots.EventManager@47030049 onLivingTarget(Lnet/minecraftforge/event/entity/living/LivingSetAttackTargetEvent;)V [12:14:20] [Server thread/ERROR] [FML]: 4: ASM: xreliquary.handler.CommonEventHandler@66198502 onEntityTargetedEvent(Lnet/minecraftforge/event/entity/living/LivingSetAttackTargetEvent;)V [12:14:20] [Server thread/ERROR] [FML]: 5: ASM: ZombieAwareness.ZAEventHandler@608cbe49 setAttackTarget(Lnet/minecraftforge/event/entity/living/LivingSetAttackTargetEvent;)V

Also it seems to like to spam this a lot.

f84e [12:17:49] [Server thread/WARN]: Keeping entity PigZombie that already exists with UUID 46062528-acc7-43de-9ff2-03c58ac58e20 [12:17:49] [Server thread/WARN]: Keeping entity PigZombie that already exists with UUID 0dddb62a-f637-40c4-9399-bc63bb43f84e [12:17:49] [Server thread/WARN]: Keeping entity PigZombie that already exists with UUID 46062528-acc7-43de-9ff2-03c58ac58e20 [12:17:49] [Server thread/WARN]: Keeping entity PigZombie that already exists with UUID 0dddb62a-f637-40c4-9399-bc63bb43f84e [12:17:49] [Server thread/WARN]: Keeping entity PigZombie that already exists with UUID 0dddb62a-f637-40c4-9399-bc63bb43f84e [12:17:49] [Server thread/WARN]: Keeping entity PigZombie that already exists with UUID 46062528-acc7-43de-9ff2-03c58ac58e20 [12:17:49] [Server thread/WARN]: Keeping entity PigZombie that already exists with UUID 0dddb62a-f637-40c4-9399-bc63bb43f84e [12:17:49] [Server thread/WARN]: Keeping entity PigZombie that already exists with UUID 0dddb62a-f637-40c4-9399-bc63bb43f84e [12:17:49] [Server thread/WARN]: Keeping entity PigZombie that already exists with UUID 46062528-acc7-43de-9ff2-03c58ac58e20 [12:17:49] [Server thread/WARN]: Keeping entity PigZombie that already exists with UUID 46062528-acc7-43de-9ff2-03c58ac58e20

Using latest version of zombie awareness on curse for 1.10.2

The server continues doing this in an endless loop. Left it running for 2 hours. Cycling back and forth between those two messages. Seems it only happens in the nether and it involves the pigman as you can see,

Endless zombie spawning with base defence that sets them on fire

2019-08-11_15h02_06

Using consecrated soil for base defences, and already tuned spawning variables to be way lower, on some nights (playing with staying up enforced), it starts endless spawn waves, especially if they step on the soil (which sets them ablaze), haven't checked other damage sources).

It spirals out of control really fast. Figuring on what the problem is, it's either - the zombies on fire are not considered zombies (unlikely, since they can't all be on fire), or the sound they make spirals out of control - they do scream when on fire).

Would love to have to fix this, because in 20 seconds it can go up to hundreds of zombies, and most of them doesn't respect light level to spawn in, resulting in big slowdown for server, until it's reset through difficulty peaceful and back to hard.

Injected AI follow players in creative.

Mc version: 1.12.2
Zawareness version:1.11.12
Resume: injected ai follow ceative players.

Explanation of pics: no need to explain

Edited my post from my previus genius report.

Add license file?

Hi, I'm putting together an all-open-source modpack to showcase the modding community's best work. This is an awesome mod for making the game challenging in a smart way that isn't just making numbers bigger. I'm not sure what your intent is with respect to licensing, but I thought I'd ask since it's on github. I would really love to include this in my pack if you're willing to choose an open source license. If would be a big boon to the modding community. If you prefer to keep it all rights reserved, it would still be helpful to add a license file that clarifies that.

[API Feature Request] Cloaking/regional pathfinding "blocking"

ChromatiCraft has a (late-game) cloaking tower that disables mob-to-player targeting in its range. One of the things I had in mind when writing it, but apparently does not work, is for the long-range sight capabilities in Zombie Awareness to also be nullified if the would-be target is in that range.

The simplest way to implement this is probably a custom Forge event, ZombiePathFindEvent, which has data on the target location (world,x,y,z), the EntityZombie (or derivative thereof), and what type of detection (light, blood, etc), and then, if the event is cancelled, not pathfind.

A Server ERROR about explosion

zombieawareness-1.10.2-1.11.8
forge:forge-1.10.2-12.18.3.2477-universal
spongeforge-1.10.2-2477-5.2.0-BETA-2793

ERROR.txt

[12:11:13] [Server thread/ERROR] [Sponge]: //
[12:11:13] [Server thread/ERROR] [Sponge]: /
Exception trying to process over a phase! /
[12:11:13] [Server thread/ERROR] [Sponge]: /
/
[12:11:13] [Server thread/ERROR] [Sponge]: /* PhaseContext : /
[12:11:13] [Server thread/ERROR] [Sponge]: /
- Name: CapturedExplosion /
[12:11:13] [Server thread/ERROR] [Sponge]: /
Object: CaptureExplosion{explosion=net.minecraft.world.Explosion@2034606f} /
[12:11:13] [Server thread/ERROR] [Sponge]: /
- Name: CapturedEntities /
[12:11:13] [Server thread/ERROR] [Sponge]: /
Object: CapturedEntitiesSupplier{Captured=0} /
[12:11:13] [Server thread/ERROR] [Sponge]: /
- Name: CapturedBlocks /
[12:11:13] [Server thread/ERROR] [Sponge]: /
Object: CapturedBlocksSupplier{Captured=0} /
[12:11:13] [Server thread/ERROR] [Sponge]: /
- Name: Source /
[12:11:13] [Server thread/ERROR] [Sponge]: /
Object: EntityCreeper['Creeper'/48359, l='world', x=109.43, y=68.00, z=269.88] /
[12:11:13] [Server thread/ERROR] [Sponge]: /
- Name: Owner /
[12:11:13] [Server thread/ERROR] [Sponge]: /
Object: EntityPlayerMP['Mr__Seven'/47578, l='world', x=111.05, y=68.00, z=270.34] /
[12:11:13] [Server thread/ERROR] [Sponge]: /
- Name: Notifier /
[12:11:13] [Server thread/ERROR] [Sponge]: /
Object: EntityPlayerMP['Mr__Seven'/47578, l='world', x=111.05, y=68.00, z=270.34] /
[12:11:13] [Server thread/ERROR] [Sponge]: /
- Name: Source /
[12:11:13] [Server thread/ERROR] [Sponge]: /
Object: EntityCreeper['Creeper'/48359, l='world', x=109.43, y=68.00, z=269.88] /
[12:11:13] [Server thread/ERROR] [Sponge]: /
Stacktrace: /
[12:11:13] [Server thread/ERROR] [Sponge]: /
java.lang.IllegalStateException: Expected to be capturing a block position during an explosion! Please analyze the current phase context. /
[12:11:13] [Server thread/ERROR] [Sponge]: /
org.spongepowered.common.event.tracking.TrackingUtil.lambda$throwWithContext$3(TrackingUtil.java:479) /
[12:11:13] [Server thread/ERROR] [Sponge]: /
java.util.Optional.orElseThrow(Optional.java:290) /
[12:11:13] [Server thread/ERROR] [Sponge]: /
org.spongepowered.common.event.tracking.phase.general.ExplosionState.spawnEntityOrCapture(ExplosionState.java:296) /
[12:11:13] [Server thread/ERROR] [Sponge]: /
org.spongepowered.common.event.tracking.phase.general.GeneralPhase.spawnEntityOrCapture(GeneralPhase.java:357) /
[12:11:13] [Server thread/ERROR] [Sponge]: /
org.spongepowered.common.event.tracking.CauseTracker.spawnEntity(CauseTracker.java:633) /
[12:11:13] [Server thread/ERROR] [Sponge]: /
net.minecraft.world.WorldServer.func_72838_d(WorldServer.java:2686) /
[12:11:13] [Server thread/ERROR] [Sponge]: /
ZombieAwareness.ZAUtil.spawnOrBuffSenseAtPos(ZAUtil.java:1013) /
[12:11:13] [Server thread/ERROR] [Sponge]: /
ZombieAwareness.ZAUtil.spawnOrBuffSenseAtPos(ZAUtil.java:992) /
[12:11:13] [Server thread/ERROR] [Sponge]: /
ZombieAwareness.ZAUtil.hookSoundEvent(ZAUtil.java:610) /
[12:11:13] [Server thread/ERROR] [Sponge]: /
ZombieAwareness.WorldEventListener.func_184375_a(WorldEventListener.java:56) /
[12:11:13] [Server thread/ERROR] [Sponge]: /
net.minecraft.world.World.func_184148_a(World.java:1061) /
[12:11:13] [Server thread/ERROR] [Sponge]: /
net.minecraft.world.Explosion.func_77279_a(Explosion.java:821) /
[12:11:13] [Server thread/ERROR] [Sponge]: /
net.minecraft.world.WorldServer.func_72885_a(WorldServer.java:3064) /
[12:11:13] [Server thread/ERROR] [Sponge]: /
net.minecraft.world.WorldServer.triggerInternalExplosion(WorldServer.java:2665) /
[12:11:13] [Server thread/ERROR] [Sponge]: /
org.spongepowered.common.interfaces.entity.explosive.IMixinExplosive.detonate(IMixinExplosive.java:53) /
[12:11:13] [Server thread/ERROR] [Sponge]: /
net.minecraft.entity.monster.EntityCreeper.redirect$onExplode$zfb003(SourceFile:707) /
[12:11:13] [Server thread/ERROR] [Sponge]: /
net.minecraft.entity.monster.EntityCreeper.func_146077_cc(SourceFile:243) /
[12:11:13] [Server thread/ERROR] [Sponge]: /
net.minecraft.entity.monster.EntityCreeper.func_70071_h_(SourceFile:154) /
[12:11:13] [Server thread/ERROR] [Sponge]: /
org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:158) /
[12:11:13] [Server thread/ERROR] [Sponge]: /
net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zkc000(WorldServer.java:2850) /
[12:11:13] [Server thread/ERROR] [Sponge]: /
net.minecraft.world.World.func_72866_a(World.java:4075) /
[12:11:13] [Server thread/ERROR] [Sponge]: /
net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:839) /
[12:11:13] [Server thread/ERROR] [Sponge]: /
net.minecraft.world.World.func_72870_g(World.java:1937) /
[12:11:13] [Server thread/ERROR] [Sponge]: /
net.minecraft.world.World.func_72939_s(World.java:6016) /
[12:11:13] [Server thread/ERROR] [Sponge]: /
net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2197) /
[12:11:13] [Server thread/ERROR] [Sponge]: /
net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709) /
[12:11:13] [Server thread/ERROR] [Sponge]: /
net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387) /
[12:11:13] [Server thread/ERROR] [Sponge]: /
net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613) /
[12:11:13] [Server thread/ERROR] [Sponge]: /
net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) /
[12:11:13] [Server thread/ERROR] [Sponge]: /
java.lang.Thread.run(Thread.java:748) /
[12:11:13] [Server thread/ERROR] [Sponge]: /
*********************************************************************************************************************************************/

Hordes spawning too early, not as per config

This config option in Spawning.cfg doesn't appear to work:

Days before all of the mods features will be activated

D:daysBeforeFeaturesActivate=40

Some players are encountering hordes as early as their first night.

Mod does not use Husks and Strays

In 1.10+, Husks should replace Zombies in Desert Environments and Strays should replace Skeletons in Snow environments.

This does not happen with Zombie Awareness.

Scent entities interfere with Thaumcraft

The entities spawned that allow zombies to track you are interfering with the use of the thaumometer in thaumcraft. Namely, it will try to scan the scent entity instead of the item/block/mob that you are trying to look at.

Simply disabling scent tracking in the configuration doesn't help either, as the scent entities are still spawned even when they are not being used.

mod updae

is mod will be in higher version like 1.15 or 1.16.4
cuz this wuld be epic duo with other mod MrCrayfish's Gun Mod

Elecroblob's Wizardry Zombie summons

When summoning zombies (and id assume skeletons) while using Elecroblob's Wizardry they attack the player which shouldn't happen when in #fact they should fight for the player

[1.7.10] Game crashes on startup

[19:30:57] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:349]: ---- Minecraft Crash Report ----
// Daisy, daisy...

Time: 9/30/19 7:30 PM
Description: There was a severe problem during mod loading that has caused the game to fail

cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: ZombieAwareness.ZombieAwareness
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
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.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
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)
Caused by: java.lang.ClassNotFoundException: ZombieAwareness.ZombieAwareness
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:58)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:440)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
... 18 more
Caused by: java.lang.NoClassDefFoundError: CoroUtil/pathfinding/IPFCallback
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 45 more
Caused by: java.lang.ClassNotFoundException: CoroUtil.pathfinding.IPFCallback
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 49 more

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

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_211, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 571981416 bytes (545 MB) / 1654128640 bytes (1577 MB) up to 3728736256 bytes (3556 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx4000m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 Optifine OptiFine_1.7.10_HD_U_E3 124 mods loaded, 124 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UC mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UC FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
UC Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
UC AM2-Preloader{0.0.3} [AMCore] (minecraft.jar)
UC CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UC LumySkinPatch{1.0.6} [Lumy Skin Patch] (minecraft.jar)
UC Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UC NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
UC OpenModsCore{0.10.1} [OpenModsCore] (minecraft.jar)
UC {000} [CoFH ASM] (minecraft.jar)
UC FastCraft{1.25} [FastCraft] (fastcraft-1.25.jar)
UC AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
UC arsmagica2{1.4.0.009} [Ars Magica 2] (1.7.10_AM2-1.4.0.009.jar)
UC bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
UC StartingInventory{1.7.10.r03} [StartingInventory] ([1.7.10]StartingInventory-universal-1.7.10.r03.jar)
UC StatusEffectHUD{1.27} [StatusEffectHUD] ([1.7.10]StatusEffectHUD-client-1.27.jar)
UC AgriCraft{1.7.10-1.5.0} [AgriCraft] (AgriCraft-1.7.10-1.5.0.jar)
UC CoFHCore{1.7.10R3.1.4} [CoFH Core] (CoFHCore-[1.7.10]3.1.4-329.jar)
UC ImmersiveEngineering{0.7.7} [Immersive Engineering] (ImmersiveEngineering-0.7.7.jar)
UC Baubles{1.0.1.10} [Baubles] (Baubles-Mod-1.7.10.jar)
UC Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UC arcane_engineering{0.2.7} [Arcane Engineering] (arcane_engineering-0.2.7.jar)
UC MovingWorld{1.7.10-1.8.1} [Moving World] (movingworld-1.7.10-1.8.1.jar)
UC ArchimedesShipsPlus{1.7.10-1.8.1} [Archimedes' Ships Plus] (archimedesshipsplus-1.7.10-1.8.1.jar)
UC BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1390-universal.jar)
UC ATOP{1.2} [ATOP] (ATOP-1.7.10-v.1.2.jar)
UC betterquesting{3.0.303} [Better Questing] (BetterQuesting-3.0.303.jar)
UC BiblioCraft{1.11.7} [BiblioCraft] (BiblioCraft[v1.11.7][MC1.7.10].jar)
UC blockarmor{1.1} [Block Armor] (BlockArmor-1.7.10-1.1.jar)
UC boilerplate{6.3.0.81} [Boilerplate] (boilerplate-1.7.10-6.3.0.81-universal.jar)
UC TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UC ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UC chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
UC CarpentersBlocks{3.3.8.1} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8.1 - MC 1.7.10.jar)
UC ChestTransporter{2.0.6} [Chest Transporter] (ChestTransporter-1.7.10-2.0.6.jar)
UC controlling{1.0.0} [Controlling] (Controlling-1.7.10-1.0.0.jar)
UC cosmeticarmorreworked{1.7.10-v6b} [CosmeticArmorReworked] (CosmeticArmorReworked-1.7.10-v6b.jar)
UC craftarcanum{1.1.1} [Craft Arcanum] (CraftArcanum-1.1.1.jar)
UC CustomSpawner{3.3.0} [DrZhark's CustomSpawner] (CustomMobSpawner+3.3.0.zip)
UC DeadlyWorld{1.0.2} [Deadly World] (DeadlyWorld-1.7.10-1.0.2.jar)
UC DescriptionTags{1.0} [Description Tags] (DescriptionTags-1.0-1.7.10.jar)
UC Ding{MC1.7.10v2} [Ding] (Ding-MC1.7.10v2.jar)
UC dldungeonsjdg{1.8.10} [Doomlike Dungeons] (DoomlikeDungeons-1.8.10-MC1.7.10.jar)
UC MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks+MoCreatures+Mod+v6.3.1)
UC dungeonmobs{4.1.3} [Dungeon Mobs] (Dungeon Mobs v4.1.3.jar)
UC DurabilityShow{1.2.0} [Durability Show] (DurabilityShow-1.7.10-1.2.0.jar)
UC EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
UC etfuturum{1.5.5} [Et Futurum] (Et+Futurum-1.5.5.jar)
UC ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UC fastleafdecay{1.4} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.4.jar)
UC FlatBedrockx{1.0.2} [FlatBedrock Xplosion's Edition] (FlatBedrock-1.0.2.jar)
UC fognerf{1.7.10-0.3} [Fog Nerf] (fognerf-1.7.10-0.4.jar)
UC HardcoreEnderExpansion{1.8.6} [Hardcore Ender Expansion] (HardcoreEnderExpansion++MC-1.7.10++v1.8.6.jar)
UC Forestry{4.2.16.64} [Forestry for Minecraft] (forestry_1.7.10-4.2.16.64.jar)
UC Steamcraft{0.29.3} [Flaxbeard's Steam Power] (FSP-1.7.10-0.29.3.jar)
UC MineTweaker3{3.0.10} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.10B.jar)
UC Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UC FTBL{1.0.18.2} [FTBLib] (FTBLib-1.7.10-1.0.18.3.jar)
UC Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UC TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UC GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.504.jar)
UC GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.504.jar)
UC gud_thaumicnei{1.3.0} [Thaumic NEI] (gud_thaumicnei-1.3.0.jar)
UC Harvest{1.7.10-1.0.0-2} [Harvest] (Harvest-1.7.10-1.0.0-2.jar)
UC Highlands{2.2.3} [Highlands] (Highlands-1.7.2-v-2.2.3.jar)
UC iChunUtil{4.0.0} [iChunUtil] (iChun-Util-Mod-1.7.10.jar)
UC IGWMod{1.1.12-34} [In-Game wiki Mod] (IGW-Mod-1.7.10-1.1.12-34-universal.jar)
UC immersiveintegration{0.6.8} [Immersive Integration] (immersiveintegration-0.6.8.jar)
UC InfernalMobs{1.6.0} [Infernal Mobs] (InfernalMobs-1.7.10.jar)
UC inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
UC journeymap{5.1.4p2} [JourneyMap] (journeymap-1.7.10-5.1.4p2-unlimited.jar)
UC koresample{1.7.10-1.3.2} [Kore Sample] (KoreSample-1.7.10-1.3.2.jar)
UC lootbags{2.0.17} [Loot Bags] (LootBags-1.7.10-2.0.17.jar)
UC MagicBees{2.4.4} [Magic Bees] (magicbees-1.7.10-2.4.4.jar)
UC malisiscore{1.7.10-0.14.3} [MalisisCore] (malisiscore-1.7.10-0.14.3.jar)
UC malisisdoors{1.7.10-1.13.2} [Malisis' Doors] (malisisdoors-1.7.10-1.13.2.jar)
UC modtweaker2{0.9.5} [Mod Tweaker 2] (ModTweaker2-0.9.5.jar)
UC morechisels{@Version@} [More Chisels] (MoreChisels-1.7.10-1.0-28.jar)
UC Morpheus{1.7.10-1.6.21} [Morpheus] (Morpheus-1.7.10-1.6.21.jar)
UC MouseTweaks{2.4.4} [Mouse Tweaks] (MouseTweaks-2.4.4-mc1.7.10.jar)
UC NEIAddons{1.12.14.40} [NEI Addons] (neiaddons-1.12.14.40-mc1.7.10.jar)
UC NEIAddons|Developer{1.12.14.40} [NEI Addons: Developer Tools] (neiaddons-1.12.14.40-mc1.7.10.jar)
UC NEIAddons|AppEng{1.12.14.40} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.14.40-mc1.7.10.jar)
UC NEIAddons|Botany{1.12.14.40} [NEI Addons: Botany] (neiaddons-1.12.14.40-mc1.7.10.jar)
UC NEIAddons|Forestry{1.12.14.40} [NEI Addons: Forestry] (neiaddons-1.12.14.40-mc1.7.10.jar)
UC NEIAddons|CraftingTables{1.12.14.40} [NEI Addons: Crafting Tables] (neiaddons-1.12.14.40-mc1.7.10.jar)
UC NEIAddons|ExNihilo{1.12.14.40} [NEI Addons: Ex Nihilo] (neiaddons-1.12.14.40-mc1.7.10.jar)
UC neiintegration{1.1.2} [NEI Integration] (NEIIntegration-MC1.7.10-1.1.2.jar)
UC NetherOres{1.7.10R2.3.1} [Nether Ores] (NetherOres-[1.7.10]2.3.1-22.jar)
UC nmsot{1.2.0-mc1.7.10} [No Mob Spawning on Trees] (NoMobSpawningOnTrees-1.2.0-mc1.7.10.jar)
UC notenoughkeys{@MOD_VERSION@} [NotEnoughKeys] (NotEnoughKeys-1.7.10-3.0.0b45-dev-universal.jar)
UC OpenMods{0.10.1} [OpenMods] (OpenModsLib-1.7.10-0.10.1.jar)
UC OpenBlocks{1.6} [OpenBlocks] (OpenBlocks-1.7.10-1.6.jar)
UC fodc{1.6.1} [Ore Dictionary Converter] (OreDictionaryConverter-1.6.1.jar)
UC harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's+HarvestCraft+1.7.10Lb.jar)
UC simplerecipes{1.7.10a} [Pam's Simple Recipes] (Pam's+Simple+Recipes+1.7.10a.jar)
UC PneumaticCraft{1.12.7-152} [PneumaticCraft] (PneumaticCraft-1.7.10-1.12.7-152-universal.jar)
UC MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.7.10-1.1.0.33-universal.jar)
UC ProjRed|Core{4.7.0pre12.95} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre12.95-Base.jar)
UC ProjRed|Transmission{4.7.0pre12.95} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
UC ProjRed|Compatibility{4.7.0pre12.95} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre12.95-Compat.jar)
UC ProjRed|Integration{4.7.0pre12.95} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
UC ProjRed|Illumination{4.7.0pre12.95} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre12.95-Lighting.jar)
UC questbook{2.1.1-1.7.10} [Better Questing Quest Book] (questbook-2.1.1-1.7.10.jar)
UC reauth{3.5.0} [ReAuth] (ReAuth-3.5.0.jar)
UC bq_rf{3.0.29} [RF Expansion] (RFExpansion-3.0.29.jar)
UC Roguelike{1.5.0} [Roguelike Dungeons] (roguelike-1.7.10-1.5.0b.jar)
UC scottstweaks{1.7.10-1.3.1} [Scott's Tweaks] (ScottsTweaks-1.7.10-1.3.1.jar)
UC sodacantorches{01.07.01} [Sodacan Utilities] (sodacanutilities-01.07.01.jar)
UC SpecialAI{1.1.2} [Special AI] (SpecialAI-1.7.10-1.1.2.jar)
UC SpecialMobs{3.2.2} [Special Mobs] (SpecialMobs-1.7.10-3.2.2.jar)
UC bq_standard{3.0.162} [Standard Expansion] (StandardExpansion-3.0.162.jar)
UC ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-53.jar)
UC VTweaks{1.4.3} [V-Tweaks] (VTweaks-1.7.10-1.4.3.jar)
UC WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar)
UC wawla{1.3.1} [What Are We Looking At] (Wawla-1.0.5.120.jar)
UC weaponmod{v1.14.3} [Balkon's WeaponMod] (weaponmod-1.14.3.jar)
UC XPT{1.2.9} [XP Teleporters] (XPTeleporters-1.7.10-1.2.9.jar)
UE ZAMod{v1.10} [Zombie Awareness] (zombieawareness-1.7.10-1.10.jar)
UC McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UC ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
UC MCFrames{1.0} [MCFrames] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
UC RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-1.7.10-0.0.1.2-universal.jar)
UC ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 388.13' Renderer: 'GeForce GT 730/PCIe/SSE2'
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[player_damage_hook:FINISHED],[map_gen_fix:ENABLED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: found misbehaving transformers: me.guichaguri.betterfps.transformers.MathTransformer(me.guichaguri.betterfps.transformers.MathTransformer@651c6c59) returned non-null result: 0,me.guichaguri.betterfps.transformers.EventTransformer(me.guichaguri.betterfps.transformers.EventTransformer@a60ad99) returned non-null result: 0
CoFHCore: -[1.7.10]3.1.4-329
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
TConstruct Environment: Environment healthy.
NetherOres: -[1.7.10]2.3.1-22
OptiFine Version: OptiFine_1.7.10_HD_U_E3
Render Distance Chunks: 5
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.6.0 NVIDIA 388.13
OpenGlRenderer: GeForce GT 730/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 4

First Aid Mod Capability

Hay i made this because my modpack is using a mod called First Aid Mod and I notice that right now that no matter the health is the blood spawn on the ground. The First Aid Mod replace Minecraft Health System and replace it with body parts and The Head and Body is critical body part which mean if any of them hit 0 you die.

First Aid dose have an API to work with.

First Aid: https://minecraft.curseforge.com/projects/first-aid?gameCategorySlug=mc-mods&projectID=276837

My Modpack: https://minecraft.curseforge.com/projects/real-life-modpack?gameCategorySlug=modpacks&projectID=255693

Random Crash dont know if its this mod or your weather mod [server side]

java.io.EOFException: Unexpected end of ZLIB input stream
at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:240)
at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
at java.io.DataInputStream.readFully(DataInputStream.java:195)
at java.io.DataInputStream.readUTF(DataInputStream.java:609)
at java.io.DataInputStream.readUTF(DataInputStream.java:564)
at net.minecraft.nbt.NBTTagCompound.func_152448_b(NBTTagCompound.java:486)
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:56)
at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:496)
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:58)
at net.minecraft.nbt.CompressedStreamTools.func_152455_a(CompressedStreamTools.java:133)
at net.minecraft.nbt.CompressedStreamTools.func_152456_a(CompressedStreamTools.java:88)
at net.minecraft.nbt.CompressedStreamTools.func_74794_a(CompressedStreamTools.java:83)
at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadChunk__Async(AnvilChunkLoader.java:89)
at net.minecraftforge.common.chunkio.ChunkIOProvider.run(ChunkIOProvider.java:69)
at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:92)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118)
at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:89)
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:135)
at net.minecraft.world.World.func_72964_e(World.java:309)
at net.minecraft.world.World.func_175726_f(World.java:304)
at net.minecraft.world.World.func_180495_p(World.java:910)
at weather2.weathersystem.storm.TornadoHelper.tick(TornadoHelper.java:320)
at weather2.weathersystem.storm.StormObject.tick(StormObject.java:570)
at weather2.weathersystem.WeatherManagerBase.tick(WeatherManagerBase.java:138)
at weather2.weathersystem.WeatherManagerServer.tick(WeatherManagerServer.java:52)
at weather2.ServerTickHandler.onTickInGame(ServerTickHandler.java:92)
at weather2.EventHandlerFML.tickServer(EventHandlerFML.java:36)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_577_EventHandlerFML_tickServer_ServerTickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.fml.common.FMLCommonHandler.onPreServerTick(FMLCommonHandler.java:278)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:657)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Thread.java:748)

Corosauce/weather2#285

Zombies ignoring light Level

I've noticed that random surface zombies seem to spawn in groups in lit areas.
Not even the Mega Torch can prevent that.

PM Description: Exception in server tick loop java.lang.IllegalArgumentException: Modifier is already applied on this attribute!

http://pastebin.com/4dbk05mr

I keep getting this crash, it happens randomly I guess. What seems causing it?
Edit: I think I found the issue, the issue come from Special Mobs Mod.
What I did is using peaceful mode and then just run around and play for a while until it crashes with the same crash log.

After crash I logged back in and noticed there is a mob that is spawned from Special Mobs Mod, at this time it is the Fishing Baby Zombie. I think Zombie Awareness tried to put the effect on to the Special Mobs Mod? Which is why it crashing? I still don't know how to workaround it though.

Thank you.

Crash on worldload

Hi,

I'm getting the following crash when I start up my world, I'm currently in the nether.
The pack I'm playing is forever stranded on minecraft 1.10.2 (with foamfix installed).

Pastebin: http://pastebin.com/aJKDDXjb

Taking damage from nothing

I don't know what causes it, but when a skeleton sees you through a door, window, trapdoor and walk away while it still sees you, you take damage if you're 6-12 blocks away, not just damage but constant damage, and they can do it too when you're behind a wall but where the skeletons are 2 block above as shown in the screenshot. It is confirmed with a skeleton, but i don't know with the other hostile mobs
2020-10-02_17 20 24

Blood Splatter "broken" on newer version of forge.

In my pack i am using Binnies which for some reason likes to use Forge versions past recommend, With that being said, forge versions 14.23.0.2536 through the most recent 2542 breaks the blood splatter of the mod.

[1.12] Sounds from wrong mobs

The "alert" sounds come from other mobs that shouldn't have your AI.
I've set it so that the only tickable_entities is Zombie and ZombieVillager. But still I have the sounds coming from creepers, spiders and skeletons. ๐Ÿ‘Ž
It sort of breaks the immersion, so I'd love a fix for this ๐Ÿ‘Ž

Zombies gain super fast speed increase

Im using ZA in my 1.7.10 pack and have noticed that the speed buff zombies gain makes them move so very fast its like they all have speed 100 buff its virtually impossible to hit them in combat or be able to run away.

Maxed CPU out on servers 1.10.2

my server starts then as im generating chunks the processor goes up then nobody can be on and it just keep the processor maxed out it never recovers. I am sure its this mod I installed 2 mods on my server Corosutil 1.1.9 and Zombie Awareness 1.20 this mod really doesn't like servers heh if I install Coros and weather mod server runs fine.

1.10.2
forge 2099

Zombie investigating sound plays on creepers and other mobs with extra awareness

I added creepers as well as some other mobs like endermen to the mob list and when they come to investigate an area, they make the same sounds as zombies do. I understand that there's not a sound for every mob, but would it be possible to make it so that only zombies make the noises or configure noises for each mob? (Latest version)

[1.12.2] log spam

Im using forge 2538 and Zombie Awareness1.11.10 and coroutil 1.1.22 under forge2540

[main/FATAL]: Error executing task java.util.concurrent.ExecutionException: java.lang.RuntimeException: A severe problem occurred during the spawning of an entity at (40.2268614321917, 114.870070831177, 45.61953252688285) at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_151] at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_151] at net.minecraft.util.Util.func_181617_a(SourceFile:47) [h.class:?] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1086) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_151] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_151] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_151] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_151] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] Caused by: java.lang.RuntimeException: A severe problem occurred during the spawning of an entity at (40.2268614321917, 114.870070831177, 45.61953252688285) at net.minecraftforge.fml.common.network.internal.EntitySpawnHandler.spawnEntity(EntitySpawnHandler.java:134) ~[EntitySpawnHandler.class:?] at net.minecraftforge.fml.common.network.internal.EntitySpawnHandler.process(EntitySpawnHandler.java:63) ~[EntitySpawnHandler.class:?] at net.minecraftforge.fml.common.network.internal.EntitySpawnHandler.lambda$channelRead0$0(EntitySpawnHandler.java:55) ~[EntitySpawnHandler.class:?] at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.8.0_151] at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_151] at net.minecraft.util.Util.func_181617_a(SourceFile:46) ~[h.class:?] ... 9 more Caused by: io.netty.util.IllegalReferenceCountException: refCnt: 0 at io.netty.buffer.AbstractByteBuf.ensureAccessible(AbstractByteBuf.java:1408) ~[netty-all-4.1.9.Final.jar:4.1.9.Final] at io.netty.buffer.AbstractByteBuf.checkReadableBytes0(AbstractByteBuf.java:1394) ~[netty-all-4.1.9.Final.jar:4.1.9.Final] at io.netty.buffer.AbstractByteBuf.readInt(AbstractByteBuf.java:766) ~[netty-all-4.1.9.Final.jar:4.1.9.Final] at ZombieAwareness.EntityScent.readSpawnData(EntityScent.java:172) ~[EntityScent.class:?] at net.minecraftforge.fml.common.network.internal.EntitySpawnHandler.spawnEntity(EntitySpawnHandler.java:128) ~[EntitySpawnHandler.class:?] at net.minecraftforge.fml.common.network.internal.EntitySpawnHandler.process(EntitySpawnHandler.java:63) ~[EntitySpawnHandler.class:?] at net.minecraftforge.fml.common.network.internal.EntitySpawnHandler.lambda$channelRead0$0(EntitySpawnHandler.java:55) ~[EntitySpawnHandler.class:?] at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.8.0_151] at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_151] at net.minecraft.util.Util.func_181617_a(SourceFile:46) ~[h.class:?] ... 9 more

Crash on newest 1.10.2 version (1.11.7)

The game crashes randomly crashes while using the latest version. I went through and removed a bunch of mods until I figured out that Zombie Awareness was causing the crash. No more crashes after going back to 1.11.6. Crash report

how to add sound support for other mods?

i like this mod but im not sure if or how you can add sound support for guns im using vics modern warfare and zombies dont react to it by default but im wondering if there is a way to make it so zombies recognise the sound of a normal gun and a silenced gun.

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.