Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

denbukki

Members
  • Joined

  • Last visited

Everything posted by denbukki

  1. 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
  2. help someone pls
  3. wel i change all the thing so it would become common but i coundlt find any
  4. it just doesnt generate in nether
  5. wel how do u make so its generates on all levels
  6. also doesnt work in the end
  7. stil not figured it out
  8. 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); }}}
  9. that didnt help ist just not generating
  10. i added what block to replace but still nothing
  11. 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); }}}
  12. pff way complicated i need smething simple not using like lava to make eu
  13. thanks for the advice
  14. i was wondering i somone knew a good tutorial to make ur farnace or machine work on like a lava or ic2 power?
  15. wow it was that easy thank u very much
  16. 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
  17. sorry i dont know what u mean im a compleet noob at this
  18. ow sorry i posted the wrong one http://pastebin.com/TcJB0PaV
  19. 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
  20. main http://pastebin.com/6tJLgNSb open gui http://pastebin.com/yBBeqFrg
  21. ive tried that but still nothing
  22. wel i have that this right? @NetworkMod(clientSideRequired=true,serverSideRequired=false)

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.