Jump to content

[1.7.X] World Generation Question


Anarchysage

Recommended Posts

So i have made marble generate in the world, which does fine. I wanted to add granite, andesite and diorite to 1.7.10, but its not behaving right...

 

My marble generates in stone, and when i had these set to stone only, they didnt spawn much(compared to marble)

 

package com.vanityblocks.WorldGen;

import java.util.Random;

import net.minecraft.init.Blocks;
import net.minecraft.world.World;
import net.minecraft.world.chunk.IChunkProvider;
import net.minecraft.world.gen.feature.WorldGenMinable;

import com.vanityblocks.Storageprops;
import com.vanityblocks.Registrations.VanityBlocksRegistration;

import cpw.mods.fml.common.IWorldGenerator;

public class GADWorldGen implements IWorldGenerator {
public GADWorldGen(int par1) {
	Granite = new WorldGenMinable(
			VanityBlocksRegistration.VanityWorldGraniteblock, 0,
			(Storageprops.gadvein), Blocks.stone);
	Granite = new WorldGenMinable(
			VanityBlocksRegistration.VanityWorldGraniteblock, 0,
			(Storageprops.gadvein), Blocks.dirt);
	Granite = new WorldGenMinable(
			VanityBlocksRegistration.VanityWorldGraniteblock, 0,
			(Storageprops.gadvein), Blocks.gravel);
	Diorite = new WorldGenMinable(
			VanityBlocksRegistration.VanityWorldDioriteblock, 0,
			(Storageprops.gadvein), Blocks.stone);
	Diorite = new WorldGenMinable(
			VanityBlocksRegistration.VanityWorldDioriteblock, 0,
			(Storageprops.gadvein), Blocks.dirt);
	Diorite = new WorldGenMinable(
			VanityBlocksRegistration.VanityWorldDioriteblock, 0,
			(Storageprops.gadvein), Blocks.sand);
	Andesite = new WorldGenMinable(
			VanityBlocksRegistration.VanityWorldAndesiteblock, 0,
			(Storageprops.gadvein), Blocks.stone);
	Andesite = new WorldGenMinable(
			VanityBlocksRegistration.VanityWorldAndesiteblock, 0,
			(Storageprops.gadvein), Blocks.dirt);
	Andesite = new WorldGenMinable(
			VanityBlocksRegistration.VanityWorldAndesiteblock, 0,
			(Storageprops.gadvein), Blocks.gravel);
}
public void generate(Random random, int chunkX, int chunkZ, World world,
		IChunkProvider chunkGenerator, IChunkProvider chunkProvider) {
	if (Storageprops.enablediorite) {
		if (world.provider.dimensionId == 0)
			generateGraniteSurface(random, chunkX * 16, chunkZ * 16, world);
			generateDioriteSurface(random, chunkX * 16, chunkZ * 16, world);
			generateAndesiteSurface(random, chunkX * 16, chunkZ * 16, world);
	}
}
void generateGraniteSurface(Random random, int xChunk, int zChunk, World world) {
	int heightBand;
	int xPos, yPos, zPos;
	if (Storageprops.enablediorite) {
		for (int q = 0; q < (Storageprops.gadrarity); q++) {
			xPos = xChunk + random.nextInt(16);
			yPos = (Storageprops.gadheight)
					+ random.nextInt(Storageprops.gadrange);
			zPos = zChunk + random.nextInt(16);

			Granite.generate(world, random, xPos, yPos, zPos);
		}
	}
}
void generateDioriteSurface(Random random, int xChunk, int zChunk, World world) {
	int heightBand;
	int xPos, yPos, zPos;
	if (Storageprops.enablediorite) {
		for (int q = 0; q < (Storageprops.gadrarity); q++) {
			xPos = xChunk + random.nextInt(16);
			yPos = (Storageprops.gadheight)
					+ random.nextInt(Storageprops.gadrange);
			zPos = zChunk + random.nextInt(16);

			Diorite.generate(world, random, xPos, yPos, zPos);
		}
	}
}
void generateAndesiteSurface(Random random, int xChunk, int zChunk, World world) {
	int heightBand;
	int xPos, yPos, zPos;
	if (Storageprops.enablediorite) {
		for (int q = 0; q < (Storageprops.gadrarity); q++) {
			xPos = xChunk + random.nextInt(16);
			yPos = (Storageprops.gadheight)
					+ random.nextInt(Storageprops.gadrange);
			zPos = zChunk + random.nextInt(16);

			Andesite.generate(world, random, xPos, yPos, zPos);
		}
	}
}

WorldGenMinable Granite;
WorldGenMinable Diorite;
WorldGenMinable Andesite;
}
// }

 

So i thought to make them spawn in the other blocks(sand, stone, gravel, dirt). Is there something im doing wrong with it, cause they dont spawn much

Link to comment
Share on other sites

I have an even better idea: Just generate in stone. Don't even worry about dirt and gravel. If your generator is written correctly, then whenever it runs into something it can't replace, it can reroll the randomizer and try again.

 

Oh, and what D7 said about programming is correct. While I could come to MC modding with about 30 years programming xp with no Java, I don't think anyone can jump in with zero programming. You need to learn the essential concepts so you can even understand the words used to offer you help.

 

This forum is not here to teaching beginning programming. It's not here to teach Java. It's here to teach the idiosyncrasies of decompiled Minecraft code and the Forge wrapper written to mod it. As an analogy, this ain't a high school study hall, and it isn't even a undergrad college lab. It expects people to arrive with that knowledge, ready to learn an advanced specialization that builds thereon at a post-graduate level.

 

The web has other resources to help you become ready. Go find them.

The debugger is a powerful and necessary tool in any IDE, so learn how to use it. You'll be able to tell us more and get better help here if you investigate your runtime problems in the debugger before posting.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • where opportunities abound and promises of financial prosperity beckon from every corner of the internet, the line between opportunity and deception becomes increasingly blurred. As a 38-year-old single mom, I embarked on a journey into the world of cryptocurrency investing, hoping to secure a brighter future for myself and my family. Little did I know, this journey would lead me down a treacherous path fraught with deception and heartbreak. My foray into cryptocurrency investing began with the promise of lucrative returns from a platform claiming to operate within Europe and South Asia. Blinded by optimism and the allure of financial gain, I entrusted my hard-earned savings to this fraudulent company, believing wholeheartedly in its legitimacy. However, my hopes were dashed when I began encountering difficulties with withdrawals and found myself entangled in a web of exorbitant fees and dubious practices. In a desperate bid to salvage what remained of my investment, I turned to a recovery company recommended to me by the very platform that had deceived me. Yet, even in my darkest hour, the deceit persisted, as I soon discovered that the company tasked with recovering my funds was complicit in the deception. Faced with the crushing realization that I had been betrayed once again, I felt a sense of hopelessness engulf me. It was in this moment of despair that I stumbled upon Lee Ultimate Hacker – a shining beacon of hope amidst the darkness of deception. Through a stroke of luck, I came across a blog post singing the praises of this remarkable team, and I knew I had found my savior. With nothing left to lose and everything to gain, I reached out to them, hoping against hope for a chance at redemption. From the outset, Lee Ultimate Hacker proved to be a guiding light in my journey toward financial recovery. Their professionalism, expertise, and unwavering commitment to client satisfaction set them apart from the myriad of recovery services in the digital sphere. With empathy and understanding, they listened to my story and embarked on a mission to reclaim what was rightfully mine. Through their diligent efforts and meticulous attention to detail, Lee Ultimate Hacker succeeded where others had failed, restoring a sense of hope and security in the wake of betrayal. Their dedication to justice and unwavering determination to deliver results ensured that I emerged from the ordeal stronger and more resilient than ever before. Throughout the recovery process, their team remained accessible, transparent, and supportive, offering guidance and reassurance every step of the way. To anyone grappling with devastating financial fraud, I offer a lifeline of hope – trust in Lee Ultimate Hacker to guide you through the storm with expertise and compassion. In a world rife with deception and uncertainty, they stand as a beacon of reliability and trustworthiness, ready to lead you toward financial restitution and a brighter future. If you find yourself in a similar predicament, do not hesitate to reach out to Lee Ultimate Hacker.AT LEEULTIMATEHACKER@ AOL. COM   Support @ leeultimatehacker . com.  telegram:LEEULTIMATE   wh@tsapp +1  (715) 314  -  9248  https://leeultimatehacker.com
    • Sorry, this is the report https://paste.ee/p/OeDj1
    • Please share a link to your crash report on https://paste.ee, as explained in the FAQ
    • This is the crash report [User dumped their crash report directly in their thread, triggering the anti-spam]  
    • Add the crash-report or latest.log (logs-folder) with sites like https://paste.ee/ and paste the link to it here  
  • Topics

×
×
  • Create New...

Important Information

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