Everything posted by denbukki
-
1.6.4 nether ore gen
As I said: You are probably not looking in the lower 16 levels of the nether. That is the only place where your ore will generate. i already tried al types op combination of level and stuff but it just doesnt generate
-
1.6.4 nether ore gen
help someone pls
- 1.6.4 nether ore gen
-
1.6.4 nether ore gen
wel i change all the thing so it would become common but i coundlt find any
-
1.6.4 nether ore gen
it just doesnt generate in nether
-
1.6.4 nether ore gen
wel how do u make so its generates on all levels
- 1.6.4 nether ore gen
-
1.6.4 nether ore gen
also doesnt work in the end
-
1.6.4 nether ore gen
stil not figured it out
-
1.6.4 nether ore gen
this is the code now package denbukki.indestructibleTools; import java.util.Random; import net.minecraft.block.Block; import net.minecraft.world.World; import net.minecraft.world.chunk.IChunkProvider; import net.minecraft.world.gen.feature.WorldGenMinable; import cpw.mods.fml.common.IWorldGenerator; import cpw.mods.fml.common.IWorldGenerator; public class WorldGennether_carbyneore implements IWorldGenerator { @Override public void generate(Random random, int chunkX, int chunkZ, World world, IChunkProvider chunkGenerator, IChunkProvider chunkProvider) { // TODO Auto-generated method stub switch(world.provider.dimensionId){ case -1: generateNether(world, random,chunkX*16,chunkZ*16); //case 0 : generateSurface(world, random,chunkX*16,chunkZ*16); } } private void generateNether(World world, Random random, int BlockX, int BlockZ) { for(int i =-1; i<10;i++){ int Xcoord = BlockX + random.nextInt(16); int Zcoord = BlockZ + random.nextInt(16); int Ycoord = random.nextInt(16); (new WorldGenMinable(indestructibleTools.nether_carbyneore.blockID, 2, Block.netherrack.blockID)).generate(world, random, Xcoord, Ycoord, Zcoord); }}}
- 1.6.4 nether ore gen
-
1.6.4 nether ore gen
that didnt help ist just not generating
-
1.6.4 nether ore gen
i added what block to replace but still nothing
-
1.6.4 nether ore gen
i cant seem to get ores generating in the nether to work the is the code for de gen package denbukki.indestructibleTools; import java.util.Random; import net.minecraft.world.World; import net.minecraft.world.chunk.IChunkProvider; import net.minecraft.world.gen.feature.WorldGenMinable; import cpw.mods.fml.common.IWorldGenerator; import cpw.mods.fml.common.IWorldGenerator; public class WorldGennether_carbyneore implements IWorldGenerator { @Override public void generate(Random random, int chunkX, int chunkZ, World world, IChunkProvider chunkGenerator, IChunkProvider chunkProvider) { // TODO Auto-generated method stub switch(world.provider.dimensionId){ case -1: generateNether(world, random,chunkX*16,chunkZ*16); //case 0 : generateSurface(world, random,chunkX*16,chunkZ*16); } } private void generateNether(World world, Random random, int BlockX, int BlockZ) { for(int i =-1; i<4;i++){ int Xcoord = BlockX + random.nextInt(16); int Zcoord = BlockZ + random.nextInt(16); int Ycoord = random.nextInt(16); (new WorldGenMinable(indestructibleTools.nether_carbyneore.blockID, 2)).generate(world, random, Xcoord, Ycoord, Zcoord); }}}
-
1.6.4 furnace on lava or power
pff way complicated i need smething simple not using like lava to make eu
-
1.6.4 furnace on lava or power
thanks for the advice
-
1.6.4 furnace on lava or power
i was wondering i somone knew a good tutorial to make ur farnace or machine work on like a lava or ic2 power?
-
[1.6.4] cant open custom gui
wow it was that easy thank u very much
-
[1.6.4] cant open custom gui
ok i now got @Instance(value = "indestructibleTools") public static indestructibleTools instance; public static final String modid = "indestructibleTools" ; but when i try it now the massage is gone but it doesnt open the gui. and i agree i should learn more about java
-
[1.6.4] cant open custom gui
sorry i dont know what u mean im a compleet noob at this
-
[1.6.4] cant open custom gui
ow sorry i posted the wrong one http://pastebin.com/TcJB0PaV
-
[1.6.4] cant open custom gui
the block http://pastebin.com/SW2YHNe7 i didnt know what to look for so i got the thing what has somthing to do with the gui http://pastebin.com/N4uZrJGA http://pastebin.com/fG8nQDXz btw im a compleet noob at modding
-
[1.6.4] cant open custom gui
main http://pastebin.com/6tJLgNSb open gui http://pastebin.com/yBBeqFrg
-
[1.6.4] cant open custom gui
ive tried that but still nothing
-
[1.6.4] cant open custom gui
wel i have that this right? @NetworkMod(clientSideRequired=true,serverSideRequired=false)
IPS spam blocked by CleanTalk.