Yes I can its just that im learning coding because I havent picked it up in forever and Im trying to make a mod that puts the mine and craft into minecraft
http://i44.photobucket.com/albums/f18/Riley_Loan/Untitled_zpsdf4c5376.png
I didnt know how to post pictures so keep with me
package com.muzzafuzza667.Expansion.worldgen;
import java.util.Random;
import net.minecraft.world.World;
import net.minecraft.world.chunk.IChunkProvider;
import cpw.mods.fml.common.IWorldGenerator;
public class ExpansionWorldGen implements IWorldGenerator {
@Override
public void generate(Random arg0, int arg1, int arg2, World arg3,
IChunkProvider arg4, IChunkProvider arg5)
{
}
}
Am I doing it wrong?
:'( Ive looked around all though the fucking Internet and I need Help. Im trying to make a mod and when I type in for world generation switch(world.provider.dimensionId) { It dosent work I get an error so any one with that knowledge of why its doing that please help me
8 replies
Important Information
By using this site, you agree to our Terms of Use.