Little tips for low-end and high-end users here, if you wish to increase your shadow rendering distance, open the shader pack with an unzipping program like WinRAR, open composite.fsh with Notepad (Notepad++ recommended) and go to lines 38 and 39.
Increase the numbers 2048 and 120.0f to increase shadow rendering distance. Make sure the numbers stay in the same ratio. i.e. 4096 and 240.0f (my settings) or 3072 and 180.0f. You may decrease these numbers too if you have a low-end PC.
Are you always tired about using the default Minecraft blocks to build your houses? Is survival too boring, and is your diet always just pork, pork and pork? If yes, THIS IS THE MOD FOR YOU! Download: http://www.mediafire...152ocytivj5h4va Note: Requires Risugami's ModLoader for 1.3.1.
Currently, the mod includes:
Plastic Blocks
Cement
Concrete Blocks
Meat Soups
Apple and golden apple pies (NEW)
Cheese
Plastic:Cement:
Concrete:Apple Pie (Golden apple pies are similar):Beef Soup (Pork Soup is similar): Version History:
v0.4:
Added Cheese Blocks (A bucket of milk to craft)
Added Cheese Slices (A cheese block to craft) (Edible)
Added All blocks into the creative inventory (Food is in the foodstuffs tab)
v0.3:
Added Apple Pies
Added Golden Apple Pies
v0.2:
Added Meat Soups
v0.1:
Initial Release
Known Bugs:
Meat Soups do not show up in the foodstuffs inventory
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ publicvoid addRecipes() { ModLoader.addRecipe( new ItemStack(plastic, 8), new Object[] {
"##", "##", Character.valueOf('#'), Block.wood }); ModLoader.addRecipe( new ItemStack(cement, 4), new Object [] {
" X ", " Y ", " Z ", Character.valueOf('X'), Block.sand, Character.valueOf('Y'), Block.gravel, Character.valueOf('Z'), Item.bucketWater }); ModLoader.addRecipe( new ItemStack(cement, 4), new Object [] {
" Y ", " X ", " Z ", Character.valueOf('X'), Block.sand, Character.valueOf('Y'), Block.gravel, Character.valueOf('Z'), Item.bucketWater }); }
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
LOL no probs on this i think
java.lang.ArrayIndexOutOfBoundsException: 8
at tc.a(SourceFile:590)
at ModLoader.addRecipe(ModLoader.java:452)
at mod_VariantCraft.addRecipes(mod_VariantCraft.java:29)
at mod_VariantCraft.<init>(mod_VariantCraft.java:8)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at ModLoader.addMod(ModLoader.java:327)
at ModLoader.readFromClassPath(ModLoader.java:1317)
at ModLoader.init(ModLoader.java:915)
at ModLoader.addAllRenderers(ModLoader.java:169)
at avx.<init>(RenderManager.java:86)
at avx.<clinit>(RenderManager.java:12)
at net.minecraft.client.Minecraft.a(SourceFile:260)
at net.minecraft.client.Minecraft.run(SourceFile:516)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT 8d92dc45 ----------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Hmmmm... I think it's something wrong with the crafting recipe. Anyone confirm me?
Hi cheesebuzz. Nice map you made there. In fact, it was good enough for a video. Took a heck long time to render and upload. XD.
Video: (19 minutes long, 720p HD)
Visit my channel too! http://www.youtube.com/user/ClintMinecraft
0
kek
0
They should look like this by default:
Increase the numbers 2048 and 120.0f to increase shadow rendering distance. Make sure the numbers stay in the same ratio. i.e. 4096 and 240.0f (my settings) or 3072 and 180.0f. You may decrease these numbers too if you have a low-end PC.
Recommended settings:
- 16 Chunks (256 blocks): 4096, 240.0f
- 12 Chunks (192 blocks): 3072, 180.0f
- 8 Chunks (128 blocks): Default
- 4 Chunks (64 blocks): 1024, 60.0f
- 2 Chunks *seriously?* (32 blocks): 512, 30.0f
0
Sonic's Shaders aren't fully compatible with Optifine yet. Try running the game without Optifine.
0
0
Good job
0
A note block project that plays Still Alive, the ending song of the original Portal game. Still Alive is composed by Jonathan Coulton.
Map Download Link: http://www.planetmin...-on-noteblocks/
Computer not fast enough? Demonstration:
0
2012-08-30 14:42:59 [INFO] Mods folder found, searching C:\Users\Clinton\AppData\Roaming\.minecraft\mods
2012-08-30 14:42:59 [INFO] Found 1 mod file(s)
2012-08-30 14:42:59 [INFO] Loading mods from class path
2012-08-30 14:43:00 [INFO] Discovered 1 total mod(s)
2012-08-30 14:43:00 [INFO] Loading mod from net.eq2online.macros.LiteModMacros
2012-08-30 14:43:00 [INFO] Successfully added mod Macro / Keybind Mod version 0.9.3
2012-08-30 14:43:00 [WARNING] Error initialising mod 'Macro / Keybind Mod': com/mumfrey/liteloader/util/ModUtilities
Hmmmm... Is this what you want?
0
1
Download: http://www.mediafire...152ocytivj5h4va
Note: Requires Risugami's ModLoader for 1.3.1.
Currently, the mod includes:
Version History:
v0.4:
0
Are you always tired about using the default Minecraft blocks to build your houses? Is survival too boring? If yes, THIS IS THE MOD FOR YOU!
Download: http://www.mediafire.com/?oxncr61ial0nka7
Note: Requires Risugami's ModLoader for 1.3.1.
Currently, the mod includes:
Cement:
Concrete:
Version History:
v0.2:
Created and coded by ClintonM0.
0
public void addRecipes() {
ModLoader.addRecipe(
new ItemStack(plastic, 8), new Object[] {
"##", "##", Character.valueOf('#'), Block.wood
});
ModLoader.addRecipe(
new ItemStack(cement, 4), new Object [] {
" X ", " Y ", " Z ", Character.valueOf('X'), Block.sand, Character.valueOf('Y'), Block.gravel, Character.valueOf('Z'), Item.bucketWater
});
ModLoader.addRecipe(
new ItemStack(cement, 4), new Object [] {
" Y ", " X ", " Z ", Character.valueOf('X'), Block.sand, Character.valueOf('Y'), Block.gravel, Character.valueOf('Z'), Item.bucketWater
});
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
LOL no probs on this i think
0
--- BEGIN ERROR REPORT c6c223ab --------
Generated 5/08/12 6:31 PM
- Minecraft Version: 1.3.1
- Operating System: Windows 7 (x86) version 6.1
- Java Version: 1.7.0_05, Oracle Corporation
- Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
- Memory: 451109656 bytes (430 MB) / 518979584 bytes (494 MB) up to 1037959168 bytes (989 MB)
- JVM Flags: 2 total; -Xms512m -Xmx1024m
- ModLoader: Mods loaded: 1
ModLoader 1.3.1
java.lang.ArrayIndexOutOfBoundsException: 8
at tc.a(SourceFile:590)
at ModLoader.addRecipe(ModLoader.java:452)
at mod_VariantCraft.addRecipes(mod_VariantCraft.java:29)
at mod_VariantCraft.<init>(mod_VariantCraft.java:8)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at ModLoader.addMod(ModLoader.java:327)
at ModLoader.readFromClassPath(ModLoader.java:1317)
at ModLoader.init(ModLoader.java:915)
at ModLoader.addAllRenderers(ModLoader.java:169)
at avx.<init>(RenderManager.java:86)
at avx.<clinit>(RenderManager.java:12)
at net.minecraft.client.Minecraft.a(SourceFile:260)
at net.minecraft.client.Minecraft.run(SourceFile:516)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT 8d92dc45 ----------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Hmmmm... I think it's something wrong with the crafting recipe. Anyone confirm me?
0
Video: (19 minutes long, 720p HD)
Visit my channel too! http://www.youtube.com/user/ClintMinecraft
0
1