Jump to content

Recommended Posts

Posted

im sorry ive been tryin to fix this issue for so many hours im like on brink of passing out hah... well im using MC 1.7.10, forge version is forge-1.7.10-10.13.1.1217-universal.. im getting the error when chunk loading.. anything else you need to know please dont hesitate to ask! thank you so much for the reply, and good luck on solving this one! my friends and I usually figure out the issues on our own everytime, and we have gotten very proficient! we have encountered so many issues with modding minecraft, its become second nature almost.. but this one... this one is a stumper man.. it doesnt give us any real reason for chunk loading issues.. it only talks about worldgen... so we tried to just start a new world and took down all of our bc machines, ic2, steam, glenns gases, liq xp.. you name it we had it.. tore it all down to put onto ME drive in a bunch of storage cells, and transfer to a new world.. and when we get there all kinds of crazy stuff happened...all of our inventory was converted into different item types.. so finally i figured out that the level.dat had all the item ids stored on it.. moved old worlds level.dat into new world and boom! the grass blocks were turned into molten silinigil(wrong spelling im sure..) and there were DNA combiners in it, and all sorts of other crazyness.. anyways its been a very long and tedious night/morning/day of trying to get some good results.. and so far nothing.. so please please help! we will be forever grateful!

Posted

Post your actual FML log.

This seems to be an error somewhere in the structure generation.

 

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

  • 2 weeks later...
Posted

I seem to be having a similar problem

[[19:10:06] [main/INFO]: Setting user: Player825
[19:10:11] [Client thread/INFO]: LWJGL Version: 2.9.1
[19:10:27] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:MoreHorror
[19:10:29] [sound Library Loader/INFO]: Sound engine started
[19:10:36] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[19:10:37] [Client thread/INFO]: Created: 512x256 textures/items-atlas
[19:10:37] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:MoreHorror
[19:10:38] [Client thread/INFO]: Created: 512x256 textures/items-atlas
[19:10:38] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[19:10:39] [sound Library Loader/INFO]: Sound engine started
[19:10:48] [Client thread/INFO]: Deleting level New World
[19:10:48] [Client thread/INFO]: Attempt 1...
[19:10:49] [Client thread/INFO]: Deleting level JOSH
[19:10:49] [Client thread/INFO]: Attempt 1...
[19:10:55] [server thread/INFO]: Starting integrated minecraft server version 1.7.10
[19:10:55] [server thread/INFO]: Generating keypair
[19:10:56] [server thread/INFO]: Converting map!
[19:10:56] [server thread/INFO]: Scanning folders...
[19:10:56] [server thread/INFO]: Total conversion count is 0
[19:10:58] [server thread/INFO]: Preparing start region for level 0
[19:10:59] [server thread/INFO]: Preparing spawn area: 3%
[19:11:00] [server thread/ERROR]: Encountered an unexpected exception
java.lang.NullPointerException
at net.minecraft.world.chunk.storage.ExtendedBlockStorage.func_150818_a(ExtendedBlockStorage.java:96) ~[ExtendedBlockStorage.class:?]
at net.minecraft.world.chunk.Chunk.func_150807_a(Chunk.java:667) ~[Chunk.class:?]
at net.minecraft.world.World.setBlock(World.java:515) ~[World.class:?]
at net.minecraft.world.gen.feature.WorldGenMinable.generate(WorldGenMinable.java:79) ~[WorldGenMinable.class:?]
at net.morehorror.mod.world.MoreHorrorWorldGen.addOreSpawn(MoreHorrorWorldGen.java:58) ~[MoreHorrorWorldGen.class:?]
at net.morehorror.mod.world.MoreHorrorWorldGen.generateOverworld(MoreHorrorWorldGen.java:33) ~[MoreHorrorWorldGen.class:?]
at net.morehorror.mod.world.MoreHorrorWorldGen.generate(MoreHorrorWorldGen.java:19) ~[MoreHorrorWorldGen.class:?]
at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:106) ~[GameRegistry.class:?]
at net.minecraft.world.gen.ChunkProviderServer.populate(ChunkProviderServer.java:316) ~[ChunkProviderServer.class:?]
at net.minecraft.world.chunk.Chunk.populateChunk(Chunk.java:1163) ~[Chunk.class:?]
at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:210) ~[ChunkProviderServer.class:?]
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:151) ~[ChunkProviderServer.class:?]
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:121) ~[ChunkProviderServer.class:?]
at net.minecraft.server.MinecraftServer.initialWorldChunkLoad(MinecraftServer.java:315) ~[MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:79) ~[integratedServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.startServer(IntegratedServer.java:96) ~[integratedServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:455) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:762) [MinecraftServer$2.class:?]
[19:11:00] [server thread/ERROR]: This crash report has been saved to: C:\Documents and Settings\Administrator\Desktop\Modding\MoreHorror 1.7.10\eclipse\.\crash-reports\crash-2014-10-14_19.11.00-server.txt

/////////////////////////////////////////////////////////////////////////////////////////////////////
WorldGenClass:
[code][package net.morehorror.mod.world;
import java.util.Random;

import net.morehorror.mod.MoreHorror;
import net.minecraft.block.Block;
import net.minecraft.init.Blocks;
import net.minecraft.world.World;
import net.minecraft.world.biome.BiomeGenBase;
import net.minecraft.world.chunk.IChunkProvider;
import net.minecraft.world.gen.feature.WorldGenMinable;
import cpw.mods.fml.common.IWorldGenerator;

public class MoreHorrorWorldGen implements IWorldGenerator{

//cases for the ore generation in the other dimensions
@Override
    public void generate(Random random, int chunkX, int chunkZ, World world, IChunkProvider chunkGenerator, IChunkProvider chunkProvider) {
        switch (world.provider.dimensionId) {
            case 0: generateOverworld(random, chunkX * 16, chunkZ * 16, world); break;
            case 1: generateEnd(random, chunkX * 16, chunkZ * 16, world); break;
            case -1: generateNether(random, chunkX * 16, chunkZ * 16, world); break;
        }
    }


    private void generateOverworld(Random random, int x, int z, World world) {
	//Adds to ore spawning algorithm
	//i = x block pos. x = block z pos, max x, max z , max vein, chance to spawn, minimum y, max y
  //this.addOreSpawn(MoreHorror.oreBloodOre, world, random, x, z, 16, 16, 2+random.nextInt(5)/*spawns randomly in veins 3 to 5*/, 25/* 25% chance*/, 0, 40/*No lower than 0 but no higher than 50*/);
	//this.addOreSpawn(MoreHorror.oreEvilOre, world, random, x, z, 16, 16, 3+random.nextInt(5), 35, 0, 60);
	//this.addOreSpawn(MoreHorror.blockBloodCrystal, world, random, x, z, 16, 16, 1+random.nextInt(1), 20, 0, 50);
	//this.addOreSpawn(MoreHorror.oreIntrawnOre, world, random, x, z, 16, 16, 1+random.nextInt(, 50, 0, 80);
	this.addOreSpawn(MoreHorror.oreBloodOre, world, random, x, z, 10, 15, 5, 0, 128);
	//BiomeGenBase biome = world.getWorldChunkManager().getBiomeGenAt(x, z);
	//WAIT ON THIS TILL FURTHER THINGS
	//if((biome == BiomeGenBase.plains)){
		//for(int a = 0;a < 1; a++){
			//int i = x + random.nextInt(256);
			//int k = z + random.nextInt(256);
			//int j = world.getHeightValue(i, k);

			//new StructureHelpMe().generate(world, random, i, j, k);

		//}
	//}
}



public void addOreSpawn(Block block, World world, Random random, int blockXPos, int blockZPos, int minVeinSize, int maxVeinSize, int chancesToSpawn, int minY, int maxY )
    {
        WorldGenMinable minable = new WorldGenMinable(block, (minVeinSize + random.nextInt(maxVeinSize - minVeinSize)), Blocks.stone);
        for(int i = 0; i < chancesToSpawn; i++)
        {
            int posX = blockXPos + random.nextInt(16);
            int posY = minY + random.nextInt(maxY - minY);
            int posZ = blockZPos + random.nextInt(16);
            minable.generate(world, random, posX, posY, posZ);
        }
    }

//////////////////////////////////////////////////////////////////////////////
private void generateEnd(Random random, int i, int x, World world) {
	// TODO Auto-generated method stub

}
/////////////////////////////////////////////////////////////////////////////
private void generateNether(Random random, int i, int x, World world) {
	// TODO Auto-generated method stub

}

}
]

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

    • Hi, i'm really having problems trying to set the texture to my custom item. I thought i'm doing everything correctly, but all i see is the missing texture block for my item. I am trying this for over a week now and getting really frustrated. The only time i could make the texture work, was when i used an older Forge version (52.0.1) for Minecraft (1.21.4). Was there a fundamental change for textures and models somewhere between versions that i'm missing? I started with Forge 54.1.0 and had this problem, so in my frustration i tried many things: Upgrading to Forge 54.1.1, created multiple new projects, workspaces, redownloaded everything and setting things up multiple times, as it was suggested in an older thread. Therea are no errors in the console logs, but maybe i'm blind, so i pasted the console logs to pastebin anyway: https://pastebin.com/zAM8RiUN The only time i see an error is when i change the models JSON file to an incorrect JSON which makes sense and that suggests to me it is actually reading the JSON file.   I set the github repository to public, i would be so thankful if anyone could take a look and tell me what i did wrong: https://github.com/xLorkin/teleport_pug_forge   As a note: i'm pretty new to modding, this is my first mod ever. But i'm used to programming. I had some up and downs, but through reading the documentation, using google and experimenting, i could solve all other problems. I only started modding for Minecraft because my son is such a big fan and wanted this mod.
    • Please read the FAQ (link in orange bar at top of page), and post logs as described there.
    • Hello fellow Minecrafters! I recently returned to Minecraft and realized I needed a wiki that displays basic information easily and had great user navigation. That’s why I decided to build: MinecraftSearch — a site by a Minecraft fan, for Minecraft fans. Key Features So Far Straight-to-the-Point Info: No extra fluff; just the essentials on items, mobs, recipes, loot and more. Clean & Intuitive Layout: Easy navigation so you spend less time scrolling and more time playing. Optimized Search: Search for anything—items, mobs, blocks—and get results instantly. What I’m Thinking of Adding More data/information: Catch chances for fishing rod, traveling villager trades, biomes info and a lot more. The website is still under development and need a lot more data added. Community Contributions: Potential for user-uploaded tips for items/mobs/blocks in the future. Feature Requests Welcome: Your ideas could shape how the wiki evolves! You can see my roadmap at the About page https://minecraftsearch.com/about I’d love for you to check out MinecraftSearch and see if it helps you find the info you need faster. Feedback is crucial—I want to develop this further based on what the community needs most, so please let me know what you think. Thanks, and happy crafting!
    • Instructions on how to install newer Java can be found in the FAQ
    • That's just plain wrong... newer versions are much better optimised and start a lot faster than 1.8.9, both Forge and Minecraft itself. Comparing Fabric 1.21 with Forge 1.8 is like comparing apples and oranges... one's brand new and the other's over a decade old.
  • Topics

×
×
  • Create New...

Important Information

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