• • 4/25/12 3:29 pm • 6 logs
- 28.1k views • 3 today
- save_alt 6k downloads
- Game Version
- Minecraft 1.2.5
- Progress
- 100% complete
3,078
SuperFrost 1.2.5 (Latest MC)
Place zip contents into minecraft.jar.
Gotta freeze 'em all!
Feel generous? Donate!
Make your own freezing mod!
The interface is very simple, and I will give you the source if you want.
When you install this mod, each EntityLiving will have this method:
public void freeze(boolean state)
Call it to freeze the mob.
entityliving.freeze(true);
To defrost some frozen mob, use this:
entityliving.freeze(false);
Everyone can use this mod as a core for their mods, but not to include these class files.
You have to tell users to download it from the source.
Place zip contents into minecraft.jar.
- Freeze animals and mobs with snowball
- Next hit will defrost them
- Frozen ghasts will fall down
- Frozen animals can't move and are completely FROZEN.
- If you break frozen slime, you will get frozen "children slimes".
- This works also with magma cube.
- Frozen endermen will teleport once, but then they freeze too.
- This mod should be compatible with most animal mod, the code is very universal.
- Many classes were editted, so it may not work together with some core-class editing mods.
Gotta freeze 'em all!
Feel generous? Donate!
Make your own freezing mod!
The interface is very simple, and I will give you the source if you want.
When you install this mod, each EntityLiving will have this method:
public void freeze(boolean state)
Call it to freeze the mob.
entityliving.freeze(true);
To defrost some frozen mob, use this:
entityliving.freeze(false);
Everyone can use this mod as a core for their mods, but not to include these class files.
You have to tell users to download it from the source.
6 Update Logs
Update #6 : by MightyPork 04/25/2012 3:29:37 pmApril 25, 2012 @ 7:29 pm UTC
Updated to 1.2.5 by HAMI
LOAD MORE LOGS
More like this
154306
7

Have something to say?