Note: I ignore forum pms, I always have ;D
Latest development videos: http://www.youtube.c...r/CordonFreeman
Green = Updated to Latest MC (1.5.2) - Red = Not Updated - Blue = Updated to dev/test MC
-Client/Server Mods-
Adventuring Mods:
Hostile Worlds Alpha - Long Distance Invasions, Zombie Miners, Stacking Zombies, New Dimension, Lava Worms - MC 1.5.2
Dimension Mods:
ZombieCraft 3 Beta 3.1 - Total remake of ZC Classic, tighter gameplay with multiplayer - MC 1.5.2
Tropicraft - Team project, adds tropical dimension, villagers, waves - MC 1.4.7
Weather Mods:
Weather & Tornadoes - Wind! Leaves! WAVES! More intense storms! Tornadoes! - MC 1.5.2
AI Enhancement Mods:
Zombie Awareness - Enhanced behavior + smell/sound/light senses for hostiles - MC 1.5.2
Particle Mods:
Particle Man - Wield fire particles, kill stuff BioShock style! - MC 1.5.2
-Client Only Mods-
Convenience Mods:
MovePlus - Dodging/Double Jumping - MC 1.5.2 [SSP/SMP]
Auto Farmer - Speed up farming tedium - MC 1.5.2 [SSP/SMP]
Auto Enchanter - Cycles enchantments till minimum is found - MC 1.1.0 [SSP/SMP]
Total Conversions:
ZombieCraft - COD Zombies in Minecraft - Patching from MC 1.4.5 [SSP]
Core AI Entity Changes:
Pets - Tame anything in Minecraft, give orders - MC 1.1.0 [SSP]
Nightmare Mode - Find a new challenge in the game - MC 1.1.0 [SSP]
Miner Zombie - Zombie tries to dig until he gets to you - MC b1.8.1 [SSP]
Performance/Misc Fixes:
Smooth Rain - Removes FPS loss during rain (integrated into Weather mod) - MC b1.8.1 [SSP]
Menu FPS Fix - Fixes Game Menus CPU overkill - MC 1.2.3 [SSP/SMP]
-Server Only Mods-
Mob Spawner Cycler - Click cycle between mobs for spawning - MC 1.1.0
Mod stuff moved to my site
Mob Spawner Cycler for Servers v1.0 - [MC 1.1.0] - Click cycle between mobs for spawning
Download: v1.0 [MC Server 1.1]: My Site - Adfly
Features:
- Cycles between spawnable monsters when you left/right click on the mob spawner block if the user is an op on the server (configurable)
- No client modding required
- You can change the distance mob spawners activate, their rate of spawning, and how many spawn in that activation area
- Configurable options: opsOnly, spawnStartDelay, spawnStartDistance, maxEntsInHalfActivateArea, spawnFixedDelay, spawnRandomDelay
- Probably compatible with mlmp / forge, edits Mob Spawner files

Zombie Awareness Basic for Servers v0.1 - [MC b1.8.1] - Pathfinding Activated + Blood scents
Download: v0.1 [Vanilla MC Server b1.8.1]: Adcraft - Adfly
Features:
* Enables pathfinding and Blood Scent Awareness on hostiles except endermen
* Each time a player loses health, an invisible scent is dropped that entities use as a point they can pathfind to
* Scents can be noticed from a range of 64 blocks, but lowers as the scent decays
* Hostiles use the usual 16 block awareness range, and pursue you until they can't see you for a full 30 seconds
Gameplay difference results:
* When you get hurt, staying in the area brings great risk in getting attacked by more hostiles that could smell the blood
* Always watch your back, something may know how to get to you
Future:
* Bukkit compatible version
* ModLoaderMP compatible version
* Configuration, rest of features from SSP Zombie Awareness
* Scent strengths that depend on how much health was lost, removing scent spawning from just half a heart loss
* Optional client side mod to enhance experience (blood visuals) maybe
Requires:
- MC Server 1.8.1
Destructive Tornadoes v0.4 - [SSP MC 1.1.0] - A New Storm System!
Latest Download:
Tornadoes v0.4 for MC 1.1.0: My Site | Adf.ly
Requires:
- Modloader
- Audiomod
This mod changes _NO_ core classes!

New in v0.4:
- Redid configuration, DELETE OLD CONFIG FILE!
- New Block Grab system based on strength and effectiveness against an axe, perfect for mod blocks, to use block id based grabbing set 'blockStrengthGrabbing' to false
- support for up to 4000 particles!!!!!! WAY BETTER than the limit of 1500 for 1.7.3, notchs code has improved the rendering
- Completely redid how it manages storms, 6 storm stages now
- stage 1, normal rain: water spouts can spawn over water, they have a very small ent grab range and DO NOT GRAB BLOCKS, they die when they hit land, they are neat and mostly harmless, though avoid them with your boat
- stage 2, thunderstorm, a weak tornado can spawn
- stage 3-5(?), gets darker as stages progress, lightning becomes more intense, as well as BIGGER tornadoes spawning
- stage 6, may or may not produce a hurricane, they really need their own rules for spawning though, as they can spawn over land right now
- So many performance checks to prevent the tornado from killing your game, improved performance when colliding with a solid/destroyable building
- Block ids configurable
- Sky brightness varies depending on storm stage
- Tornadoes slow down when met with something solid it's taking a while to destroy
v0.2 video:
http://www.youtube.c...fT8adYPk#t=1m4s
v0.1 video:
More Videos / Screenshots
Info/About:
- Note:
- Naturally spawning tornadoes, with detection blocks, recipes are:
Tornado Sensor:

Tornado Siren:

- This is going to become an all out weather mod with Hurricanes, tsunamis, volcanoes.
- Tornadoes!
- Read v0.3 updates! >_<
- Possible configurations for config file in config/mod_EntMover.cfg:
#maxActiveTornadoes (int:1)
#tornadoTime (int:1500)
#tornadoMaxBlocks (int:800)
#tornadoMaxParticles (int:1500)
#tornadoBaseSize (int:3)
#tornadoHeight (double:60.0)
#tornadoMaxYChange (double:10.0)
#tornadoPullRate (float:0.3)
#tornadoLiftRate (double:0.048)
#tornadoInitialSpeed (double:0.25)
#rarityOfFirenado (int:-1)
#rarityOfDisintegrate (int:5)
#rarityOfBreakOnFall (int:5)
#tornadoWidthScale (float:1.0)
#grabFiniteWater (boolean:false)
#grabPlayer (boolean:true)
#blockBlacklistMode (boolean:false)
#blockList (java.lang.String:2,3,5,6,12,31,18,20,35,43,44,53,79,87)
#storm_ChanceOfTornado (float:0.3)
#storm_RarityOfLightning (long:50000)
#storm_Length_rnd (int:12000)
#storm_Length_fixed (int:12000)
#storm_Delay_rnd (int:84000)
#storm_Delay_fixed (int:12000)
#noRain (boolean:false)
Tornadoes v0.3: (Filecopter) - (FileSonic)
New in v0.3:
- Tornadoes now spawn during the most intense of thunderstorms!
- Added Option to turn off rain, thunder and lightning will still happen
- Tornadoes now change color based on what block type its currently under
- Tornado now has sound! A calm but eerie wind at a distant, but once it gets closer you can hear its destruction and stronger winds
- Experimental sound code that supports constant playing moving sounds with unlimited range
- New Block: Tornado Siren - plays a loud siren when a tornado is within 140 blocks, can be heard from VERY far away!
- New Block: Tornado Sensor - activates redstone when a tornado is within 140 blocks, better bunker up!
- Added configs for fixed and random delays/lengths on the thunderstorms that build up to a tornado
- Only 1 tornado can stay spawned for a while at a time, for performance sake
- Added option for chance of lightning strike
- Tornadoes now break glass on grab
- Items caught in tornadoes get destroyed fast, otherwise they get thrown into unloaded chunks.
- Blocks can move living entities a lot better
- Pattern of tornado in the sky improved
- Lots of random under the hook changes
New in v0.2:
- Lots more (and more accurate) configurations available - I suggest deleting your old config file to make sure you get new defaults
- Now grabs blocks with ID 2,3,5,6,12,31,18,20,35,43,44,53,79,87 - configurable, also possible to use as a blacklist of blocks instead
- Tornado now monitors the block height and stays on the top layer
- Will dissipate if above 90 Y
- Option to grab finite water (high end pcs only)
- Now grabs and throws around the player (default on!), wont cause fall damage if motionY is greater than -2
- Dark Particles spawn where the tornado is, adding more awesome effect, (max amount of particles configurable)
- Blocks now rotate when flying around in the air
- Added config for rarity of blocks turning into fire while in air (firenado)
- An actually usable funnel size adjuster: tornadoWidthScale, the height setting also works decently
- Added config for rarity of blocks to disintegrate, helps keep the tornado from hitting the max moving blocks in air number
- Added config for rarity of blocks to break on landing, helps reduce the original horrible mess that was left in v0.1 tornadoes wake
- Secret new item as a test to my shockwave code
- Worm remains directly unchanged
- Other stuff I forgot
How to Install/Use:
1. Requires ModLoader: http://www.minecraft...t/topic/75440-/
2. Extract the zip. In the zip, copy the contents of the folder into your %appdata%\.minecraft folder
3. Create the Tornado Item from the top recipe in the picture inside zip file
4. Extra configuration is possible, mod_EntMover.cfg inside %appdata%\.minecraft\config
Particle Man v1.2 - [SSP MC 1.1] - Wield fire particles, kill stuff BioShock style!
Latest Update:
Download: Particle Man v1.2 [SSP MC 1.1]: My Site | Adf.ly
MC 1.0:
Download: Particle Man v1.2 [SSP MC 1.0]: Adf.ly | AdCraft
Requires: Modloader
New in 1.2:
- Introducing the Particle Sentry! grabs fire like you can, needs coal and nearby torches, or you can feed it fire yourself using particle man powers, toggleable between regular mode and a sentry mode that shoots the fire particles at nearby enemies
- Put multiple ones near eachother and create a firewall perimeter defense.
- Configurable block ID (default 160) in .minecraft/config/mod_ParticleMan.cfg
Download: Particle Man v1.2 [SSP MC b1.8.1]: AdCraft



New in 1.1:
- Fire Particles burn trees now
- Fire Particles collide with stuff now
- Fire Particles stop arrows
- Adjusted where the particles gather to be more towards your hand
- Slightly modified particle gathering/circling code
Features:
- Pull and control fire while holding right click with nothing in your hand
- While controlling the fire, it burns and hurts entities
- Once you let go, it shoots the fire where you're aiming, you can regrab it too
- Drains your stamina as you pull more from the torches for good balence.
To Install: Put zip file into .minecraft/mods/ folder
Smooth Rain v1.0 - [SSP/SMP MC b1.8.1] - Removes the FPS loss when raining
Latest Update:
Download: Smooth Rain v1.0 [SSP/SMP MC b1.8.1]: AdCraft
Requires: Modloader
Features:
- Nearly removes all FPS loss due to rain, recommended for those who notice a loss of FPS when it's raining
- Replaces the existing rain rendering with one made of particles
- ignore the config file, not used yet
Example:
My video card: Nvidia GeForce 210, $30 card
Using original Minecraft rain: 37 FPS
Using my particle enhanced rain: 65 FPS
See below for proof:


To Install: Put zip file into .minecraft/mods/ folder
* Compatible with optifine (incase you like my rain improvement better)
Menu FPS Fix - [SSP/SMP MC b1.8.1] - Fixes Game Menus CPU overkill
Latest Update:
Download: Menu FPS Fix v1.0 [SSP/SMP MC b1.8.1]: AdCraft
Features:
- Contains 2 files, each an optional separate fix:
- sf.class (GuiMainMenu) - Disables the panoramic world view in the background, restores old 1.7.3 background
- qr.class (GuiScreen) - Stops Minecraft from trying to render as fast as possible, eg: instead of 100% cpu and 600 fps, you get 20% cpu and 90 fps, EVEN WHEN PAUSED INGAME! (great for multi-monitors when paused and using other screen)
MovePlus v2.1 - [SSP/SMP MC 1.1.0] - Adds double jumping, dodges, dodge jumping, wall jumping, and more
Latest Update:
Latest Download: MovePlus v2.1 [SSP/SMP MC 1.1.0]: My Site | Adf.ly
Older versions:
Download: MovePlus v2.1 [SSP/SMP MC 1.0.0]: Adf.ly | AdCraft
MovePlus Mini for MC b1.9 PR 4, standalone install, no ModLoader required
Download: MovePlus Mini [SSP/SMP MC b1.9 PR4]: AdCraft
MovePlus Mini for MC b1.9 PR 3, standalone install, no ModLoader required
Download: MovePlus Mini [SSP/SMP MC b1.9 PR3]: AdCraft
* put zip contents into minecraft.jar, delete META-INF
* unlike previous MovePlus Mini versions, this one has speed mining and configuration in config/mod_MovePlus.cfg
* Pressing M displays your coordinates at the top left of your screen, and if you die, it displays your death coordinates
* Mini version does not have:
- SMP fall damage (all the obfuscated packets look the damn same >_<)
- achievements (big whoop)
MovePlus for MC b1.8.1 official release - Needs ModLoader!!
Download: MovePlus v2.1 [SSP/SMP MC b1.8]: AdCraft - Adfly
* ModLoader config option re-enabled
* Fixed the shift button causing no fall "bug"
MovePlus Mini for MC b1.8 PR 2, standalone install, no ModLoader required
Download: MovePlus v2.1 [SSP/SMP MC b1.8 PR2]: AdCraft - Adfly
MovePlus Mini for MC b1.8 PR, standalone install, no ModLoader required
Download: MovePlus v2.1 [SSP/SMP MC b1.8 PR]: http://adf.ly/2fJ2D
* put zip contents into minecraft.jar, delete META-INF
* Mini version does not have:
- SMP fall damage (all the obfuscated packets look the damn same >_<)
- SSP speed mining
- achievements (big whoop)
- configuration
Latest Download: MovePlus v2.1 [SSP/SMP MC b1.7.3]: http://adf.ly/2WLfL
Requires: Modloader
This mod changes _NO_ core classes!
New in 2.1:
- Fixed strange fast water damage issue in SMP
- Falling is no longer fully cancelled, only if falling slow enough
- The tapdance of sounds when landing shouldn't happen anymore
- Removed fall damage on SMP servers!
- Fixed dodging while typing issue, again
Adds more movement styles to the game! Trying to mimic the jumping tricks from Unreal Tournament 2k3 (UT2k4 and then some)
My Inspiration: http://www.youtube.c...Z2fhiro#t=1m28s(UT2k3 trickjump video)
I've gotten tired of the limiting movements in Minecraft, I've always hoped for a more robust movement system, so here it is.
Feature List:
- Double jump
- Dodging
- Dodge jumping
- Wall jumping (currently no limit on how many you can do while in air)
- Boost Dodging
- Fall damage prevented for the velocities that these jumps add, but you can still hurt yourself if you fall too far
- Near complete configuration, open up %AppData%\Roaming\.minecraft\config\mod_MovePlus.cfg for tweaking / activating of new features
- Speed mining: turn on in config.txt, is auto click mining and faster mining rate
- Air control: Better movement ingame when at low speeds, subtle addition
- Speed jumping: Momentum boost if you jump immediately after landing
- Added A key that toggles dodging on and off, default 'Z' (configurable)
- Speed mining does not work for SMP
- On some servers, they may track your speed and warp you back to where you were, especially on bukkit servers.
Download: MovePlus v1.9 [SSP/SMP MC b1.6.6]: http://adf.ly/1xRq2
New in 1.8:
- Updated for MC 1.6.6
- Uses ModLoaders built in property reader for changing settings: .minecraft\config\mod_MovePlus.cfg
- Activated SMP use due to relaxed rules on SMP mods
MovePlus v1.7 Single file download for MC b1.5_01: <!-- m -->http://adf.ly/371347...17-for-mc-15-01<!-- m -->
New in 1.7:
- Near complete configuration, open up %AppData%\Roaming\.minecraft\mods\MovePlus\config.txt for tweaking / activating of new features
- Speed mining: turn on in config.txt, is auto click mining and faster mining rate
- Air control: Better movement ingame when at low speeds, subtle addition
- Speed jumping: Momentum boost if you jump immediately after landing
- Dolphin Skills: ???, turn on in config.txt
- v1.1: Uses the keys you already have configured for movement
- v1.2: Added half momentum air dodging into the mix, helps getting away from zombies that are hitting you easier
- v1.3: MC b1.3_01 compatible
- v1.4: MC b1.4_01 compatible
- v1.5: MC b1.5_01 compatible
- 1:18pm est ninja update: Added Boost Dodge Achievement
, so you know if you did it properly
MovePlus v1.5 Single file download for MC b1.5_01: <!-- m -->http://adf.ly/371347...5-for-mc-b15-01<!-- m -->
MovePlus v1.4 Single file download for MC b1.4_01: <!-- m -->http://adf.ly/371347...s-for-mc-b14-01<!-- m -->
MovePlus Modloader v4/v5 compatible v1.3 Single file download for MC b1.3_01: <!-- m -->http://bit.ly/eyiqlU<!-- m -->
MovePlus v1.3 Single file download for MC b1.3_01: <!-- m -->http://bit.ly/hHVSB3<!-- m -->
MovePlus v1.2 Single file download for MC b1.2_02: <!-- m -->http://bit.ly/eTLBqv<!-- m -->
How to Use:
- Double tap in any direction to dodge, same for wall dodges, but you must be near a wall
- Press spacebar again while in air to double jump
- To boost dodge, its like a dodge, except you jump between the double tap for the dodge, eg: do "a<space>a" really fast while against a wall.
How to Install:
Installation Option 1: Copy the zip file itself into .minecraft/mods folder, ModLoader will take care of the rest.
Installation Option 2: Copy the contents of the zip into your minecraft.jar, delete META-INF folder
F8 Smooth Cam + Creative Mode Toggle v1.0 - [SSP/SMP MC b1.8] - re-enables smooth cam key removed in 1.8, as well as F7 for creative mode toggle
Download: v1.0 [SSP/SMP MC b1.8]: Adfly - Direct
* Don't use Creative mode toggle on servers, it of course doesn't work and you will have to reconnect to fix a weird desync.
* F7 and F8 Keys are configurable using %appdata%/.minecraft/config/mod_Cam.cfg
Requires:
- Modloader
ZombieCraft 2.21 + Map Editor 1.1 - [Total Conversion, runs beside MC] - COD Zombies!
* Issue with Premium maps saying you have to pay has been perminently fixed with a new ZombieCraft update (2.21), game no longer calls home to verify if it can play a map.
Download: ZombieCraft Launcher: Adfly - My Site
Download: Premium Maps (Unlocked): Adfly
Download: ZombieCraft Map Editor 1.1 + Example Map: My Site | Adfly (SEE UPDATED INSTALL FOR NEW INSTRUCTIONS)
New in ZC Editor 1.1:
- Updated patch file in download to patch properly off of ZC 2.21 (this makes the editor work)
- Opening up maps from newer mc versions or maps with unknown block ids might not crash the game, this feature was made 4 months ago, can't remember how thuroughly it worked, but it at least fixed basic block null expeptions and patches the missing block
- Applied the code based no premium map check fix
Problems with downloads? Try my More Links section! Now with more links!
Videos / Screenshots
Info/About:
- It's ZombieCraft, the Nazi Zombies COD game adapted to Minecraft! A Collaboration created by myself, Pixelkids, Kane and MD65
- I have removed the premium map check, enjoy the freeness!
- The Original forum posts containing most of the feature list doesnt seem to be accessable, so I'll have to rewrite it or regain access to that somehow, google information on it or watch the video for more info.
How to Install/Use ZombieCraft Map Editor:
1. Extract the contents of the zip into %appdata%\.minecraft
1.5. IF INSTALLING ZC Editor 1.1 OVERTOP 1.0, DELETE .minecraft/bin/zombiecraft_editor.jar BEFORE CONTINUING!!!
2. simply run ZombieCraft_Editor.jar for windows, or open with Java Platform, from anywhere! Or in command line: java -jar ZombieCraft_Editor.jar
3. To use the demo map, run it like any other map with the ZombieCraft main menu option, this extracts the state of the map into zctemp for constant (unresettable) editing
4. Exit the level, and click 'create a map' in the main menu, this is where _YOU MUST_ go for editing your map, running the map from the ZombieCraft menu option _OVERRIDES_ the files in zctemp, SO BE CAREFULL!!
5. When you need to test destructable stuff (barriers, barricades), or are just finished your map, go into %appdata%\.minecraft\zctemp\yourmap\ and use winrar to create a zip file of your _map folder contents_, you can also add a file called 'map.txt' with 3 lines of text for the short map description.
6. Take that zip and put it into %appdata%\.minecraft\zcmaps\ , now you can test the map with easy resetting of the map state, to go back to editing, simply run the map without playing it just so it extracts a fresh unplayed copy, then go back to create a map and open it that way
7. ZombieCraft Map Editor does not interfere normal ZombieCraft or even with your regular minecraft game!
8. How-to guide: http://modzillaszbc....Making_Tutorial
How to Install/Use ZombieCraft:
1. Extract ZombieCraftLaunch.jar from the zip, you can put it anywhere.
2. simply run ZombieCraftLaunch.jar for windows, or open with Java Platform, from anywhere! Or in command line: java -jar ZombieCraftLaunch.jar
3. For 3 extra maps: put the _contents_ of 'ZC Extra Maps.zip' into %appdata%\.minecraft\zcmaps
4. ZombieCraft does not interfere with your regular minecraft game!
Zombie Awareness 1.2 - [SSP MC 1.1.0] - Gives entities pathfinding, and a sense of smell and sound
Latest Download: Zombie Awareness 1.2 for MC 1.1.0: My Site | Adfly
Download: Zombie Awareness 1.2 for MC 1.0.0: AdCraft
Requires:
- latest GUI API
- Modloader
Includes:
- Audiomod
This mod changes the following core classes (1.7.3 names):
ii.class - EntityCreature - Minecrafts "AI" class, where all my hooks and overrides are added, without it, none of this would be possible
yo.class - SoundManager - Modified AudioMod version of SoundManager, implements THE STUTTER fix, and a sound hook for Zombie Awareness sound trace spawning
fw.class - Pathfinder - Fixed pathfinding issues on fences, pressure plates, etc. Added feature for a 'found end of path' flag
dh.class - PathEntity - Added support for feature 'found end of path' flag
New in 1.2:
- Pathfinding multithread support improved, even smoother.
- Path smoothing! Diagonal pathfinding movement, no more jittery back and fourth action
- Support for pathfinding up ladders (used by Pets and NM Mode feature)
- Random bug fixes
More Screenshots
Ewww, blood!

Info/About:
Summary:
What used to be Pathing Activated, evolved into this mod, in addition to allowing all entities to pathfind properly to their targets/destinations, hostile monsters have been given the ability to smell blood that the player and animals spill, and even hear the players activities depending on how loud and frequent it is. If they sense it, they will find you.
Mining in caves has a whole new challenge to it with this, be carefull not to get cornered when busy making all that noise mining those much needed materials, always plan an escape route.
This mod also allows me to plug Pets mod and Nightmare Mode into it, to take advantage of the activated pathfinding and override entity behavior.
Full Feature List:
Optional extra senses, as well as a mob blacklist, I hate skeletons
Scent Awareness:
- Blood renders on the ground and fades away slowly.
- When Blood scents are dropped, they slowly decay in strength until gone, causing hostiles to pathfind to the stronger scents, where you might be.
- When the player is hurt, he spills blood onto the ground.
- When the player is below 60% health, he bleeds every 30 seconds leaving a fresh scent, so be sure to keep healthy. (visual indicator coming soon)
- For distractions, you can kill an animal which spills blood on death, giving you a better chance to get away to safety or to clear an opening to a cave.
- Scent usage and strength is customizable, strength defaults at 75% of a 64 block radius. (48 blocks)
- When pretty much anything near the player makes a sound, there is a chance that a hostile within about 16 blocks might hear it.
- Sounds traces are amplified and are heard from farther away if they are very frequent. So a lot of arrows landing or fighting off a lot of monsters will attract company fairly soon, better relocate.
- Sound usage and strength is customizable, strength defaults at 30% of a 64 block radius. (19 blocks)
- Customizable sight awareness range.
- Option for X-Ray Sight targeting.
- Option to have hostiles lose their target based on range and line of sight, or to never loses target.
- Option for Omnipotent auto player targeting.
- Pathfinding is better than what you saw from the wolves, fixed so all entities follow their paths tighter.
- Entities follow their path unless within 3.5 blocks of their target and has line of sight.
- Removed random target breaking code that is originally in EntityCreature class.
- Customizable Pathfinding range, optimized for 64 block radius, gives no performance hitches on my Core2 E8400@3GHz, 128 is easily playable, but a little stuttery.
- If sight range or auto targeting is beyond the pathfinding range, the hostile will not waste cpu on pathing and instead move directly towards the target until within the activated pathfind range.
Zombie Awareness 1.2 for MC b1.8.1: AdCraft
Download: Zombie Awareness 1.0 for MC b1.7.3: http://adf.ly/371347...ie-awareness-10
How to Install:
1. open %AppData%\Roaming\.minecraft\bin\minecraft.jar with winrar
2. Drag all the files from the contents of the 'put in minecraft.jar' folder into winrar.
3. Delete the META-INF folder from minecraft.jar within winrar
Pets 3.1 - [SSP MC 1.1.0] - Tame anything in the Minecraft world
Latest Download: Pets 3.1 for MC 1.1.0: My Site | AdCraft
Download: Pets 3.1 for MC 1.0.0: AdCraft
Requires:
- Zombie Awareness
- latest GUI API
Compatible With:
- mo' creatures (since 3.1)
- most entity mods
This mod changes the following core classes:
gv.class - RenderLiving (Optional) - Used for visual on health, orders
New in 3.1:
- Fixed pet creepers moving into your face/space
- Pets will pathfind up ladders now
New in 3.0:
- Code completely redone for improved mod compatibility and organization, now its own mod.
- Now fully supports use of pathfinding on your Pets, they never get lost.
- Pets on follow orders that are too far will teleport to you like wolves do.
- Redid the GUI for orders into a menu, much easier to use
- Added a colored indicator below the pets health bars, the bigger left bar is orders, and the smaller right bar is state,
-------- Order / State
- Green: Follow / Idle
- Blue: Guard Area / Moving to area
- Yellow: Hold position / <no yellow="" state="">
- Red: Wander / Attacking - Added optional kill counter on pets.
- Left click self stacking works again when the stack order is selected.
- Stacking pets ontop of eachother no longer suffocate the riders in low ceiling areas
- Pet skeleton arrow fixes:
- Arrows can pass through player/pets freely, so 5 stacked skeletons all shoot arrows properly forward now.
- Arrows stay on the ground for 1/4 the length, less spam. - Re-organized GUIAPI menu
Screenshots


Info/About:
Feature list:
- Tame anything in the world, they:
- Will never despawn
- Get a healthbar, and orders indicator
- Don't explode if pet creeper
- Can be healed with left click when holding healing item, or auto healed
- Can be stacked/mounted onto each other
- Pets use pathfinding for navigation
- Will follow orders
- Follow player
- Stay still
- Idle/Wander
- Guard area
- Guard entity, click guarder, then ent to guard
- Mount entity, click mounter, then ent to mount
- Pets within a range of 60 blocks attack target
- More health
- Faster movement
- More damage
- Skeletons get configured cooldown, range change, accuracy change
- NUMPAD3: Change to night key (if enabled in options)
- NUMPAD4: Show all healthbars
- NUMPAD5: Default force pet stay near key, configurable
- NUMPAD6: Change to day key (if enabled in options)
- NUMPAD7: Displays the number of alive hostile entities in the world for a second.
- NUMPAD8: Default set pet follow distance to the near value (key and value configurable)
- NUMPAD9: Default set pet follow distance to the far value (key and value configurable)
- Most of the entity mods, especially Humans+, Mo' creatures, Neko, etc
- SDK's mods integrated, install his first, then mine
- Humans+ Pirates have inventories you can use.
- Mo' creatures horses don't follow orders
- Wraiths don't follow well, flame wraiths burn you
- max Animals > 50 + birds = bad
How to make the Rods:
Regular Domination Rod (8 charges)

Enhanced Domination Rod (20 charges, enhances pets)

How to Install:
1. open %AppData%\Roaming\.minecraft\bin\minecraft.jar with winrar or 7zip
2. Drag all the files from the contents of the 'put in minecraft.jar' folder into winrar.
3. Delete the META-INF folder from minecraft.jar within winrar
Nightmare Mode 2.6 - [SSP MC 1.1.0] - Increase entity awareness and deadlyness even more
Latest Download: Nightmare Mode 2.6 for MC 1.1.0: My Site | Adfly
Download: Nightmare Mode 2.6 for MC 1.0.0: AdCraft
Requires:
- Zombie Awareness
- latest GUI API
- Modloader
Includes:
- Spawner GUI
Compatible With:
- Risus Mob Spawner GUI, plugs in perfectly now
This mod changes the following core classes:
(Optional, but use ALL or NONE of these files)
cv.class - TileEntityMobSpawner - Based on Risus file, adds NM Mode enhanced features, as well as intelligent activation based on wether or not the block can pathfind to you, or within 16 blocks.
New in 2.6:
- NEW OPTION: Hostils _pathfind_ up ladders, default on
- Readded missing mob spawner code
- Verified perfect compatibility with Risu's mob spawner GUI
- Other minor improvements
Info/About:
Fully configurable feature list:
- Change the max spawn amounts for hostiles, animals, or water creatures.
- Monsters, except creepers, can attack other animals.
- Monsters can be immune to fire.
- Monsters can spread fire between eachother.
- Monsters can hurl each other upwards to get higher when close together.
Monsters have up to an unlimited scan range for targeting you.- Moved to Zombie Awareness- Creepers can auto explode if stuck.
- Regular damage cooldown can be disabled, this one gives the player an advantage, spam arrows and with at everything!
Monsters can ignore line of sight- Moved to Zombie Awareness- Integrated Risugamis Spawner GUI mod into the mod, use this instead of his if you need it.
- MobSpawner options, faster spawn rate, spawn area range, activation range, activate if they are able to pathfind to you within the set spawner act distance, or if within 16 blocks.
- Option for unlimited entity render distance.
New in 2.5:
- Re-organized GUIAPI menu.
- turned the fire immune option into a comma separated list of entities.
- Integrated Risugamis Spawner GUI mod into the mod, use this instead of his if you need it.
- Mob Spawners now activate if they are able to pathfind to you within the set spawner act distance, or if within 16 blocks.
- Re-organized GUIAPI menu.
How to Install:
1. open %AppData%\Roaming\.minecraft\bin\minecraft.jar with winrar or 7zip
2. Drag all the files from the contents of the 'put in minecraft.jar' folder into winrar.
3. Delete the META-INF folder from minecraft.jar within winrar
Miner Zombie 1.0 [SSP MC b1.8.1]
Latest Download: Miner Zombie 1.0 for MC b1.8.1: AdCraft
Requires:
- latest GUI API
- Modloader
This mod changes _NO_ core classes!
New in 1.0:- Moved to its own mod
Fully configurable feature list:
- Mining Zombie can dig strait or upwards towards you from caves, opens up pathways for other monsters.
- includes thevdudes Knight Zombie and Nazi Zombie.
- Knight zombie has high health and damage, slow movemet, rare and drops diamond.
- The other moves fast, a little less rare and does decent damage.
- Link: thevdudes more zombies mod
How to Install:
Installation Option 1: Copy the zip file itself into .minecraft/mods folder, ModLoader will take care of the rest.
Installation Option 2: Copy the contents of the zip into your minecraft.jar, delete META-INF folder
Auto Enchanter v1.0 - [SSP/SMP MC 1.1.0] - Finds a minimum enchant level that you set, it does the rest
Latest Download: Auto Enchanter v1.0 for MC 1.1.0: My Site | Adfly
Download: Auto Enchanter v1.0 for MC 1.0.0: Adfly
Features:
- While in Enchanting GUI, hit K to enable, and - or + near backspace key to increase or decrease minimum enchanting level needed, click on item to make it start cycling, hit K again to stop it if you need.
- Configurable Activator key: K (default), change in .minecraft/config/mod_AutoEnchanter.cfg
- Configurable delay key, default 5ms (increase this if you get kicked from servers)
- Tested to work on both SSP and SMP
Latest Download: AutoFarmer 1.4 for MC 1.1.0: My Site | Adfly
Download: AutoFarmer 1.4 for MC 1.0.0: Adcraft
Requires: Modloader
This mod changes _NO_ core classes!
New in 1.4:- Watermelon and pumpkin support!
- tallgrass is no longer destroyed if you are holding a sword or a tool, prevents them being wasted on it
- ???
New in 1.3:
- Fixed bonemeal usage not removing the item properly in SSP
- Added mushroom support
It emulates the functions you use when manually doing these activities, so it works online, if you have any problems getting kicked from servers due to too many harvesting/planting happening at a time, let me know and I'll tweak the frequency of the planting, or add an option to change it.
Feature List:
- Added bonemeal support for instant results, all you need are bones and you've almost got wheat!
- 2 auto farming features:
- Auto Harvesting: When standing on level ground, will harvest any crops that are fully mature, as well as any reeds (except the bottom most piece), will harvest tallgrass too.
- Auto planting: When standing on level ground AND with seeds in your hand, will auto plant seeds on any tilled land in the area - Both features have a ~4 block radius.
- Added A key that toggles harvesting on and off, default 'H' (configurable)
- Added A key that toggles planting on and off, default 'J' (configurable)
How to Install:
Installation Option 1: Copy the zip file itself into .minecraft/mods folder, ModLoader will take care of the rest.
Installation Option 2: Copy the contents of the zip into your minecraft.jar, delete META-INF folder
Older Stuff
Entity API v0.21
I've been noticing more and more people needing functionality out of entities that is a hassle to achieve, mostly with movement and targeting when outside of the standard 16 block awareness range, so as a start, I've extracted the code I use for making entities move around without the need for setting the pathfinding information.
Only 1 function right now, but it's really handy, unlimited follow range!
*Works with MCP, but requires that you add the mappings next to the dl you grab to the top of 'minecraft.rgs'
*Requires Modloader!
Download v0.21 for MC 1.3_01 <!-- m -->http://pastebin.com/...om/UgNSMAyk<!-- m -->
Download v0.2 for MC 1.2_02 <!-- m -->http://pastebin.com/...om/jwP1V2XR<!-- m -->
[size=1]Current Methods:
[size=1]public static void moveToEnt(ig thisEnt, ig targEnt, float minDistance, boolean onlyWhenIdle)
- thisEnt = entity to move
- targEnt = entity to move to
- minDistance = follows targEnt until this close (in blocks)
- onlyWhenIdle = moves thisEnt to targEnt when thisEnt is not attacking/performing idle movement, but will prevent doing any of this movement once it's started to move
//Put this code in your Entities onLivingUpdate* function, not updateTick apparently
obf example:
public void m() {
//if no target or target is already player
if (this.d == null || this.d instanceof eu) {
mod_EntAPI.moveToEnt(this, mod_EntAPI.player, 8.0F, true);
}
super.m();
}
MCP example:
public void onLivingUpdate ()
{
if ((this.playerToAttack == null) || (this.playerToAttack instanceof EntityPlayer)) {
mod_EntAPI.moveToEnt(this, mod_EntAPI.player, 8.0F, true);
}
super.onLivingUpdate();
}
More Links
If you have issues with adcraft or adf.ly, I will provide alternate download links here:
Zombie Awareness v1.2 for MC 1.0.0 - http://bit.ly/sJz9Wz
Pets Mod v3.1 for MC 1.0.0 - http://bit.ly/sX7d6r
Nightmare Mode v2.6 for MC 1.0.0 - http://bit.ly/urKhZH
Auto Farmer v1.4 for MC 1.0.0 - http://bit.ly/vnv74L
MovePlus v2.1 for MC 1.0.0 - http://bit.ly/upO4nk
Tornadoes v0.4 for MC 1.0.0 - http://bit.ly/tRXHz6
Particle Man v1.2 for MC 1.0.0 - http://bit.ly/srJsz0
---
Particle Man v1.2 for MC b1.8.1 - http://bit.ly/vh6WZz
NM Mode 2.6 - http://bit.ly/p1FWUs
Pets 3.1 - http://bit.ly/oj8cAw
ZA 1.2 - http://bit.ly/oXG9TT
Particle Man v1.0 for MC b1.8.1 - http://bit.ly/n6HGP8
Nightmare Mode v2.5 for MC b1.8.1 - http://bit.ly/nUoTB4
Pets Mod v3.0 for MC b1.8.1 - http://bit.ly/n5yHBA
Zombie Awareness v1.1 for MC b1.8.1 - http://bit.ly/p45fts
AutoFarmer for MC b1.8.1 - http://bit.ly/pLxNAR
Tornadoes v0.4 - http://bit.ly/mUjdsz
Adfly
Smooth Rain 1.0 for MC b1.8.1 - http://bit.ly/qWEaNa
MovePlus Mini for MC b1.9 PR3 - http://bit.ly/rtxMrA
Zombie Awareness Basic for Servers - http://bit.ly/p4AviY
MovePlus Mini for MC b1.8 - http://bit.ly/pubAk9
MovePlus Mini for MC b1.8 PR 2: http://bit.ly/qZdHiH
ZombieCraft Map Editor + Demo Map - http://bit.ly/oNwPTY
MovePlus Mini for MC b1.8 PR - http://bit.ly/pkAuUz
Tornadoes Mod v0.3 - http://bit.ly/roL5Kq
MovePlus 2.1 - http://bit.ly/r1Nggs
Tornadoes Mod v0.2 - http://bit.ly/nVJ9x4
Tornadoes Mod v0.1 - http://bit.ly/pvxfQi
ZombieCraft Launcher: http://bit.ly/odPj8Y
ZombieCraft Extra Maps: http://bit.ly/p59X23
Zombie Awareness 1.0 - http://bit.ly/onFHoV
Pets Mod 3.0 - http://bit.ly/oEFiJ0
Nightmare Mode 2.5 - http://bit.ly/qjNCdV
Autofarmer 1.3 - http://bit.ly/nvVKjD
MovePlus 2.0 - http://bit.ly/rrxdIO
Pet Mod+NM Mode 2.27 for MC b1.7.2 - http://bit.ly/n0OJ5C (GUIAPI), http://bit.ly/qLEZE5 (MLProp)
AutoFarmer 1.1 for 1.7.2 - http://bit.ly/lV3wU4
AutoFarmer 1.0 for 1.7_01 - http://bit.ly/mHiRMm
MovePlus 1.9 for 1.7_01 - http://bit.ly/ljPuoh
MovePlus 1.9 - http://bit.ly/iQ7lMi
Pets / NM Mode 2.26 - http://bit.ly/kkza03
-------------------------------------------------------------------

-------------------------------------------------------------------
Any support would be appreciated greatly.
If you like my mods and want to help me out, please do donate ![]()



















