-
Notifications
You must be signed in to change notification settings - Fork 4
Home
dfu edited this page Feb 25, 2011
·
14 revisions
Updated: Feb 25, 2011 - For Minecraft Beta 1.3_01
Download MineColony 0.41b dfu-fork
Changes and Notes:
- Updated to make the mod compatible with Minecraft Beta 1.3_01
Archives:
Download MineColony 0.41b dfu-fork for Minecraft Beta 1.2_02
This is an attempt to make MineColony work happily with other mods. New content will most likely not be added on my end, and requests should be directed at the original author.
- ModLoader (1.3_01) - http://www.minecraftforum.net/viewtopic.php?t=80246
You can change your BlockIDs using a properties file now.
Create a new file in your ~/.minecraft/ or %APPDATA%/.minecraft/ folder named MineColony.properties
You can set the block names to have whatever ID you want. Here are the defaults:
LumberjackBlockID = 95
MinerBlockID = 96
WarehouseBlockID = 97
FarmerBlockID = 98
- Compiling - How to set up your environment and compile from source.
- Mo Creatures 2.7 (for the 1.2_02 version)
- Single Player Commands
mkdir foo
cd foo
unzip ../fresh_minecraft.jar
rm META-INF/MOJANG_C.*
unzip ../Modloader.zip
unrar x ../AudioMod\ Beta\ 1.2.rar
unzip ../GuiAPI0.9.5alpha-1.2_01beta.zip
unzip ../MineColony-041b-dfu.zip
# Unzip MoCreatures 2.7 to ../mo_creatures_27
# Now I don't have to deal with his atrocious apostrophes in the name anymore ;)
cp -r ../mo_creatures_27/minecraft/* ./
jar cvf ~/.minecraft/bin/minecraft.jar *