Hi forge modders,
I've spent countless hours in trying to find a tutorial both here and else where, but I can't find any good tutorials.
Please don't answer with "Look at wuppy's blog" he uses the Dimension API, I'm wanting to use just forge. I've already tried it with the Dimension API, it loads the world, but the wrong blocks, I made a biome for the world with my own custom blocks, but I get errors. So I have to put in Block.grass.blockID even then, then world just generates stone (my custom stone block).
So unless you know how to fix this, I would appreciate if you could help with just using forge.
Also don't just say: "Look at the Dimension Manager" and leave it at that, I've seen many posts like this and that just does not help at all.
Sorry for sounding rude or something like that, but this is getting frustrating.
Progress so far: I created the portal class, worldproviderlimbo class (that's the name of the dimension, limbo), chunkproviderlimbo class and a teleport class. The error I get is that it couldn't load the world Limbo.
In the main class, I got:
DimensionManager.registerProviderType( 2, LimboWorldProvider.class, false);
DimensionManager.registerDimension( 2, 2);