This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
for(int i = 0; i < 7; i++) { int randPosX = chunkX + random.nextInt(16); int randPosY = random.nextInt(128); int randPosZ = chunkZ + random.nextInt(16); (new WorldGenMinable(nameHere.blockID, 25)).generate(world, random, randPosX, randPosY, randPosZ); }
Quote from -Reaper- You simply insert this twice into generateSurface method for(int i = 0; i < 7; i++) { int randPosX = chunkX + random.nextInt(16); int randPosY = random.nextInt(128); int randPosZ = chunkZ + random.nextInt(16); (new WorldGenMinable(nameHere.blockID, 25)).generate(world, random, randPosX, randPosY, randPosZ); }
Divine smoker mod - Hookah in Minecraft: http://www.minecraftforum.net/topic/1689980-172splanspdivine-smoker-water-pipe-modhookahshisha-11/
Thanks dude btw your mods look cool
Divine smoker mod - Hookah in Minecraft: http://www.minecraftforum.net/topic/1689980-172splanspdivine-smoker-water-pipe-modhookahshisha-11/