Just wanted to say thank you for your post. I had the biomegen error 'array out of bounds' using my blocks and I could pinpoint where in the code it was happening but didn't know exactly why. Thanx again.
The Meaning of Life, the Universe, and Everything.
Join Date:
7/1/2012
Posts:
76
Minecraft:
Nukeannihilation
Member Details
Ok, so I have added at least 30+ new coloured blocks to the game (up to ID 179) and I get this error:
---- Minecraft Crash Report ----
// Would you like a cupcake?
Time: 8/8/12 6:24 AM
Description: Exception occured in ModLoader
java.lang.Exception: No more empty terrain sprite indices left!
at ModLoader.getUniqueTerrainSpriteIndex(ModLoader.java:735)
at ModLoader.getUniqueSpriteIndex(ModLoader.java:712)
at ModLoader.addOverride(ModLoader.java:405)
at mod_plaster_R993333.load(mod_plaster_R993333.java:10)
at ModLoader.init(ModLoader.java:922)
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)
Relevant Details:
- Minecraft Version: 1.3.1
- Operating System: Windows 7 (amd64) version 6.1
- Java Version: 1.7.0_05, Oracle Corporation
- Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
- Memory: 940278224 bytes (896 MB) / 1029046272 bytes (981 MB) up to 1029046272 bytes (981 MB)
- JVM Flags: 2 total; -Xms1024m -Xmx1024m
- ModLoader: Mods loaded: 37
ModLoader 1.3.1
mod_concrete 1.3.1
mod_cSlab 1.3.1
mod_frontglass 1.3.1
mod_litP 1.3.1
mod_P 1.3.1
mod_pSlab 1.3.1
mod_plaster_B000066 1.3.1
mod_plaster_B000099 1.3.1
mod_plaster_B0000CC 1.3.1
mod_plaster_B003366 1.3.1
mod_plaster_B003399 1.3.1
mod_plaster_B006666 1.3.1
mod_plaster_B3366CC 1.3.1
mod_plaster_B669999 1.3.1
mod_plaster_BG339966 1.3.1
mod_plaster_BR663300 1.3.1
mod_plaster_BR996633 1.3.1
mod_plaster_BR999966 1.3.1
mod_plaster_G003300 1.3.1
mod_plaster_G006600 1.3.1
mod_plaster_G333300 1.3.1
mod_plaster_G336600 1.3.1
mod_plaster_G339933 1.3.1
mod_plaster_G666633 1.3.1
mod_plaster_O993300 1.3.1
mod_plaster_O996600 1.3.1
mod_plaster_OCC3300 1.3.1
mod_plaster_P333399 1.3.1
mod_plaster_P660066 1.3.1
mod_plaster_P6600CC 1.3.1
mod_plaster_P666699 1.3.1
mod_plaster_P9900CC 1.3.1
mod_plaster_P9900FF 1.3.1
mod_plaster_R800000 1.3.1
mod_plaster_R990000 1.3.1
mod_plaster_R993333 1.3.1
I made it all in separate classes on purpose so the users can remove whatever colours they don't want from the zip file. Is this one of the annoyances that Risu was talking about? I know we are supposed to be able to use up to 255? I haven't updated modloader, should I do so?
Ok, so I have added at least 30+ new coloured blocks to the game (up to ID 179) and I get this error:
---- Minecraft Crash Report ----
// Would you like a cupcake?
Time: 8/8/12 6:24 AM
Description: Exception occured in ModLoader
java.lang.Exception: No more empty terrain sprite indices left!
at ModLoader.getUniqueTerrainSpriteIndex(ModLoader.java:735)
at ModLoader.getUniqueSpriteIndex(ModLoader.java:712)
at ModLoader.addOverride(ModLoader.java:405)
at mod_plaster_R993333.load(mod_plaster_R993333.java:10)
at ModLoader.init(ModLoader.java:922)
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)
Relevant Details:
- Minecraft Version: 1.3.1
- Operating System: Windows 7 (amd64) version 6.1
- Java Version: 1.7.0_05, Oracle Corporation
- Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
- Memory: 940278224 bytes (896 MB) / 1029046272 bytes (981 MB) up to 1029046272 bytes (981 MB)
- JVM Flags: 2 total; -Xms1024m -Xmx1024m
- ModLoader: Mods loaded: 37
ModLoader 1.3.1
mod_concrete 1.3.1
mod_cSlab 1.3.1
mod_frontglass 1.3.1
mod_litP 1.3.1
mod_P 1.3.1
mod_pSlab 1.3.1
mod_plaster_B000066 1.3.1
mod_plaster_B000099 1.3.1
mod_plaster_B0000CC 1.3.1
mod_plaster_B003366 1.3.1
mod_plaster_B003399 1.3.1
mod_plaster_B006666 1.3.1
mod_plaster_B3366CC 1.3.1
mod_plaster_B669999 1.3.1
mod_plaster_BG339966 1.3.1
mod_plaster_BR663300 1.3.1
mod_plaster_BR996633 1.3.1
mod_plaster_BR999966 1.3.1
mod_plaster_G003300 1.3.1
mod_plaster_G006600 1.3.1
mod_plaster_G333300 1.3.1
mod_plaster_G336600 1.3.1
mod_plaster_G339933 1.3.1
mod_plaster_G666633 1.3.1
mod_plaster_O993300 1.3.1
mod_plaster_O996600 1.3.1
mod_plaster_OCC3300 1.3.1
mod_plaster_P333399 1.3.1
mod_plaster_P660066 1.3.1
mod_plaster_P6600CC 1.3.1
mod_plaster_P666699 1.3.1
mod_plaster_P9900CC 1.3.1
mod_plaster_P9900FF 1.3.1
mod_plaster_R800000 1.3.1
mod_plaster_R990000 1.3.1
mod_plaster_R993333 1.3.1
I made it all in separate classes on purpose so the users can remove whatever colours they don't want from the zip file. Is this one of the annoyances that Risu was talking about? I know we are supposed to be able to use up to 255? I haven't updated modloader, should I do so?
your mod adds in to many terrain sprites in one whole mod. modloader cant have infinite like forge, so if you want all those in one your going to have code with forge. i dont think it is though
your mod adds in to many terrain sprites in one whole mod. modloader cant have infinite like forge, so if you want all those in one your going to have code with forge. i dont think it is though
Ahh, well that makes sense, haha. Figured it would be something along that lines.
This may sound dumb but... What do I do when I've finished my mod?
You run the "recompile.bat" in your MCP folder followed by the "reobfuscate.bat". your .class files will be in your reobf\minecraft\ directory inside your MCP folder. you zip them up inside of a .zip archive with your images. To test it you put the whateveryounamedit.zip in your mods folder in .minecraft. and start a new world. If you need more detail I can explain it better. (or some one else can)
I dont know if Im getting this problem because of smp.. Im trying to port my mod to smp ..
Umm, never mind.. I tried to make my village/house thing appear, I used the .Schematic to Java translator.
This is the mod_DesertMod (JUST a small part of it)
public void generateSurface(World world, Random random, int chunkX, int chunkZ)
{
for(int k = 0; k < 10; k++)
{
int RandPosX = chunkX + random.nextInt(5);
int RandPosY = random.nextInt(80);
int RandPosZ = chunkZ + random.nextInt(5);
(new WorldGenArabVillage()).generate(world, random, RandPosX, RandPosY, RandPosZ);
}
}
and this is the WorldGenArabVillage:
/*
*** MADE BY MITHION'S .SCHEMATIC TO JAVA CONVERTING TOOLv0.1 ***
*/
package net.minecraft.src;
import java.util.Random;
public class WorldGenArabVillage extends WorldGenerator
{
public WorldGenArabVillage() { }
public boolean generate(World world, Random rand, int i, int j, int k) {
int spawnBlockID = 12;
if(world.getBlockId(i, j, k) != spawnBlockID || world.getBlockId(i, j + 1, k) != 0 || world.getBlockId(i + 17, j, k) != spawnBlockID || world.getBlockId(i + 17, j, k + 17) != spawnBlockID || world.getBlockId(i, j, k + 17) != spawnBlockID || world.getBlockId(i + 17, j + 1, k) != 0 || world.getBlockId(i + 17, j + 1, k + 17) != 0 || world.getBlockId(i, j + 1, k + 17) != 0)
{
return false;
}
world.setBlock(i + 2, j + 1, k + 3, 35);
world.setBlock(i + 2, j + 1, k + 4, 35);
world.setBlock(i + 2, j + 1, k + 5, 35);
world.setBlock(i + 2, j + 2, k + 3, 35);
world.setBlock(i + 2, j + 2, k + 4, 20);
world.setBlock(i + 2, j + 2, k + 5, 35);
world.setBlock(i + 2, j + 3, k + 3, 35);
world.setBlock(i + 2, j + 3, k + 4, 35);
world.setBlock(i + 2, j + 3, k + 5, 35);
world.setBlock(i + 3, j + 0, k + 3, 24);
world.setBlockMetadata(i + 3, j + 0, k + 3, 2);
world.setBlock(i + 3, j + 0, k + 4, 24);
world.setBlockMetadata(i + 3, j + 0, k + 4, 2);
world.setBlock(i + 3, j + 0, k + 5, 24);
world.setBlockMetadata(i + 3, j + 0, k + 5, 2);
world.setBlock(i + 3, j + 1, k + 2, 35);
world.setBlock(i + 3, j + 1, k + 6, 35);
world.setBlock(i + 3, j + 2, k + 2, 35);
world.setBlock(i + 3, j + 2, k + 6, 35);
world.setBlock(i + 3, j + 3, k + 2, 35);
world.setBlock(i + 3, j + 3, k + 6, 35);
world.setBlock(i + 3, j + 4, k + 3, 35);
world.setBlock(i + 3, j + 4, k + 4, 35);
world.setBlock(i + 3, j + 4, k + 5, 35);
world.setBlock(i + 4, j + 0, k + 3, 24);
world.setBlockMetadata(i + 4, j + 0, k + 3, 2);
world.setBlock(i + 4, j + 0, k + 4, 24);
world.setBlockMetadata(i + 4, j + 0, k + 4, 2);
world.setBlock(i + 4, j + 0, k + 5, 24);
world.setBlockMetadata(i + 4, j + 0, k + 5, 2);
world.setBlock(i + 4, j + 1, k + 2, 35);
world.setBlock(i + 4, j + 1, k + 6, 35);
world.setBlock(i + 4, j + 1, k + 11, 85);
world.setBlock(i + 4, j + 2, k + 2, 35);
world.setBlock(i + 4, j + 2, k + 6, 35);
world.setBlock(i + 4, j + 2, k + 11, 85);
world.setBlock(i + 4, j + 3, k + 2, 35);
world.setBlock(i + 4, j + 3, k + 6, 35);
world.setBlock(i + 4, j + 3, k + 11, 85);
world.setBlock(i + 4, j + 4, k + 3, 35);
world.setBlock(i + 4, j + 4, k + 4, 35);
world.setBlock(i + 4, j + 4, k + 5, 35);
world.setBlock(i + 4, j + 4, k + 11, 24);
world.setBlock(i + 5, j + 0, k + 3, 24);
world.setBlockMetadata(i + 5, j + 0, k + 3, 2);
world.setBlock(i + 5, j + 0, k + 4, 24);
world.setBlockMetadata(i + 5, j + 0, k + 4, 2);
world.setBlock(i + 5, j + 0, k + 5, 24);
world.setBlockMetadata(i + 5, j + 0, k + 5, 2);
world.setBlock(i + 5, j + 0, k + 6, 24);
world.setBlockMetadata(i + 5, j + 0, k + 6, 2);
world.setBlock(i + 5, j + 1, k + 2, 35);
world.setBlock(i + 5, j + 1, k + 3, 54);
world.setBlockMetadata(i + 5, j + 1, k + 3, 4);
world.setBlock(i + 5, j + 1, k + 4, 54);
world.setBlockMetadata(i + 5, j + 1, k + 4, 4);
world.setBlock(i + 5, j + 2, k + 2, 20);
world.setBlock(i + 5, j + 3, k + 2, 35);
world.setBlock(i + 5, j + 3, k + 6, 35);
world.setBlock(i + 5, j + 4, k + 3, 35);
world.setBlock(i + 5, j + 4, k + 4, 35);
world.setBlock(i + 5, j + 4, k + 5, 35);
world.setBlock(i + 6, j + 0, k + 3, 24);
world.setBlockMetadata(i + 6, j + 0, k + 3, 2);
world.setBlock(i + 6, j + 0, k + 4, 24);
world.setBlockMetadata(i + 6, j + 0, k + 4, 2);
world.setBlock(i + 6, j + 0, k + 5, 24);
world.setBlockMetadata(i + 6, j + 0, k + 5, 2);
world.setBlock(i + 6, j + 1, k + 2, 35);
world.setBlock(i + 6, j + 1, k + 3, 26);
world.setBlockMetadata(i + 6, j + 1, k + 3, 3);
world.setBlock(i + 6, j + 1, k + 4, 26);
world.setBlockMetadata(i + 6, j + 1, k + 4, 3);
world.setBlock(i + 6, j + 1, k + 6, 35);
world.setBlock(i + 6, j + 2, k + 2, 35);
world.setBlock(i + 6, j + 2, k + 6, 35);
world.setBlock(i + 6, j + 3, k + 2, 35);
world.setBlock(i + 6, j + 3, k + 6, 35);
world.setBlock(i + 6, j + 4, k + 3, 35);
world.setBlock(i + 6, j + 4, k + 4, 35);
world.setBlock(i + 6, j + 4, k + 5, 35);
world.setBlock(i + 7, j + 0, k + 3, 24);
world.setBlockMetadata(i + 7, j + 0, k + 3, 2);
world.setBlock(i + 7, j + 0, k + 4, 24);
world.setBlockMetadata(i + 7, j + 0, k + 4, 2);
world.setBlock(i + 7, j + 0, k + 5, 24);
world.setBlockMetadata(i + 7, j + 0, k + 5, 2);
world.setBlock(i + 7, j + 1, k + 2, 35);
world.setBlock(i + 7, j + 1, k + 3, 26);
world.setBlockMetadata(i + 7, j + 1, k + 3, 11);
world.setBlock(i + 7, j + 1, k + 4, 26);
world.setBlockMetadata(i + 7, j + 1, k + 4, 11);
world.setBlock(i + 7, j + 1, k + 6, 35);
world.setBlock(i + 7, j + 2, k + 2, 35);
world.setBlock(i + 7, j + 2, k + 6, 35);
world.setBlock(i + 7, j + 3, k + 2, 35);
world.setBlock(i + 7, j + 3, k + 6, 35);
world.setBlock(i + 7, j + 4, k + 3, 35);
world.setBlock(i + 7, j + 4, k + 4, 35);
world.setBlock(i + 7, j + 4, k + 5, 35);
world.setBlock(i + 8, j + 0, k + 12, 24);
world.setBlockMetadata(i + 8, j + 0, k + 12, 2);
world.setBlock(i + 8, j + 1, k + 3, 35);
world.setBlock(i + 8, j + 1, k + 4, 35);
world.setBlock(i + 8, j + 1, k + 5, 35);
world.setBlock(i + 8, j + 1, k + 9, 35);
world.setBlock(i + 8, j + 1, k + 10, 35);
world.setBlock(i + 8, j + 1, k + 11, 35);
world.setBlock(i + 8, j + 1, k + 13, 35);
world.setBlock(i + 8, j + 1, k + 14, 35);
world.setBlock(i + 8, j + 1, k + 15, 35);
world.setBlock(i + 8, j + 2, k + 3, 35);
world.setBlock(i + 8, j + 2, k + 4, 20);
world.setBlock(i + 8, j + 2, k + 5, 35);
world.setBlock(i + 8, j + 2, k + 10, 35);
world.setBlock(i + 8, j + 2, k + 11, 35);
world.setBlock(i + 8, j + 2, k + 13, 35);
world.setBlock(i + 8, j + 2, k + 14, 35);
world.setBlock(i + 8, j + 3, k + 3, 35);
world.setBlock(i + 8, j + 3, k + 4, 35);
world.setBlock(i + 8, j + 3, k + 5, 35);
world.setBlock(i + 8, j + 3, k + 11, 35);
world.setBlock(i + 8, j + 3, k + 12, 35);
world.setBlock(i + 8, j + 3, k + 13, 35);
world.setBlock(i + 8, j + 4, k + 12, 35);
world.setBlock(i + 9, j + 0, k + 10, 24);
world.setBlockMetadata(i + 9, j + 0, k + 10, 2);
world.setBlock(i + 9, j + 0, k + 11, 24);
world.setBlockMetadata(i + 9, j + 0, k + 11, 2);
world.setBlock(i + 9, j + 0, k + 12, 24);
world.setBlockMetadata(i + 9, j + 0, k + 12, 2);
world.setBlock(i + 9, j + 0, k + 13, 24);
world.setBlockMetadata(i + 9, j + 0, k + 13, 2);
world.setBlock(i + 9, j + 0, k + 14, 24);
world.setBlockMetadata(i + 9, j + 0, k + 14, 2);
world.setBlock(i + 9, j + 1, k + 9, 35);
world.setBlock(i + 9, j + 1, k + 15, 35);
world.setBlock(i + 9, j + 2, k + 10, 35);
world.setBlock(i + 9, j + 2, k + 14, 35);
world.setBlock(i + 9, j + 3, k + 11, 35);
world.setBlock(i + 9, j + 3, k + 13, 35);
world.setBlock(i + 9, j + 4, k + 12, 35);
world.setBlock(i + 10, j + 0, k + 10, 24);
world.setBlockMetadata(i + 10, j + 0, k + 10, 2);
world.setBlock(i + 10, j + 0, k + 11, 24);
world.setBlockMetadata(i + 10, j + 0, k + 11, 2);
world.setBlock(i + 10, j + 0, k + 12, 24);
world.setBlockMetadata(i + 10, j + 0, k + 12, 2);
world.setBlock(i + 10, j + 0, k + 13, 24);
world.setBlockMetadata(i + 10, j + 0, k + 13, 2);
world.setBlock(i + 10, j + 0, k + 14, 24);
world.setBlockMetadata(i + 10, j + 0, k + 14, 2);
world.setBlock(i + 10, j + 1, k + 9, 35);
world.setBlock(i + 10, j + 1, k + 13, 54);
world.setBlockMetadata(i + 10, j + 1, k + 13, 4);
world.setBlock(i + 10, j + 1, k + 15, 35);
world.setBlock(i + 10, j + 2, k + 10, 35);
world.setBlock(i + 10, j + 2, k + 14, 35);
world.setBlock(i + 10, j + 3, k + 11, 35);
world.setBlock(i + 10, j + 3, k + 13, 35);
world.setBlock(i + 10, j + 4, k + 12, 35);
world.setBlock(i + 11, j + 0, k + 10, 24);
world.setBlockMetadata(i + 11, j + 0, k + 10, 2);
world.setBlock(i + 11, j + 0, k + 11, 24);
world.setBlockMetadata(i + 11, j + 0, k + 11, 2);
world.setBlock(i + 11, j + 0, k + 12, 24);
world.setBlockMetadata(i + 11, j + 0, k + 12, 2);
world.setBlock(i + 11, j + 0, k + 13, 24);
world.setBlockMetadata(i + 11, j + 0, k + 13, 2);
world.setBlock(i + 11, j + 0, k + 14, 24);
world.setBlockMetadata(i + 11, j + 0, k + 14, 2);
world.setBlock(i + 11, j + 1, k + 9, 35);
world.setBlock(i + 11, j + 1, k + 13, 26);
world.setBlockMetadata(i + 11, j + 1, k + 13, 3);
world.setBlock(i + 11, j + 1, k + 15, 35);
world.setBlock(i + 11, j + 2, k + 10, 35);
world.setBlock(i + 11, j + 2, k + 14, 35);
world.setBlock(i + 11, j + 3, k + 11, 35);
world.setBlock(i + 11, j + 3, k + 13, 35);
world.setBlock(i + 11, j + 4, k + 12, 35);
world.setBlock(i + 12, j + 0, k + 10, 24);
world.setBlockMetadata(i + 12, j + 0, k + 10, 2);
world.setBlock(i + 12, j + 0, k + 11, 24);
world.setBlockMetadata(i + 12, j + 0, k + 11, 2);
world.setBlock(i + 12, j + 0, k + 12, 24);
world.setBlockMetadata(i + 12, j + 0, k + 12, 2);
world.setBlock(i + 12, j + 0, k + 13, 24);
world.setBlockMetadata(i + 12, j + 0, k + 13, 2);
world.setBlock(i + 12, j + 0, k + 14, 24);
world.setBlockMetadata(i + 12, j + 0, k + 14, 2);
world.setBlock(i + 12, j + 1, k + 9, 35);
world.setBlock(i + 12, j + 1, k + 13, 26);
world.setBlockMetadata(i + 12, j + 1, k + 13, 11);
world.setBlock(i + 12, j + 1, k + 15, 35);
world.setBlock(i + 12, j + 2, k + 10, 35);
world.setBlock(i + 12, j + 2, k + 14, 35);
world.setBlock(i + 12, j + 3, k + 11, 35);
world.setBlock(i + 12, j + 3, k + 13, 35);
world.setBlock(i + 12, j + 4, k + 12, 35);
world.setBlock(i + 13, j + 1, k + 9, 35);
world.setBlock(i + 13, j + 1, k + 10, 35);
world.setBlock(i + 13, j + 1, k + 11, 35);
world.setBlock(i + 13, j + 1, k + 12, 35);
world.setBlock(i + 13, j + 1, k + 13, 35);
world.setBlock(i + 13, j + 1, k + 14, 35);
world.setBlock(i + 13, j + 1, k + 15, 35);
world.setBlock(i + 13, j + 2, k + 10, 35);
world.setBlock(i + 13, j + 2, k + 11, 35);
world.setBlock(i + 13, j + 2, k + 12, 20);
world.setBlock(i + 13, j + 2, k + 13, 35);
world.setBlock(i + 13, j + 2, k + 14, 35);
world.setBlock(i + 13, j + 3, k + 11, 35);
world.setBlock(i + 13, j + 3, k + 12, 35);
world.setBlock(i + 13, j + 3, k + 13, 35);
world.setBlock(i + 13, j + 4, k + 12, 35);
world.setBlock(i + 16, j + 0, k + 0, 2);
world.setBlockWithNotify(i + 0, j + 0, k + 0, 12);
world.setBlockWithNotify(i + 0, j + 0, k + 1, 12);
world.setBlockWithNotify(i + 0, j + 0, k + 2, 12);
world.setBlockWithNotify(i + 0, j + 0, k + 3, 12);
world.setBlockWithNotify(i + 0, j + 0, k + 4, 12);
world.setBlockWithNotify(i + 0, j + 0, k + 5, 12);
world.setBlockWithNotify(i + 0, j + 0, k + 6, 12);
world.setBlockWithNotify(i + 0, j + 0, k + 7, 12);
world.setBlockWithNotify(i + 0, j + 0, k + 8, 12);
world.setBlockWithNotify(i + 0, j + 0, k + 9, 12);
world.setBlockWithNotify(i + 0, j + 0, k + 10, 12);
world.setBlockWithNotify(i + 0, j + 0, k + 11, 12);
world.setBlockWithNotify(i + 0, j + 0, k + 12, 12);
world.setBlockWithNotify(i + 0, j + 0, k + 13, 12);
world.setBlockWithNotify(i + 0, j + 0, k + 14, 12);
world.setBlockWithNotify(i + 0, j + 0, k + 15, 12);
world.setBlockWithNotify(i + 0, j + 0, k + 16, 12);
world.setBlockWithNotify(i + 0, j + 0, k + 17, 12);
world.setBlockWithNotify(i + 1, j + 0, k + 0, 12);
world.setBlockWithNotify(i + 1, j + 0, k + 1, 12);
world.setBlockWithNotify(i + 1, j + 0, k + 2, 12);
world.setBlockWithNotify(i + 1, j + 0, k + 3, 12);
world.setBlockWithNotify(i + 1, j + 0, k + 4, 12);
world.setBlockWithNotify(i + 1, j + 0, k + 5, 12);
world.setBlockWithNotify(i + 1, j + 0, k + 6, 12);
world.setBlockWithNotify(i + 1, j + 0, k + 7, 12);
world.setBlockWithNotify(i + 1, j + 0, k + 8, 12);
world.setBlockWithNotify(i + 1, j + 0, k + 9, 12);
world.setBlockWithNotify(i + 1, j + 0, k + 10, 12);
world.setBlockWithNotify(i + 1, j + 0, k + 11, 12);
world.setBlockWithNotify(i + 1, j + 0, k + 12, 12);
world.setBlockWithNotify(i + 1, j + 0, k + 13, 12);
world.setBlockWithNotify(i + 1, j + 0, k + 14, 12);
world.setBlockWithNotify(i + 1, j + 0, k + 15, 12);
world.setBlockWithNotify(i + 1, j + 0, k + 16, 12);
world.setBlockWithNotify(i + 1, j + 0, k + 17, 12);
world.setBlockWithNotify(i + 2, j + 0, k + 0, 12);
world.setBlockWithNotify(i + 2, j + 0, k + 1, 12);
world.setBlockWithNotify(i + 2, j + 0, k + 2, 12);
world.setBlockWithNotify(i + 2, j + 0, k + 3, 12);
world.setBlockWithNotify(i + 2, j + 0, k + 4, 12);
world.setBlockWithNotify(i + 2, j + 0, k + 5, 12);
world.setBlockWithNotify(i + 2, j + 0, k + 6, 12);
world.setBlockWithNotify(i + 2, j + 0, k + 7, 12);
world.setBlockWithNotify(i + 2, j + 0, k + 8, 12);
world.setBlockWithNotify(i + 2, j + 0, k + 9, 12);
world.setBlockWithNotify(i + 2, j + 0, k + 10, 12);
world.setBlockWithNotify(i + 2, j + 0, k + 11, 12);
world.setBlockWithNotify(i + 2, j + 0, k + 12, 12);
world.setBlockWithNotify(i + 2, j + 0, k + 13, 12);
world.setBlockWithNotify(i + 2, j + 0, k + 14, 12);
world.setBlockWithNotify(i + 2, j + 0, k + 15, 12);
world.setBlockWithNotify(i + 2, j + 0, k + 16, 12);
world.setBlockWithNotify(i + 2, j + 0, k + 17, 12);
world.setBlockWithNotify(i + 3, j + 0, k + 0, 12);
world.setBlockWithNotify(i + 3, j + 0, k + 1, 12);
world.setBlockWithNotify(i + 3, j + 0, k + 2, 12);
world.setBlockWithNotify(i + 3, j + 0, k + 6, 12);
world.setBlockWithNotify(i + 3, j + 0, k + 7, 12);
world.setBlockWithNotify(i + 3, j + 0, k + 8, 12);
world.setBlockWithNotify(i + 3, j + 0, k + 9, 12);
world.setBlockWithNotify(i + 3, j + 0, k + 10, 12);
world.setBlockWithNotify(i + 3, j + 0, k + 11, 12);
world.setBlockWithNotify(i + 3, j + 0, k + 12, 12);
world.setBlockWithNotify(i + 3, j + 0, k + 13, 12);
world.setBlockWithNotify(i + 3, j + 0, k + 14, 12);
world.setBlockWithNotify(i + 3, j + 0, k + 15, 12);
world.setBlockWithNotify(i + 3, j + 0, k + 16, 12);
world.setBlockWithNotify(i + 3, j + 0, k + 17, 12);
world.setBlockWithNotify(i + 3, j + 4, k + 11, 50);
world.setBlockMetadata(i + 3, j + 4, k + 11, 2);
world.setBlockWithNotify(i + 4, j + 0, k + 0, 12);
world.setBlockWithNotify(i + 4, j + 0, k + 1, 12);
world.setBlockWithNotify(i + 4, j + 0, k + 2, 12);
world.setBlockWithNotify(i + 4, j + 0, k + 6, 12);
world.setBlockWithNotify(i + 4, j + 0, k + 7, 12);
world.setBlockWithNotify(i + 4, j + 0, k + 8, 12);
world.setBlockWithNotify(i + 4, j + 0, k + 9, 12);
world.setBlockWithNotify(i + 4, j + 0, k + 10, 12);
world.setBlockWithNotify(i + 4, j + 0, k + 11, 12);
world.setBlockWithNotify(i + 4, j + 0, k + 12, 12);
world.setBlockWithNotify(i + 4, j + 0, k + 13, 12);
world.setBlockWithNotify(i + 4, j + 0, k + 14, 12);
world.setBlockWithNotify(i + 4, j + 0, k + 15, 12);
world.setBlockWithNotify(i + 4, j + 0, k + 16, 12);
world.setBlockWithNotify(i + 4, j + 0, k + 17, 12);
world.setBlockWithNotify(i + 4, j + 3, k + 7, 50);
world.setBlockMetadata(i + 4, j + 3, k + 7, 3);
world.setBlockWithNotify(i + 4, j + 4, k + 10, 50);
world.setBlockMetadata(i + 4, j + 4, k + 10, 4);
world.setBlockWithNotify(i + 4, j + 4, k + 12, 50);
world.setBlockMetadata(i + 4, j + 4, k + 12, 3);
world.setBlockWithNotify(i + 5, j + 0, k + 0, 12);
world.setBlockWithNotify(i + 5, j + 0, k + 1, 12);
world.setBlockWithNotify(i + 5, j + 0, k + 2, 12);
world.setBlockWithNotify(i + 5, j + 0, k + 7, 12);
world.setBlockWithNotify(i + 5, j + 0, k + 8, 12);
world.setBlockWithNotify(i + 5, j + 0, k + 9, 12);
world.setBlockWithNotify(i + 5, j + 0, k + 10, 12);
world.setBlockWithNotify(i + 5, j + 0, k + 11, 12);
world.setBlockWithNotify(i + 5, j + 0, k + 12, 12);
world.setBlockWithNotify(i + 5, j + 0, k + 13, 12);
world.setBlockWithNotify(i + 5, j + 0, k + 14, 12);
world.setBlockWithNotify(i + 5, j + 0, k + 15, 12);
world.setBlockWithNotify(i + 5, j + 0, k + 16, 12);
world.setBlockWithNotify(i + 5, j + 0, k + 17, 12);
world.setBlockWithNotify(i + 5, j + 1, k + 6, 64);
world.setBlockMetadata(i + 5, j + 1, k + 6, 3);
world.setBlockWithNotify(i + 5, j + 2, k + 6, 64);
world.setBlockMetadata(i + 5, j + 2, k + 6, 8);
world.setBlockWithNotify(i + 5, j + 4, k + 11, 50);
world.setBlockMetadata(i + 5, j + 4, k + 11, 1);
world.setBlockWithNotify(i + 6, j + 0, k + 0, 12);
world.setBlockWithNotify(i + 6, j + 0, k + 1, 12);
world.setBlockWithNotify(i + 6, j + 0, k + 2, 12);
world.setBlockWithNotify(i + 6, j + 0, k + 6, 12);
world.setBlockWithNotify(i + 6, j + 0, k + 7, 12);
world.setBlockWithNotify(i + 6, j + 0, k + 8, 12);
world.setBlockWithNotify(i + 6, j + 0, k + 9, 12);
world.setBlockWithNotify(i + 6, j + 0, k + 10, 12);
world.setBlockWithNotify(i + 6, j + 0, k + 11, 12);
world.setBlockWithNotify(i + 6, j + 0, k + 12, 12);
world.setBlockWithNotify(i + 6, j + 0, k + 13, 12);
world.setBlockWithNotify(i + 6, j + 0, k + 14, 12);
world.setBlockWithNotify(i + 6, j + 0, k + 15, 12);
world.setBlockWithNotify(i + 6, j + 0, k + 16, 12);
world.setBlockWithNotify(i + 6, j + 0, k + 17, 12);
world.setBlockWithNotify(i + 6, j + 3, k + 7, 50);
world.setBlockMetadata(i + 6, j + 3, k + 7, 3);
world.setBlockWithNotify(i + 7, j + 0, k + 0, 12);
world.setBlockWithNotify(i + 7, j + 0, k + 1, 12);
world.setBlockWithNotify(i + 7, j + 0, k + 2, 12);
world.setBlockWithNotify(i + 7, j + 0, k + 6, 12);
world.setBlockWithNotify(i + 7, j + 0, k + 7, 12);
world.setBlockWithNotify(i + 7, j + 0, k + 8, 12);
world.setBlockWithNotify(i + 7, j + 0, k + 9, 12);
world.setBlockWithNotify(i + 7, j + 0, k + 10, 12);
world.setBlockWithNotify(i + 7, j + 0, k + 11, 12);
world.setBlockWithNotify(i + 7, j + 0, k + 12, 12);
world.setBlockWithNotify(i + 7, j + 0, k + 13, 12);
world.setBlockWithNotify(i + 7, j + 0, k + 14, 12);
world.setBlockWithNotify(i + 7, j + 0, k + 15, 12);
world.setBlockWithNotify(i + 7, j + 0, k + 16, 12);
world.setBlockWithNotify(i + 7, j + 0, k + 17, 12);
world.setBlockWithNotify(i + 7, j + 3, k + 11, 50);
world.setBlockMetadata(i + 7, j + 3, k + 11, 2);
world.setBlockWithNotify(i + 7, j + 3, k + 13, 50);
world.setBlockMetadata(i + 7, j + 3, k + 13, 2);
world.setBlockWithNotify(i + 8, j + 0, k + 0, 12);
world.setBlockWithNotify(i + 8, j + 0, k + 1, 12);
world.setBlockWithNotify(i + 8, j + 0, k + 2, 12);
world.setBlockWithNotify(i + 8, j + 0, k + 3, 12);
world.setBlockWithNotify(i + 8, j + 0, k + 4, 12);
world.setBlockWithNotify(i + 8, j + 0, k + 5, 12);
world.setBlockWithNotify(i + 8, j + 0, k + 6, 12);
world.setBlockWithNotify(i + 8, j + 0, k + 7, 12);
world.setBlockWithNotify(i + 8, j + 0, k + 8, 12);
world.setBlockWithNotify(i + 8, j + 0, k + 9, 12);
world.setBlockWithNotify(i + 8, j + 0, k + 10, 12);
world.setBlockWithNotify(i + 8, j + 0, k + 11, 12);
world.setBlockWithNotify(i + 8, j + 0, k + 13, 12);
world.setBlockWithNotify(i + 8, j + 0, k + 14, 12);
world.setBlockWithNotify(i + 8, j + 0, k + 15, 12);
world.setBlockWithNotify(i + 8, j + 0, k + 16, 12);
world.setBlockWithNotify(i + 8, j + 0, k + 17, 12);
world.setBlockWithNotify(i + 8, j + 1, k + 12, 64);
world.setBlockWithNotify(i + 8, j + 2, k + 12, 64);
world.setBlockMetadata(i + 8, j + 2, k + 12, 8);
world.setBlockWithNotify(i + 9, j + 0, k + 0, 12);
world.setBlockWithNotify(i + 9, j + 0, k + 1, 12);
world.setBlockWithNotify(i + 9, j + 0, k + 2, 12);
world.setBlockWithNotify(i + 9, j + 0, k + 3, 12);
world.setBlockWithNotify(i + 9, j + 0, k + 4, 12);
world.setBlockWithNotify(i + 9, j + 0, k + 5, 12);
world.setBlockWithNotify(i + 9, j + 0, k + 6, 12);
world.setBlockWithNotify(i + 9, j + 0, k + 7, 12);
world.setBlockWithNotify(i + 9, j + 0, k + 8, 12);
world.setBlockWithNotify(i + 9, j + 0, k + 9, 12);
world.setBlockWithNotify(i + 9, j + 0, k + 15, 12);
world.setBlockWithNotify(i + 9, j + 0, k + 16, 12);
world.setBlockWithNotify(i + 9, j + 0, k + 17, 12);
world.setBlockWithNotify(i + 10, j + 0, k + 0, 12);
world.setBlockWithNotify(i + 10, j + 0, k + 1, 12);
world.setBlockWithNotify(i + 10, j + 0, k + 2, 12);
world.setBlockWithNotify(i + 10, j + 0, k + 3, 12);
world.setBlockWithNotify(i + 10, j + 0, k + 4, 12);
world.setBlockWithNotify(i + 10, j + 0, k + 5, 12);
world.setBlockWithNotify(i + 10, j + 0, k + 6, 12);
world.setBlockWithNotify(i + 10, j + 0, k + 7, 12);
world.setBlockWithNotify(i + 10, j + 0, k + 8, 12);
world.setBlockWithNotify(i + 10, j + 0, k + 9, 12);
world.setBlockWithNotify(i + 10, j + 0, k + 15, 12);
world.setBlockWithNotify(i + 10, j + 0, k + 16, 12);
world.setBlockWithNotify(i + 10, j + 0, k + 17, 12);
world.setBlockWithNotify(i + 11, j + 0, k + 0, 12);
world.setBlockWithNotify(i + 11, j + 0, k + 1, 12);
world.setBlockWithNotify(i + 11, j + 0, k + 2, 12);
world.setBlockWithNotify(i + 11, j + 0, k + 3, 12);
world.setBlockWithNotify(i + 11, j + 0, k + 4, 12);
world.setBlockWithNotify(i + 11, j + 0, k + 5, 12);
world.setBlockWithNotify(i + 11, j + 0, k + 6, 12);
world.setBlockWithNotify(i + 11, j + 0, k + 7, 12);
world.setBlockWithNotify(i + 11, j + 0, k + 8, 12);
world.setBlockWithNotify(i + 11, j + 0, k + 9, 12);
world.setBlockWithNotify(i + 11, j + 0, k + 15, 12);
world.setBlockWithNotify(i + 11, j + 0, k + 16, 12);
world.setBlockWithNotify(i + 11, j + 0, k + 17, 12);
world.setBlockWithNotify(i + 12, j + 0, k + 0, 12);
world.setBlockWithNotify(i + 12, j + 0, k + 1, 12);
world.setBlockWithNotify(i + 12, j + 0, k + 2, 12);
world.setBlockWithNotify(i + 12, j + 0, k + 3, 12);
world.setBlockWithNotify(i + 12, j + 0, k + 4, 12);
world.setBlockWithNotify(i + 12, j + 0, k + 5, 12);
world.setBlockWithNotify(i + 12, j + 0, k + 6, 12);
world.setBlockWithNotify(i + 12, j + 0, k + 7, 12);
world.setBlockWithNotify(i + 12, j + 0, k + 8, 12);
world.setBlockWithNotify(i + 12, j + 0, k + 9, 12);
world.setBlockWithNotify(i + 12, j + 0, k + 15, 12);
world.setBlockWithNotify(i + 12, j + 0, k + 16, 12);
world.setBlockWithNotify(i + 12, j + 0, k + 17, 12);
world.setBlockWithNotify(i + 13, j + 0, k + 0, 12);
world.setBlockWithNotify(i + 13, j + 0, k + 1, 12);
world.setBlockWithNotify(i + 13, j + 0, k + 2, 12);
world.setBlockWithNotify(i + 13, j + 0, k + 3, 12);
world.setBlockWithNotify(i + 13, j + 0, k + 4, 12);
world.setBlockWithNotify(i + 13, j + 0, k + 5, 12);
world.setBlockWithNotify(i + 13, j + 0, k + 6, 12);
world.setBlockWithNotify(i + 13, j + 0, k + 7, 12);
world.setBlockWithNotify(i + 13, j + 0, k + 8, 12);
world.setBlockWithNotify(i + 13, j + 0, k + 9, 12);
world.setBlockWithNotify(i + 13, j + 0, k + 10, 12);
world.setBlockWithNotify(i + 13, j + 0, k + 11, 12);
world.setBlockWithNotify(i + 13, j + 0, k + 12, 12);
world.setBlockWithNotify(i + 13, j + 0, k + 13, 12);
world.setBlockWithNotify(i + 13, j + 0, k + 14, 12);
world.setBlockWithNotify(i + 13, j + 0, k + 15, 12);
world.setBlockWithNotify(i + 13, j + 0, k + 16, 12);
world.setBlockWithNotify(i + 13, j + 0, k + 17, 12);
world.setBlockWithNotify(i + 14, j + 0, k + 0, 12);
world.setBlockWithNotify(i + 14, j + 0, k + 1, 12);
world.setBlockWithNotify(i + 14, j + 0, k + 2, 12);
world.setBlockWithNotify(i + 14, j + 0, k + 3, 12);
world.setBlockWithNotify(i + 14, j + 0, k + 4, 12);
world.setBlockWithNotify(i + 14, j + 0, k + 5, 12);
world.setBlockWithNotify(i + 14, j + 0, k + 6, 12);
world.setBlockWithNotify(i + 14, j + 0, k + 7, 12);
world.setBlockWithNotify(i + 14, j + 0, k + 8, 12);
world.setBlockWithNotify(i + 14, j + 0, k + 9, 12);
world.setBlockWithNotify(i + 14, j + 0, k + 10, 12);
world.setBlockWithNotify(i + 14, j + 0, k + 11, 12);
world.setBlockWithNotify(i + 14, j + 0, k + 12, 12);
world.setBlockWithNotify(i + 14, j + 0, k + 13, 12);
world.setBlockWithNotify(i + 14, j + 0, k + 14, 12);
world.setBlockWithNotify(i + 14, j + 0, k + 15, 12);
world.setBlockWithNotify(i + 14, j + 0, k + 16, 12);
world.setBlockWithNotify(i + 14, j + 0, k + 17, 12);
world.setBlockWithNotify(i + 15, j + 0, k + 0, 12);
world.setBlockWithNotify(i + 15, j + 0, k + 1, 12);
world.setBlockWithNotify(i + 15, j + 0, k + 2, 12);
world.setBlockWithNotify(i + 15, j + 0, k + 3, 12);
world.setBlockWithNotify(i + 15, j + 0, k + 4, 12);
world.setBlockWithNotify(i + 15, j + 0, k + 5, 12);
world.setBlockWithNotify(i + 15, j + 0, k + 6, 12);
world.setBlockWithNotify(i + 15, j + 0, k + 7, 12);
world.setBlockWithNotify(i + 15, j + 0, k + 8, 12);
world.setBlockWithNotify(i + 15, j + 0, k + 9, 12);
world.setBlockWithNotify(i + 15, j + 0, k + 10, 12);
world.setBlockWithNotify(i + 15, j + 0, k + 11, 12);
world.setBlockWithNotify(i + 15, j + 0, k + 12, 12);
world.setBlockWithNotify(i + 15, j + 0, k + 13, 12);
world.setBlockWithNotify(i + 15, j + 0, k + 14, 12);
world.setBlockWithNotify(i + 15, j + 0, k + 15, 12);
world.setBlockWithNotify(i + 15, j + 0, k + 16, 12);
world.setBlockWithNotify(i + 15, j + 0, k + 17, 12);
world.setBlockWithNotify(i + 16, j + 0, k + 1, 12);
world.setBlockWithNotify(i + 16, j + 0, k + 2, 12);
world.setBlockWithNotify(i + 16, j + 0, k + 3, 12);
world.setBlockWithNotify(i + 16, j + 0, k + 4, 12);
world.setBlockWithNotify(i + 16, j + 0, k + 5, 12);
world.setBlockWithNotify(i + 16, j + 0, k + 6, 12);
world.setBlockWithNotify(i + 16, j + 0, k + 7, 12);
world.setBlockWithNotify(i + 16, j + 0, k + 8, 12);
world.setBlockWithNotify(i + 16, j + 0, k + 9, 12);
world.setBlockWithNotify(i + 16, j + 0, k + 10, 12);
world.setBlockWithNotify(i + 16, j + 0, k + 11, 12);
world.setBlockWithNotify(i + 16, j + 0, k + 12, 12);
world.setBlockWithNotify(i + 16, j + 0, k + 13, 12);
world.setBlockWithNotify(i + 16, j + 0, k + 14, 12);
world.setBlockWithNotify(i + 16, j + 0, k + 15, 12);
world.setBlockWithNotify(i + 16, j + 0, k + 16, 12);
world.setBlockWithNotify(i + 16, j + 0, k + 17, 12);
return true;
}
}
I've got a rather general question, and it might be kind of an obvious one. I'm really new to modding and java code in general, just to preface. It seems like just about all the modding tutorials I see have to do with adding new things into the game. If I wanted to modify already existing features of the game, like making iron ore rarer, or making only one or two types of biomes spawn, would that be something you could do through ModLoader, or would there be some inevitable compatibility issues with other mods?
If you can figure it out can you post a section in NPC to hold and use an item like a pickaxe? As well as Switching from the pickaxe to a hoe, or to a bare hand?
I've got a rather general question, and it might be kind of an obvious one. I'm really new to modding and java code in general, just to preface. It seems like just about all the modding tutorials I see have to do with adding new things into the game. If I wanted to modify already existing features of the game, like making iron ore rarer, or making only one or two types of biomes spawn, would that be something you could do through ModLoader, or would there be some inevitable compatibility issues with other mods?
The things you are talking about are not done through ModLoader, you would have to edit existing classes. ModLoader can only add things not edit them, however some things can be linked to ModLoader such as crafting,smelting, block creation etc......
I hope this helped.
The things you are talking about are not done through ModLoader, you would have to edit existing classes. ModLoader can only add things not edit them, however some things can be linked to ModLoader such as crafting,smelting, block creation etc......
I hope this helped.
When life gives you a potato, wonder why the heck life just gave you a potato. Why not something else? Like money? Or a combustable lemon? No, you get a potato. Nothing else.
To post a comment, please login or register a new account.
By an example code, I mean, something like what I would have to add to make it power redstone. Redstone power is what I am currently missing.
None taken I'm new to modding just started out yesterday actually lol and I'm just glad I was able to get some help
I made it all in separate classes on purpose so the users can remove whatever colours they don't want from the zip file. Is this one of the annoyances that Risu was talking about? I know we are supposed to be able to use up to 255? I haven't updated modloader, should I do so?
your mod adds in to many terrain sprites in one whole mod. modloader cant have infinite like forge, so if you want all those in one your going to have code with forge. i dont think it is though
Ahh, well that makes sense, haha. Figured it would be something along that lines.
You run the "recompile.bat" in your MCP folder followed by the "reobfuscate.bat". your .class files will be in your reobf\minecraft\ directory inside your MCP folder. you zip them up inside of a .zip archive with your images. To test it you put the whateveryounamedit.zip in your mods folder in .minecraft. and start a new world. If you need more detail I can explain it better. (or some one else can)
go to your modding folder or whatever you called it and recompile and reobfuscate
Umm, never mind.. I tried to make my village/house thing appear, I used the .Schematic to Java translator.
This is the mod_DesertMod (JUST a small part of it)
public void generateSurface(World world, Random random, int chunkX, int chunkZ) { for(int k = 0; k < 10; k++) { int RandPosX = chunkX + random.nextInt(5); int RandPosY = random.nextInt(80); int RandPosZ = chunkZ + random.nextInt(5); (new WorldGenArabVillage()).generate(world, random, RandPosX, RandPosY, RandPosZ); } }and this is the WorldGenArabVillage:
/* *** MADE BY MITHION'S .SCHEMATIC TO JAVA CONVERTING TOOLv0.1 *** */ package net.minecraft.src; import java.util.Random; public class WorldGenArabVillage extends WorldGenerator { public WorldGenArabVillage() { } public boolean generate(World world, Random rand, int i, int j, int k) { int spawnBlockID = 12; if(world.getBlockId(i, j, k) != spawnBlockID || world.getBlockId(i, j + 1, k) != 0 || world.getBlockId(i + 17, j, k) != spawnBlockID || world.getBlockId(i + 17, j, k + 17) != spawnBlockID || world.getBlockId(i, j, k + 17) != spawnBlockID || world.getBlockId(i + 17, j + 1, k) != 0 || world.getBlockId(i + 17, j + 1, k + 17) != 0 || world.getBlockId(i, j + 1, k + 17) != 0) { return false; } world.setBlock(i + 2, j + 1, k + 3, 35); world.setBlock(i + 2, j + 1, k + 4, 35); world.setBlock(i + 2, j + 1, k + 5, 35); world.setBlock(i + 2, j + 2, k + 3, 35); world.setBlock(i + 2, j + 2, k + 4, 20); world.setBlock(i + 2, j + 2, k + 5, 35); world.setBlock(i + 2, j + 3, k + 3, 35); world.setBlock(i + 2, j + 3, k + 4, 35); world.setBlock(i + 2, j + 3, k + 5, 35); world.setBlock(i + 3, j + 0, k + 3, 24); world.setBlockMetadata(i + 3, j + 0, k + 3, 2); world.setBlock(i + 3, j + 0, k + 4, 24); world.setBlockMetadata(i + 3, j + 0, k + 4, 2); world.setBlock(i + 3, j + 0, k + 5, 24); world.setBlockMetadata(i + 3, j + 0, k + 5, 2); world.setBlock(i + 3, j + 1, k + 2, 35); world.setBlock(i + 3, j + 1, k + 6, 35); world.setBlock(i + 3, j + 2, k + 2, 35); world.setBlock(i + 3, j + 2, k + 6, 35); world.setBlock(i + 3, j + 3, k + 2, 35); world.setBlock(i + 3, j + 3, k + 6, 35); world.setBlock(i + 3, j + 4, k + 3, 35); world.setBlock(i + 3, j + 4, k + 4, 35); world.setBlock(i + 3, j + 4, k + 5, 35); world.setBlock(i + 4, j + 0, k + 3, 24); world.setBlockMetadata(i + 4, j + 0, k + 3, 2); world.setBlock(i + 4, j + 0, k + 4, 24); world.setBlockMetadata(i + 4, j + 0, k + 4, 2); world.setBlock(i + 4, j + 0, k + 5, 24); world.setBlockMetadata(i + 4, j + 0, k + 5, 2); world.setBlock(i + 4, j + 1, k + 2, 35); world.setBlock(i + 4, j + 1, k + 6, 35); world.setBlock(i + 4, j + 1, k + 11, 85); world.setBlock(i + 4, j + 2, k + 2, 35); world.setBlock(i + 4, j + 2, k + 6, 35); world.setBlock(i + 4, j + 2, k + 11, 85); world.setBlock(i + 4, j + 3, k + 2, 35); world.setBlock(i + 4, j + 3, k + 6, 35); world.setBlock(i + 4, j + 3, k + 11, 85); world.setBlock(i + 4, j + 4, k + 3, 35); world.setBlock(i + 4, j + 4, k + 4, 35); world.setBlock(i + 4, j + 4, k + 5, 35); world.setBlock(i + 4, j + 4, k + 11, 24); world.setBlock(i + 5, j + 0, k + 3, 24); world.setBlockMetadata(i + 5, j + 0, k + 3, 2); world.setBlock(i + 5, j + 0, k + 4, 24); world.setBlockMetadata(i + 5, j + 0, k + 4, 2); world.setBlock(i + 5, j + 0, k + 5, 24); world.setBlockMetadata(i + 5, j + 0, k + 5, 2); world.setBlock(i + 5, j + 0, k + 6, 24); world.setBlockMetadata(i + 5, j + 0, k + 6, 2); world.setBlock(i + 5, j + 1, k + 2, 35); world.setBlock(i + 5, j + 1, k + 3, 54); world.setBlockMetadata(i + 5, j + 1, k + 3, 4); world.setBlock(i + 5, j + 1, k + 4, 54); world.setBlockMetadata(i + 5, j + 1, k + 4, 4); world.setBlock(i + 5, j + 2, k + 2, 20); world.setBlock(i + 5, j + 3, k + 2, 35); world.setBlock(i + 5, j + 3, k + 6, 35); world.setBlock(i + 5, j + 4, k + 3, 35); world.setBlock(i + 5, j + 4, k + 4, 35); world.setBlock(i + 5, j + 4, k + 5, 35); world.setBlock(i + 6, j + 0, k + 3, 24); world.setBlockMetadata(i + 6, j + 0, k + 3, 2); world.setBlock(i + 6, j + 0, k + 4, 24); world.setBlockMetadata(i + 6, j + 0, k + 4, 2); world.setBlock(i + 6, j + 0, k + 5, 24); world.setBlockMetadata(i + 6, j + 0, k + 5, 2); world.setBlock(i + 6, j + 1, k + 2, 35); world.setBlock(i + 6, j + 1, k + 3, 26); world.setBlockMetadata(i + 6, j + 1, k + 3, 3); world.setBlock(i + 6, j + 1, k + 4, 26); world.setBlockMetadata(i + 6, j + 1, k + 4, 3); world.setBlock(i + 6, j + 1, k + 6, 35); world.setBlock(i + 6, j + 2, k + 2, 35); world.setBlock(i + 6, j + 2, k + 6, 35); world.setBlock(i + 6, j + 3, k + 2, 35); world.setBlock(i + 6, j + 3, k + 6, 35); world.setBlock(i + 6, j + 4, k + 3, 35); world.setBlock(i + 6, j + 4, k + 4, 35); world.setBlock(i + 6, j + 4, k + 5, 35); world.setBlock(i + 7, j + 0, k + 3, 24); world.setBlockMetadata(i + 7, j + 0, k + 3, 2); world.setBlock(i + 7, j + 0, k + 4, 24); world.setBlockMetadata(i + 7, j + 0, k + 4, 2); world.setBlock(i + 7, j + 0, k + 5, 24); world.setBlockMetadata(i + 7, j + 0, k + 5, 2); world.setBlock(i + 7, j + 1, k + 2, 35); world.setBlock(i + 7, j + 1, k + 3, 26); world.setBlockMetadata(i + 7, j + 1, k + 3, 11); world.setBlock(i + 7, j + 1, k + 4, 26); world.setBlockMetadata(i + 7, j + 1, k + 4, 11); world.setBlock(i + 7, j + 1, k + 6, 35); world.setBlock(i + 7, j + 2, k + 2, 35); world.setBlock(i + 7, j + 2, k + 6, 35); world.setBlock(i + 7, j + 3, k + 2, 35); world.setBlock(i + 7, j + 3, k + 6, 35); world.setBlock(i + 7, j + 4, k + 3, 35); world.setBlock(i + 7, j + 4, k + 4, 35); world.setBlock(i + 7, j + 4, k + 5, 35); world.setBlock(i + 8, j + 0, k + 12, 24); world.setBlockMetadata(i + 8, j + 0, k + 12, 2); world.setBlock(i + 8, j + 1, k + 3, 35); world.setBlock(i + 8, j + 1, k + 4, 35); world.setBlock(i + 8, j + 1, k + 5, 35); world.setBlock(i + 8, j + 1, k + 9, 35); world.setBlock(i + 8, j + 1, k + 10, 35); world.setBlock(i + 8, j + 1, k + 11, 35); world.setBlock(i + 8, j + 1, k + 13, 35); world.setBlock(i + 8, j + 1, k + 14, 35); world.setBlock(i + 8, j + 1, k + 15, 35); world.setBlock(i + 8, j + 2, k + 3, 35); world.setBlock(i + 8, j + 2, k + 4, 20); world.setBlock(i + 8, j + 2, k + 5, 35); world.setBlock(i + 8, j + 2, k + 10, 35); world.setBlock(i + 8, j + 2, k + 11, 35); world.setBlock(i + 8, j + 2, k + 13, 35); world.setBlock(i + 8, j + 2, k + 14, 35); world.setBlock(i + 8, j + 3, k + 3, 35); world.setBlock(i + 8, j + 3, k + 4, 35); world.setBlock(i + 8, j + 3, k + 5, 35); world.setBlock(i + 8, j + 3, k + 11, 35); world.setBlock(i + 8, j + 3, k + 12, 35); world.setBlock(i + 8, j + 3, k + 13, 35); world.setBlock(i + 8, j + 4, k + 12, 35); world.setBlock(i + 9, j + 0, k + 10, 24); world.setBlockMetadata(i + 9, j + 0, k + 10, 2); world.setBlock(i + 9, j + 0, k + 11, 24); world.setBlockMetadata(i + 9, j + 0, k + 11, 2); world.setBlock(i + 9, j + 0, k + 12, 24); world.setBlockMetadata(i + 9, j + 0, k + 12, 2); world.setBlock(i + 9, j + 0, k + 13, 24); world.setBlockMetadata(i + 9, j + 0, k + 13, 2); world.setBlock(i + 9, j + 0, k + 14, 24); world.setBlockMetadata(i + 9, j + 0, k + 14, 2); world.setBlock(i + 9, j + 1, k + 9, 35); world.setBlock(i + 9, j + 1, k + 15, 35); world.setBlock(i + 9, j + 2, k + 10, 35); world.setBlock(i + 9, j + 2, k + 14, 35); world.setBlock(i + 9, j + 3, k + 11, 35); world.setBlock(i + 9, j + 3, k + 13, 35); world.setBlock(i + 9, j + 4, k + 12, 35); world.setBlock(i + 10, j + 0, k + 10, 24); world.setBlockMetadata(i + 10, j + 0, k + 10, 2); world.setBlock(i + 10, j + 0, k + 11, 24); world.setBlockMetadata(i + 10, j + 0, k + 11, 2); world.setBlock(i + 10, j + 0, k + 12, 24); world.setBlockMetadata(i + 10, j + 0, k + 12, 2); world.setBlock(i + 10, j + 0, k + 13, 24); world.setBlockMetadata(i + 10, j + 0, k + 13, 2); world.setBlock(i + 10, j + 0, k + 14, 24); world.setBlockMetadata(i + 10, j + 0, k + 14, 2); world.setBlock(i + 10, j + 1, k + 9, 35); world.setBlock(i + 10, j + 1, k + 13, 54); world.setBlockMetadata(i + 10, j + 1, k + 13, 4); world.setBlock(i + 10, j + 1, k + 15, 35); world.setBlock(i + 10, j + 2, k + 10, 35); world.setBlock(i + 10, j + 2, k + 14, 35); world.setBlock(i + 10, j + 3, k + 11, 35); world.setBlock(i + 10, j + 3, k + 13, 35); world.setBlock(i + 10, j + 4, k + 12, 35); world.setBlock(i + 11, j + 0, k + 10, 24); world.setBlockMetadata(i + 11, j + 0, k + 10, 2); world.setBlock(i + 11, j + 0, k + 11, 24); world.setBlockMetadata(i + 11, j + 0, k + 11, 2); world.setBlock(i + 11, j + 0, k + 12, 24); world.setBlockMetadata(i + 11, j + 0, k + 12, 2); world.setBlock(i + 11, j + 0, k + 13, 24); world.setBlockMetadata(i + 11, j + 0, k + 13, 2); world.setBlock(i + 11, j + 0, k + 14, 24); world.setBlockMetadata(i + 11, j + 0, k + 14, 2); world.setBlock(i + 11, j + 1, k + 9, 35); world.setBlock(i + 11, j + 1, k + 13, 26); world.setBlockMetadata(i + 11, j + 1, k + 13, 3); world.setBlock(i + 11, j + 1, k + 15, 35); world.setBlock(i + 11, j + 2, k + 10, 35); world.setBlock(i + 11, j + 2, k + 14, 35); world.setBlock(i + 11, j + 3, k + 11, 35); world.setBlock(i + 11, j + 3, k + 13, 35); world.setBlock(i + 11, j + 4, k + 12, 35); world.setBlock(i + 12, j + 0, k + 10, 24); world.setBlockMetadata(i + 12, j + 0, k + 10, 2); world.setBlock(i + 12, j + 0, k + 11, 24); world.setBlockMetadata(i + 12, j + 0, k + 11, 2); world.setBlock(i + 12, j + 0, k + 12, 24); world.setBlockMetadata(i + 12, j + 0, k + 12, 2); world.setBlock(i + 12, j + 0, k + 13, 24); world.setBlockMetadata(i + 12, j + 0, k + 13, 2); world.setBlock(i + 12, j + 0, k + 14, 24); world.setBlockMetadata(i + 12, j + 0, k + 14, 2); world.setBlock(i + 12, j + 1, k + 9, 35); world.setBlock(i + 12, j + 1, k + 13, 26); world.setBlockMetadata(i + 12, j + 1, k + 13, 11); world.setBlock(i + 12, j + 1, k + 15, 35); world.setBlock(i + 12, j + 2, k + 10, 35); world.setBlock(i + 12, j + 2, k + 14, 35); world.setBlock(i + 12, j + 3, k + 11, 35); world.setBlock(i + 12, j + 3, k + 13, 35); world.setBlock(i + 12, j + 4, k + 12, 35); world.setBlock(i + 13, j + 1, k + 9, 35); world.setBlock(i + 13, j + 1, k + 10, 35); world.setBlock(i + 13, j + 1, k + 11, 35); world.setBlock(i + 13, j + 1, k + 12, 35); world.setBlock(i + 13, j + 1, k + 13, 35); world.setBlock(i + 13, j + 1, k + 14, 35); world.setBlock(i + 13, j + 1, k + 15, 35); world.setBlock(i + 13, j + 2, k + 10, 35); world.setBlock(i + 13, j + 2, k + 11, 35); world.setBlock(i + 13, j + 2, k + 12, 20); world.setBlock(i + 13, j + 2, k + 13, 35); world.setBlock(i + 13, j + 2, k + 14, 35); world.setBlock(i + 13, j + 3, k + 11, 35); world.setBlock(i + 13, j + 3, k + 12, 35); world.setBlock(i + 13, j + 3, k + 13, 35); world.setBlock(i + 13, j + 4, k + 12, 35); world.setBlock(i + 16, j + 0, k + 0, 2); world.setBlockWithNotify(i + 0, j + 0, k + 0, 12); world.setBlockWithNotify(i + 0, j + 0, k + 1, 12); world.setBlockWithNotify(i + 0, j + 0, k + 2, 12); world.setBlockWithNotify(i + 0, j + 0, k + 3, 12); world.setBlockWithNotify(i + 0, j + 0, k + 4, 12); world.setBlockWithNotify(i + 0, j + 0, k + 5, 12); world.setBlockWithNotify(i + 0, j + 0, k + 6, 12); world.setBlockWithNotify(i + 0, j + 0, k + 7, 12); world.setBlockWithNotify(i + 0, j + 0, k + 8, 12); world.setBlockWithNotify(i + 0, j + 0, k + 9, 12); world.setBlockWithNotify(i + 0, j + 0, k + 10, 12); world.setBlockWithNotify(i + 0, j + 0, k + 11, 12); world.setBlockWithNotify(i + 0, j + 0, k + 12, 12); world.setBlockWithNotify(i + 0, j + 0, k + 13, 12); world.setBlockWithNotify(i + 0, j + 0, k + 14, 12); world.setBlockWithNotify(i + 0, j + 0, k + 15, 12); world.setBlockWithNotify(i + 0, j + 0, k + 16, 12); world.setBlockWithNotify(i + 0, j + 0, k + 17, 12); world.setBlockWithNotify(i + 1, j + 0, k + 0, 12); world.setBlockWithNotify(i + 1, j + 0, k + 1, 12); world.setBlockWithNotify(i + 1, j + 0, k + 2, 12); world.setBlockWithNotify(i + 1, j + 0, k + 3, 12); world.setBlockWithNotify(i + 1, j + 0, k + 4, 12); world.setBlockWithNotify(i + 1, j + 0, k + 5, 12); world.setBlockWithNotify(i + 1, j + 0, k + 6, 12); world.setBlockWithNotify(i + 1, j + 0, k + 7, 12); world.setBlockWithNotify(i + 1, j + 0, k + 8, 12); world.setBlockWithNotify(i + 1, j + 0, k + 9, 12); world.setBlockWithNotify(i + 1, j + 0, k + 10, 12); world.setBlockWithNotify(i + 1, j + 0, k + 11, 12); world.setBlockWithNotify(i + 1, j + 0, k + 12, 12); world.setBlockWithNotify(i + 1, j + 0, k + 13, 12); world.setBlockWithNotify(i + 1, j + 0, k + 14, 12); world.setBlockWithNotify(i + 1, j + 0, k + 15, 12); world.setBlockWithNotify(i + 1, j + 0, k + 16, 12); world.setBlockWithNotify(i + 1, j + 0, k + 17, 12); world.setBlockWithNotify(i + 2, j + 0, k + 0, 12); world.setBlockWithNotify(i + 2, j + 0, k + 1, 12); world.setBlockWithNotify(i + 2, j + 0, k + 2, 12); world.setBlockWithNotify(i + 2, j + 0, k + 3, 12); world.setBlockWithNotify(i + 2, j + 0, k + 4, 12); world.setBlockWithNotify(i + 2, j + 0, k + 5, 12); world.setBlockWithNotify(i + 2, j + 0, k + 6, 12); world.setBlockWithNotify(i + 2, j + 0, k + 7, 12); world.setBlockWithNotify(i + 2, j + 0, k + 8, 12); world.setBlockWithNotify(i + 2, j + 0, k + 9, 12); world.setBlockWithNotify(i + 2, j + 0, k + 10, 12); world.setBlockWithNotify(i + 2, j + 0, k + 11, 12); world.setBlockWithNotify(i + 2, j + 0, k + 12, 12); world.setBlockWithNotify(i + 2, j + 0, k + 13, 12); world.setBlockWithNotify(i + 2, j + 0, k + 14, 12); world.setBlockWithNotify(i + 2, j + 0, k + 15, 12); world.setBlockWithNotify(i + 2, j + 0, k + 16, 12); world.setBlockWithNotify(i + 2, j + 0, k + 17, 12); world.setBlockWithNotify(i + 3, j + 0, k + 0, 12); world.setBlockWithNotify(i + 3, j + 0, k + 1, 12); world.setBlockWithNotify(i + 3, j + 0, k + 2, 12); world.setBlockWithNotify(i + 3, j + 0, k + 6, 12); world.setBlockWithNotify(i + 3, j + 0, k + 7, 12); world.setBlockWithNotify(i + 3, j + 0, k + 8, 12); world.setBlockWithNotify(i + 3, j + 0, k + 9, 12); world.setBlockWithNotify(i + 3, j + 0, k + 10, 12); world.setBlockWithNotify(i + 3, j + 0, k + 11, 12); world.setBlockWithNotify(i + 3, j + 0, k + 12, 12); world.setBlockWithNotify(i + 3, j + 0, k + 13, 12); world.setBlockWithNotify(i + 3, j + 0, k + 14, 12); world.setBlockWithNotify(i + 3, j + 0, k + 15, 12); world.setBlockWithNotify(i + 3, j + 0, k + 16, 12); world.setBlockWithNotify(i + 3, j + 0, k + 17, 12); world.setBlockWithNotify(i + 3, j + 4, k + 11, 50); world.setBlockMetadata(i + 3, j + 4, k + 11, 2); world.setBlockWithNotify(i + 4, j + 0, k + 0, 12); world.setBlockWithNotify(i + 4, j + 0, k + 1, 12); world.setBlockWithNotify(i + 4, j + 0, k + 2, 12); world.setBlockWithNotify(i + 4, j + 0, k + 6, 12); world.setBlockWithNotify(i + 4, j + 0, k + 7, 12); world.setBlockWithNotify(i + 4, j + 0, k + 8, 12); world.setBlockWithNotify(i + 4, j + 0, k + 9, 12); world.setBlockWithNotify(i + 4, j + 0, k + 10, 12); world.setBlockWithNotify(i + 4, j + 0, k + 11, 12); world.setBlockWithNotify(i + 4, j + 0, k + 12, 12); world.setBlockWithNotify(i + 4, j + 0, k + 13, 12); world.setBlockWithNotify(i + 4, j + 0, k + 14, 12); world.setBlockWithNotify(i + 4, j + 0, k + 15, 12); world.setBlockWithNotify(i + 4, j + 0, k + 16, 12); world.setBlockWithNotify(i + 4, j + 0, k + 17, 12); world.setBlockWithNotify(i + 4, j + 3, k + 7, 50); world.setBlockMetadata(i + 4, j + 3, k + 7, 3); world.setBlockWithNotify(i + 4, j + 4, k + 10, 50); world.setBlockMetadata(i + 4, j + 4, k + 10, 4); world.setBlockWithNotify(i + 4, j + 4, k + 12, 50); world.setBlockMetadata(i + 4, j + 4, k + 12, 3); world.setBlockWithNotify(i + 5, j + 0, k + 0, 12); world.setBlockWithNotify(i + 5, j + 0, k + 1, 12); world.setBlockWithNotify(i + 5, j + 0, k + 2, 12); world.setBlockWithNotify(i + 5, j + 0, k + 7, 12); world.setBlockWithNotify(i + 5, j + 0, k + 8, 12); world.setBlockWithNotify(i + 5, j + 0, k + 9, 12); world.setBlockWithNotify(i + 5, j + 0, k + 10, 12); world.setBlockWithNotify(i + 5, j + 0, k + 11, 12); world.setBlockWithNotify(i + 5, j + 0, k + 12, 12); world.setBlockWithNotify(i + 5, j + 0, k + 13, 12); world.setBlockWithNotify(i + 5, j + 0, k + 14, 12); world.setBlockWithNotify(i + 5, j + 0, k + 15, 12); world.setBlockWithNotify(i + 5, j + 0, k + 16, 12); world.setBlockWithNotify(i + 5, j + 0, k + 17, 12); world.setBlockWithNotify(i + 5, j + 1, k + 6, 64); world.setBlockMetadata(i + 5, j + 1, k + 6, 3); world.setBlockWithNotify(i + 5, j + 2, k + 6, 64); world.setBlockMetadata(i + 5, j + 2, k + 6, 8); world.setBlockWithNotify(i + 5, j + 4, k + 11, 50); world.setBlockMetadata(i + 5, j + 4, k + 11, 1); world.setBlockWithNotify(i + 6, j + 0, k + 0, 12); world.setBlockWithNotify(i + 6, j + 0, k + 1, 12); world.setBlockWithNotify(i + 6, j + 0, k + 2, 12); world.setBlockWithNotify(i + 6, j + 0, k + 6, 12); world.setBlockWithNotify(i + 6, j + 0, k + 7, 12); world.setBlockWithNotify(i + 6, j + 0, k + 8, 12); world.setBlockWithNotify(i + 6, j + 0, k + 9, 12); world.setBlockWithNotify(i + 6, j + 0, k + 10, 12); world.setBlockWithNotify(i + 6, j + 0, k + 11, 12); world.setBlockWithNotify(i + 6, j + 0, k + 12, 12); world.setBlockWithNotify(i + 6, j + 0, k + 13, 12); world.setBlockWithNotify(i + 6, j + 0, k + 14, 12); world.setBlockWithNotify(i + 6, j + 0, k + 15, 12); world.setBlockWithNotify(i + 6, j + 0, k + 16, 12); world.setBlockWithNotify(i + 6, j + 0, k + 17, 12); world.setBlockWithNotify(i + 6, j + 3, k + 7, 50); world.setBlockMetadata(i + 6, j + 3, k + 7, 3); world.setBlockWithNotify(i + 7, j + 0, k + 0, 12); world.setBlockWithNotify(i + 7, j + 0, k + 1, 12); world.setBlockWithNotify(i + 7, j + 0, k + 2, 12); world.setBlockWithNotify(i + 7, j + 0, k + 6, 12); world.setBlockWithNotify(i + 7, j + 0, k + 7, 12); world.setBlockWithNotify(i + 7, j + 0, k + 8, 12); world.setBlockWithNotify(i + 7, j + 0, k + 9, 12); world.setBlockWithNotify(i + 7, j + 0, k + 10, 12); world.setBlockWithNotify(i + 7, j + 0, k + 11, 12); world.setBlockWithNotify(i + 7, j + 0, k + 12, 12); world.setBlockWithNotify(i + 7, j + 0, k + 13, 12); world.setBlockWithNotify(i + 7, j + 0, k + 14, 12); world.setBlockWithNotify(i + 7, j + 0, k + 15, 12); world.setBlockWithNotify(i + 7, j + 0, k + 16, 12); world.setBlockWithNotify(i + 7, j + 0, k + 17, 12); world.setBlockWithNotify(i + 7, j + 3, k + 11, 50); world.setBlockMetadata(i + 7, j + 3, k + 11, 2); world.setBlockWithNotify(i + 7, j + 3, k + 13, 50); world.setBlockMetadata(i + 7, j + 3, k + 13, 2); world.setBlockWithNotify(i + 8, j + 0, k + 0, 12); world.setBlockWithNotify(i + 8, j + 0, k + 1, 12); world.setBlockWithNotify(i + 8, j + 0, k + 2, 12); world.setBlockWithNotify(i + 8, j + 0, k + 3, 12); world.setBlockWithNotify(i + 8, j + 0, k + 4, 12); world.setBlockWithNotify(i + 8, j + 0, k + 5, 12); world.setBlockWithNotify(i + 8, j + 0, k + 6, 12); world.setBlockWithNotify(i + 8, j + 0, k + 7, 12); world.setBlockWithNotify(i + 8, j + 0, k + 8, 12); world.setBlockWithNotify(i + 8, j + 0, k + 9, 12); world.setBlockWithNotify(i + 8, j + 0, k + 10, 12); world.setBlockWithNotify(i + 8, j + 0, k + 11, 12); world.setBlockWithNotify(i + 8, j + 0, k + 13, 12); world.setBlockWithNotify(i + 8, j + 0, k + 14, 12); world.setBlockWithNotify(i + 8, j + 0, k + 15, 12); world.setBlockWithNotify(i + 8, j + 0, k + 16, 12); world.setBlockWithNotify(i + 8, j + 0, k + 17, 12); world.setBlockWithNotify(i + 8, j + 1, k + 12, 64); world.setBlockWithNotify(i + 8, j + 2, k + 12, 64); world.setBlockMetadata(i + 8, j + 2, k + 12, 8); world.setBlockWithNotify(i + 9, j + 0, k + 0, 12); world.setBlockWithNotify(i + 9, j + 0, k + 1, 12); world.setBlockWithNotify(i + 9, j + 0, k + 2, 12); world.setBlockWithNotify(i + 9, j + 0, k + 3, 12); world.setBlockWithNotify(i + 9, j + 0, k + 4, 12); world.setBlockWithNotify(i + 9, j + 0, k + 5, 12); world.setBlockWithNotify(i + 9, j + 0, k + 6, 12); world.setBlockWithNotify(i + 9, j + 0, k + 7, 12); world.setBlockWithNotify(i + 9, j + 0, k + 8, 12); world.setBlockWithNotify(i + 9, j + 0, k + 9, 12); world.setBlockWithNotify(i + 9, j + 0, k + 15, 12); world.setBlockWithNotify(i + 9, j + 0, k + 16, 12); world.setBlockWithNotify(i + 9, j + 0, k + 17, 12); world.setBlockWithNotify(i + 10, j + 0, k + 0, 12); world.setBlockWithNotify(i + 10, j + 0, k + 1, 12); world.setBlockWithNotify(i + 10, j + 0, k + 2, 12); world.setBlockWithNotify(i + 10, j + 0, k + 3, 12); world.setBlockWithNotify(i + 10, j + 0, k + 4, 12); world.setBlockWithNotify(i + 10, j + 0, k + 5, 12); world.setBlockWithNotify(i + 10, j + 0, k + 6, 12); world.setBlockWithNotify(i + 10, j + 0, k + 7, 12); world.setBlockWithNotify(i + 10, j + 0, k + 8, 12); world.setBlockWithNotify(i + 10, j + 0, k + 9, 12); world.setBlockWithNotify(i + 10, j + 0, k + 15, 12); world.setBlockWithNotify(i + 10, j + 0, k + 16, 12); world.setBlockWithNotify(i + 10, j + 0, k + 17, 12); world.setBlockWithNotify(i + 11, j + 0, k + 0, 12); world.setBlockWithNotify(i + 11, j + 0, k + 1, 12); world.setBlockWithNotify(i + 11, j + 0, k + 2, 12); world.setBlockWithNotify(i + 11, j + 0, k + 3, 12); world.setBlockWithNotify(i + 11, j + 0, k + 4, 12); world.setBlockWithNotify(i + 11, j + 0, k + 5, 12); world.setBlockWithNotify(i + 11, j + 0, k + 6, 12); world.setBlockWithNotify(i + 11, j + 0, k + 7, 12); world.setBlockWithNotify(i + 11, j + 0, k + 8, 12); world.setBlockWithNotify(i + 11, j + 0, k + 9, 12); world.setBlockWithNotify(i + 11, j + 0, k + 15, 12); world.setBlockWithNotify(i + 11, j + 0, k + 16, 12); world.setBlockWithNotify(i + 11, j + 0, k + 17, 12); world.setBlockWithNotify(i + 12, j + 0, k + 0, 12); world.setBlockWithNotify(i + 12, j + 0, k + 1, 12); world.setBlockWithNotify(i + 12, j + 0, k + 2, 12); world.setBlockWithNotify(i + 12, j + 0, k + 3, 12); world.setBlockWithNotify(i + 12, j + 0, k + 4, 12); world.setBlockWithNotify(i + 12, j + 0, k + 5, 12); world.setBlockWithNotify(i + 12, j + 0, k + 6, 12); world.setBlockWithNotify(i + 12, j + 0, k + 7, 12); world.setBlockWithNotify(i + 12, j + 0, k + 8, 12); world.setBlockWithNotify(i + 12, j + 0, k + 9, 12); world.setBlockWithNotify(i + 12, j + 0, k + 15, 12); world.setBlockWithNotify(i + 12, j + 0, k + 16, 12); world.setBlockWithNotify(i + 12, j + 0, k + 17, 12); world.setBlockWithNotify(i + 13, j + 0, k + 0, 12); world.setBlockWithNotify(i + 13, j + 0, k + 1, 12); world.setBlockWithNotify(i + 13, j + 0, k + 2, 12); world.setBlockWithNotify(i + 13, j + 0, k + 3, 12); world.setBlockWithNotify(i + 13, j + 0, k + 4, 12); world.setBlockWithNotify(i + 13, j + 0, k + 5, 12); world.setBlockWithNotify(i + 13, j + 0, k + 6, 12); world.setBlockWithNotify(i + 13, j + 0, k + 7, 12); world.setBlockWithNotify(i + 13, j + 0, k + 8, 12); world.setBlockWithNotify(i + 13, j + 0, k + 9, 12); world.setBlockWithNotify(i + 13, j + 0, k + 10, 12); world.setBlockWithNotify(i + 13, j + 0, k + 11, 12); world.setBlockWithNotify(i + 13, j + 0, k + 12, 12); world.setBlockWithNotify(i + 13, j + 0, k + 13, 12); world.setBlockWithNotify(i + 13, j + 0, k + 14, 12); world.setBlockWithNotify(i + 13, j + 0, k + 15, 12); world.setBlockWithNotify(i + 13, j + 0, k + 16, 12); world.setBlockWithNotify(i + 13, j + 0, k + 17, 12); world.setBlockWithNotify(i + 14, j + 0, k + 0, 12); world.setBlockWithNotify(i + 14, j + 0, k + 1, 12); world.setBlockWithNotify(i + 14, j + 0, k + 2, 12); world.setBlockWithNotify(i + 14, j + 0, k + 3, 12); world.setBlockWithNotify(i + 14, j + 0, k + 4, 12); world.setBlockWithNotify(i + 14, j + 0, k + 5, 12); world.setBlockWithNotify(i + 14, j + 0, k + 6, 12); world.setBlockWithNotify(i + 14, j + 0, k + 7, 12); world.setBlockWithNotify(i + 14, j + 0, k + 8, 12); world.setBlockWithNotify(i + 14, j + 0, k + 9, 12); world.setBlockWithNotify(i + 14, j + 0, k + 10, 12); world.setBlockWithNotify(i + 14, j + 0, k + 11, 12); world.setBlockWithNotify(i + 14, j + 0, k + 12, 12); world.setBlockWithNotify(i + 14, j + 0, k + 13, 12); world.setBlockWithNotify(i + 14, j + 0, k + 14, 12); world.setBlockWithNotify(i + 14, j + 0, k + 15, 12); world.setBlockWithNotify(i + 14, j + 0, k + 16, 12); world.setBlockWithNotify(i + 14, j + 0, k + 17, 12); world.setBlockWithNotify(i + 15, j + 0, k + 0, 12); world.setBlockWithNotify(i + 15, j + 0, k + 1, 12); world.setBlockWithNotify(i + 15, j + 0, k + 2, 12); world.setBlockWithNotify(i + 15, j + 0, k + 3, 12); world.setBlockWithNotify(i + 15, j + 0, k + 4, 12); world.setBlockWithNotify(i + 15, j + 0, k + 5, 12); world.setBlockWithNotify(i + 15, j + 0, k + 6, 12); world.setBlockWithNotify(i + 15, j + 0, k + 7, 12); world.setBlockWithNotify(i + 15, j + 0, k + 8, 12); world.setBlockWithNotify(i + 15, j + 0, k + 9, 12); world.setBlockWithNotify(i + 15, j + 0, k + 10, 12); world.setBlockWithNotify(i + 15, j + 0, k + 11, 12); world.setBlockWithNotify(i + 15, j + 0, k + 12, 12); world.setBlockWithNotify(i + 15, j + 0, k + 13, 12); world.setBlockWithNotify(i + 15, j + 0, k + 14, 12); world.setBlockWithNotify(i + 15, j + 0, k + 15, 12); world.setBlockWithNotify(i + 15, j + 0, k + 16, 12); world.setBlockWithNotify(i + 15, j + 0, k + 17, 12); world.setBlockWithNotify(i + 16, j + 0, k + 1, 12); world.setBlockWithNotify(i + 16, j + 0, k + 2, 12); world.setBlockWithNotify(i + 16, j + 0, k + 3, 12); world.setBlockWithNotify(i + 16, j + 0, k + 4, 12); world.setBlockWithNotify(i + 16, j + 0, k + 5, 12); world.setBlockWithNotify(i + 16, j + 0, k + 6, 12); world.setBlockWithNotify(i + 16, j + 0, k + 7, 12); world.setBlockWithNotify(i + 16, j + 0, k + 8, 12); world.setBlockWithNotify(i + 16, j + 0, k + 9, 12); world.setBlockWithNotify(i + 16, j + 0, k + 10, 12); world.setBlockWithNotify(i + 16, j + 0, k + 11, 12); world.setBlockWithNotify(i + 16, j + 0, k + 12, 12); world.setBlockWithNotify(i + 16, j + 0, k + 13, 12); world.setBlockWithNotify(i + 16, j + 0, k + 14, 12); world.setBlockWithNotify(i + 16, j + 0, k + 15, 12); world.setBlockWithNotify(i + 16, j + 0, k + 16, 12); world.setBlockWithNotify(i + 16, j + 0, k + 17, 12); return true; } }Can you share your code for the entities ive been trying to get them working forever
http://www.minecraftforum.net/topic/1372476-biome-grass-texture-for-my-flower/#entry16721734
The things you are talking about are not done through ModLoader, you would have to edit existing classes. ModLoader can only add things not edit them, however some things can be linked to ModLoader such as crafting,smelting, block creation etc......
I hope this helped.
Precisely what I wanted to know, thank you!
if yes write it here or send me in PM
-
View User Profile
-
View Posts
-
Send Message
Curse Premium-
View User Profile
-
View Posts
-
Send Message
Retired StaffNot on here, no...