About Seasons Mod:
The Seasons Mod, originally by Nandonalt, is now updated! This mod adds the four seasons to Minecraft: Spring, Summer, Autumn and Winter!
Info:
- Season length is 7 Days long (default)
- Creating/Loading a world without a season will make the world start in the middle of a random season.
- Restart Minecraft when switching from SSP to SMP.
- An image will be shown when transitioning from season to season, and will disappear after a few seconds.
In Summer, all rains will be thunderstorms. Instead of snowing, it will only rain in snowy biomes, but they won’t defrost. Wheat will also grow 1.5x faster than in any other season, as if absorbing all that yummy heat. When in a desert biome, exposed to the sun, and not wearing protection (leather), you’ll get hurt every so often from dehydration and burns. Summer rain will destroy most of the plants generated from Spring. Just like the Spring, it will defrost the ice/snow generated from Winter in non-snowy biomes. Finally, days are longer and nights are shorter(disabled).
Grass and Leaves have a modified color. Red and yellow flower textures change to accompany the color of the grass in Autumn. You’ll also get bonus wheat while harvesting.
It’s always snowing in Winter, except in the Desert. In already cold biomes such as Tundras, Taigas, and Ice Deserts, the temperature drops even further, and can cause frostbite and slow you down, unless you have on protection (full leather armor). Lastly, days are shorter and nights are longer(disabled).
Tall grass and plants (even custom plants, if added to the config) will grow on grass blocks affected by direct sunlight.
Seasons Mod Recipes:
Season Watch:
Right-Clicking while holding this will tell you the Season, current Season day, and days left in the Season.
Thermometer:
Right-Clicking while holding this will tell you the current biome and temperature in ‘%’ for where you are standing.
Please note that temperature is not affected by ice, lava, etc. and each X,Y,Z has its own temperature.
There are some hidden items, but they are found, rather than crafted, and are very, very rare. These items are powerful, but the odds of finding them is almost zero.
How to install Seasons Mod for Minecraft:
- Download and install Minecraft Forge
- Download and install LiteLoader
- Download and install WPML into the profile
- Download Seasons Mod
- Then drag and drop the contents of the .zip file into your minecraft.jar. Do not place this mod in your ‘mods’ folder.
How to install WPML
Show »
Install Forge or LiteLoader with Forge. Add the contents of the “libraries” folder in the download to the “libraries” folder of the minecraft directory. Add “WeatherPony.launch.WPLTweaker” to the cascading tweaks in “minecraftArguments” and the following to the “libraries” part of the profile’s .json, maintaining json formatting.
{ "name": "weatherpony:modificationloader:0.2-1.6.4" }
Example profile with LiteLoader
Show »
In this example, the name of the profile is LiteLoader1.6.4
{ "id": "LiteLoader1.6.4", "time": "2013-08-05T12:00:00-04:00", "releaseTime": "2013-08-05T12:00:00-04:00", "type": "release", "minecraftArguments": "--username ${auth_player_name} --session ${auth_session} --gameDir ${game_directory} --assetsDir ${game_assets} --tweakClass com.mumfrey.liteloader.launch.LiteLoaderTweaker --cascadedTweaks cpw.mods.fml.common.launcher.FMLTweaker,WeatherPony.launch.WPLTweaker", "libraries": [ { "name": "net.minecraftforge:minecraftforge:9.11.0.884", "url": "http://files.minecraftforge.net/maven/" }, { "name": "org.ow2.asm:asm-all:4.1" }, { "name": "com.mumfrey:liteloader:1.6.4", "url": "http://dl.liteloader.com/versions/" }, { "name": "weatherpony:modificationloader:0.2-1.6.4" }, { "name": "net.minecraft:launchwrapper:1.3" }, { "name": "lzma:lzma:0.0.1" }, { "name": "net.sf.jopt-simple:jopt-simple:4.5" }, { "name": "com.paulscode:codecjorbis:20101023" }, { "name": "com.paulscode:codecwav:20101023" }, { "name": "com.paulscode:libraryjavasound:20101123" }, { "name": "com.paulscode:librarylwjglopenal:20100824" }, { "name": "com.paulscode:soundsystem:20120107" }, { "name": "argo:argo:2.25_fixed" }, { "name": "org.bouncycastle:bcprov-jdk15on:1.47" }, { "name": "com.google.guava:guava:14.0" }, { "name": "org.apache.commons:commons-lang3:3.1" }, { "name": "commons-io:commons-io:2.4" }, { "name": "net.java.jinput:jinput:2.0.5" }, { "name": "net.java.jutils:jutils:1.0.0" }, { "name": "com.google.code.gson:gson:2.2.2" }, { "name": "org.lwjgl.lwjgl:lwjgl:2.9.0", "rules": [ { "action": "allow" }, { "action": "disallow", "os": { "name": "osx", "version": "^10.5.d$" } } ] }, { "name": "org.lwjgl.lwjgl:lwjgl_util:2.9.0", "rules": [ { "action": "allow" }, { "action": "disallow", "os": { "name": "osx", "version": "^10.5.d$" } } ] }, { "name": "org.lwjgl.lwjgl:lwjgl-platform:2.9.0", "rules": [ { "action": "allow" }, { "action": "disallow", "os": { "name": "osx", "version": "^10.5.d$" } } ], "natives": { "linux": "natives-linux", "windows": "natives-windows", "osx": "natives-osx" }, "extract": { "exclude": [ "META-INF/" ] } }, { "name": "org.lwjgl.lwjgl:lwjgl:2.9.1-nightly-20130708-debug3", "rules": [ { "action": "allow", "os": { "name": "osx", "version": "^10.5.d$" } } ] }, { "name": "org.lwjgl.lwjgl:lwjgl_util:2.9.1-nightly-20130708-debug3", "rules": [ { "action": "allow", "os": { "name": "osx", "version": "^10.5.d$" } } ] }, { "name": "org.lwjgl.lwjgl:lwjgl-platform:2.9.1-nightly-20130708-debug3", "rules": [ { "action": "allow", "os": { "name": "osx", "version": "^10.5.d$" } } ], "natives": { "linux": "natives-linux", "windows": "natives-windows", "osx": "natives-osx" }, "extract": { "exclude": [ "META-INF/" ] } }, { "name": "net.java.jinput:jinput-platform:2.0.5", "natives": { "linux": "natives-linux", "windows": "natives-windows", "osx": "natives-osx" }, "extract": { "exclude": [ "META-INF/" ] } } ], "mainClass": "net.minecraft.launchwrapper.Launch"}
Changelogs:
v1.10.0_1
- Ported to 1.6.4
- Fixed crashes
- Removed a base edit, as changes were included in Forge or Minecraft itself
- Added code annotations for WPML 0.2
Seasons Mod Download Links:
For 1.6.4
Seasons Mod: Download from Server 1 – Download from Server 2 – Download from Server 3
WPML: Download from Server 1 – Download from Server 2
For 1.5.2
http://www.dl2.9minecraft.net/index.php?act=dl&id=1368519655
http://www.dl4.9minecraft.net/index.php?act=dl&id=1368494833
http://www.dl5.9minecraft.net/index.php?act=dl&id=1368520410
Older versions:
Show »
Không có nhận xét nào:
Đăng nhận xét