I noticed this bug when switching to Forge 953. The planks in my mod are registered as wood planks through Forge's Ore Dictionary. Later on, they are given a recipe for their own stairs. In previous versions of forge, the planks would work as intended: they would craft into their own stairs but otherwise function the same as vanilla planks in other recipes. Now, it seems that Ore Dictionary overrides the new stairs recipe, causing the planks to craft into vanilla stairs.
The stair recipe works if I comment out the line registering the planks to Ore Dictonary, so there's nothing wrong with that. I also have wood logs from my mod registered to Ore Dictionary, but those don't seem to have any problems (they correctly craft into their own respective planks).
Justifies mod the name. It is really awesome))) Whether there will be an opportunity to use Highlands with ExtraBiomesXL with function big biomes. Mod really interesting, only don't add new ores) I wish you good luck. It is also necessary to add in game high rocks at an ocean coast, huge canyons (from red clay) between high mountains, like Cliffs biome, also canyons with the rivers in tropics as in the movie Indiana Jones. It is also possible to add hinged bridges, and the code can be taken from mod Zipline.
You have some good suggestions, I might like to add canyons. But of course they will take a long time, and will be difficult to complete. Maybe for 1.7, but that adds to the long list of things I want to add... You can make your own hinged bridges with the zipline mod, if you want.
Using Biomes O' Plenty with Highlands, working great until I realized no Highlands biomes were spawning. I looked at the ids for BoP and WOAH! It used every almost every Biome ID. Tell me, sdj64, which biome ID's should I change your biomes to? Help would be much appreciated. Thanks in advance.
I think that all of the BoP biomes use IDs over 100. Vanilla minecraft uses 0 through 23. As long as you aren't using EBXL also you should be fine with id's in the range of 25-100.
As of the latest version I can't seem to craft stairs or slabs. Sorry, they craft but only produce Oak versions of both. I also had this happen with EBXL, but they then updated and the problem was fixed. Someone I spoke to elsewhere said this is a result of some Forge update. I have the latest recommended build of Forge and server side the latest stable build of MCPCPlus. Is there anything I can do or is there an update in the works with Highlands?
Yes, it does have to do with a Forge update. I will look at the problem with the newest Forge version. For now if you want to get it to work, use a lower version of Forge.
absolutely hate to do this, sorry in advance. how far along is the ATG support? I'm looking to start a world with some friends and i just want to know if it's worth my time to wait a bit for that to finish. if not then its regular highlands for me, Biomes o plenty is nice to visit but highlands is full of the "i want to live there places" and is generally more fun to play i've found.
Hopefully I will have ATG support and a few more things in an update before Christmas.
I must say again, I love ATG. It has been a little difficult setting up, and I'm still not sure if there is any way to make tall mountains more common. The more mountainous biomes of Highlands are a bit rare. But it looks amazing when you do get mountains!
Does anybody else get a bug where saplings disappear instead of generating trees? I have been using the mod for a while, and it only just started doing that, with no particular trigger. I am also running Thaumcraft, Archimedes Ships, and Aroma1997's Dimensional world, but none of those has cause me grief before. BTW, this is such an awesome world gen mod, keep up the good work sdj64.
I took a look at the sapling code for this, does it happen with all saplings or only certain types of trees? I think I have a fix for most of the trees though.
Getting what panibrat just reported, though not quite as severely (running highlands + ebxl for biomes on an mcpc+ server). It'd be nice if it got fixed, but it's not so glaring it can't be fixed with worldedit/voxelsniper or similar. For most part, I just tell anyone who remarks about the mountains that they are that way due to ~world canon reasons~ and leave it at that.
Love your mod either way, and some of your biomes (flying mountains, oh boy) are lovely. Also, for some reasons flying mountains tend to have a fair amount of silverwood trees from Thaumcraft for no apparent reason -- I certainly won't disapprove of that.
Either way, keep up the good work.
Thanks for the compliments. Desert Mountains and the other biomes like it will probably get a big remake for 1.7 now that there is the option of generating amplified. They will probably be amplified in a normal worldtype, kind of like how Savannah M was in some of the pre-release snapshots.
Yes, Flying Mountains are on the magical biomes list.
Suggestion for island generation: Have a list in the config file for biome IDs that the ocean can generate islands of. it's not like the current islands have any internal difference from the land-biome version, and my idea would let people with other mods create their own islands, like Magical Forest or Tainted islands or even patches of altered sea. Or you could put this in that overarching biome-control mod you were talking about earlier.
Yeah, I think that would do better in the biome control mod. It *might* happen over winter break but I'm not sure. We'll see if Forge ever updates to 1.7 by then, and how much work I have to put into Highlands.
Im helping a friend set up our 1.6.2 server and we are getting an error between Highlands and Better Dungeons mod. When i make a world with either or they work fine. Im going to msg the author for Better Dungeons about the problem also.
---- Minecraft Crash Report ----
// Quite honestly, I wouldn't worry myself about that.
Time: 11/12/13 1:23 AM
Description: Exception in server tick loop
java.lang.NoSuchFieldError: field_76200_c
at chocolate.mods.BD.builder.docorator.DecoratorRoom.placeMap(DecoratorRoom.java:781)
at chocolate.mods.BD.builder.docorator.DecoratorRoom.placeRandomDecorationBlock(DecoratorRoom.java:181)
at chocolate.mods.BD.builder.docorator.DecoratorRoom.decorateMonsterRoom(DecoratorRoom.java:526)
at chocolate.mods.BD.builder.docorator.DecoratorRoom.decorateAnotherMonsterRoom(DecoratorRoom.java:545)
at chocolate.mods.BD.builder.docorator.DecoratorRoom.placeDecorationBlock(DecoratorRoom.java:82)
at chocolate.mods.BD.builder.configurable.DungeonRoom.decorate(BuilderDungeon.java:427)
at chocolate.mods.BD.builder.configurable.BuilderDungeon.generate(BuilderDungeon.java:66)
at chocolate.mods.BD.builder.configurable.BuilderDungeon.generate(BuilderDungeon.java:55)
at chocolate.mods.BD.WorldGeneratorNew.generateBigDungeon(WorldGeneratorNew.java:186)
at chocolate.mods.BD.WorldGeneratorNew.generateSurface(WorldGeneratorNew.java:143)
at chocolate.mods.BD.WorldGeneratorNew.generate(WorldGeneratorNew.java:51)
at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:103)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:259)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1253)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153)
at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:292)
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:90)
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:107)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:443)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:582)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.6.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.6.0_31, Sun Microsystems Inc.
Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Sun Microsystems Inc.
Memory: 1012945440 bytes (966 MB) / 1321795584 bytes (1260 MB) up to 3817799680 bytes (3640 MB)
JVM Flags: 5 total; -XX:MaxPermSize=3G -Xms1024m -Xmx4096m -XX:PermSize=64m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
AABB Pool Size: 596 (33376 bytes; 0 MB) allocated, 596 (33376 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63
FML: MCP v8.04 FML v6.2.62.871 Minecraft Forge 9.10.1.871 6 mods loaded, 6 mods active
mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
FML{6.2.62.871} [Forge Mod Loader] (minecraftforge-9.10.1.871.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
Forge{9.10.1.871} [Minecraft Forge] (minecraftforge-9.10.1.871.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
BetterDungeons{2.0} [Chocolate quest] (BetterDungeons2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
CapsuleCorp{1.0} [Capsule corporation] (BetterDungeons2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
Highlands{2.1.1} [Highlands] (Highlands2.1.2_MC1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
Looking at the error, I don't see anything that has to do with Highlands in it. None of the world generator classes in the error are modified by Highlands. I see I forgot to update the version number in 2.1.2... The 1.6.4 versions of Highlands may work with 1.6.2 if you use the newest Forge for that version, so you could try updating.
Using the latest 1.6.4 version in a private modpack. Getting this crash when entering one spesific biome (i think).
Before you read. Yes, i know i am using 132 mods. And yes, i have used 4 weeks on making it work. hah.
---- Minecraft Crash Report ----
// Who set us up the TNT?
Time: 11/6/13 12:07 PM
Description: Exception getting block type in world
java.lang.NullPointerException
at net.minecraft.world.World.func_72803_f(World.java:598)
at net.minecraft.world.gen.feature.WorldGenReed.func_76484_a(SourceFile:17)
at net.minecraft.world.biome.BiomeDecorator.func_76794_a(BiomeDecorator.java:367)
at net.minecraft.world.biome.BiomeDecorator.func_76796_a(BiomeDecorator.java:196)
at highlands.worldgen.BiomeDecoratorHighlands.func_76796_a(BiomeDecoratorHighlands.java:52)
at highlands.biome.BiomeGenGlacier.func_76728_a(BiomeGenGlacier.java:50)
at net.minecraft.world.gen.ChunkProviderGenerate.func_73153_a(ChunkProviderGenerate.java:573)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:258)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1238)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153)
at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:166)
at net.minecraft.world.World.func_72964_e(World.java:529)
at net.minecraft.world.World.func_72798_a(World.java:414)
at atomicstryker.battletowers.common.AS_WorldGenTower.getSurfaceBlockHeight(AS_WorldGenTower.java:511)
at atomicstryker.battletowers.common.AS_WorldGenTower.getChosenTowerOrdinal(AS_WorldGenTower.java:64)
at atomicstryker.battletowers.common.WorldGenHandler.attemptToSpawnTower(WorldGenHandler.java:141)
at atomicstryker.battletowers.common.WorldGenHandler.generateSurface(WorldGenHandler.java:125)
at atomicstryker.battletowers.common.WorldGenHandler.generate(WorldGenHandler.java:80)
at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:103)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:259)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1243)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153)
at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:166)
at net.minecraft.world.World.func_72964_e(World.java:529)
at net.minecraft.world.World.func_72832_d(World.java:551)
at micdoodle8.mods.galacticraft.core.event.GCCoreEvents.doPopulate(GCCoreEvents.java:289)
at micdoodle8.mods.galacticraft.core.event.GCCoreEvents.populate(GCCoreEvents.java:254)
at net.minecraftforge.event.ASMEventHandler_147_GCCoreEvents_populate_Post.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
at net.minecraftforge.event.EventBus.post(EventBus.java:108)
at net.minecraft.world.gen.ChunkProviderGenerate.func_73153_a(ChunkProviderGenerate.java:597)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:258)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1243)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153)
at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:166)
at net.minecraft.world.World.func_72964_e(World.java:529)
at net.minecraft.world.World.func_72832_d(World.java:551)
at micdoodle8.mods.galacticraft.core.event.GCCoreEvents.doPopulate(GCCoreEvents.java:289)
at micdoodle8.mods.galacticraft.core.event.GCCoreEvents.populate(GCCoreEvents.java:254)
at net.minecraftforge.event.ASMEventHandler_147_GCCoreEvents_populate_Post.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
at net.minecraftforge.event.EventBus.post(EventBus.java:108)
at net.minecraft.world.gen.ChunkProviderGenerate.func_73153_a(ChunkProviderGenerate.java:597)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:258)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1238)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153)
at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:166)
at net.minecraft.world.World.func_72964_e(World.java:529)
at net.minecraft.world.World.func_72798_a(World.java:414)
at tconstruct.worldgen.OreberryBushGen.generateBerryBlock(OreberryBushGen.java:94)
at tconstruct.worldgen.OreberryBushGen.generateSmallNode(OreberryBushGen.java:59)
at tconstruct.worldgen.OreberryBushGen.func_76484_a(OreberryBushGen.java:35)
at tconstruct.worldgen.TBaseWorldGenerator.generateOreBushes(TBaseWorldGenerator.java:121)
at tconstruct.worldgen.TBaseWorldGenerator.generate(TBaseWorldGenerator.java:45)
at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:103)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:259)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1238)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153)
at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:166)
at net.minecraft.world.World.func_72964_e(World.java:529)
at net.minecraft.world.World.func_72798_a(World.java:414)
at net.minecraft.world.World.func_72799_c(World.java:438)
at mods.natura.worldgen.BaseCropWorldgen.generateBarley(BaseCropWorldgen.java:148)
at mods.natura.worldgen.BaseCropWorldgen.generate(BaseCropWorldgen.java:47)
at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:103)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:259)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1243)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153)
at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:166)
at net.minecraft.world.World.func_72964_e(World.java:529)
at net.minecraft.world.World.func_72798_a(World.java:414)
at net.minecraft.world.World.func_72799_c(World.java:438)
at mods.natura.worldgen.BaseCropWorldgen.generateCotton(BaseCropWorldgen.java:164)
at mods.natura.worldgen.BaseCropWorldgen.generate(BaseCropWorldgen.java:54)
at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:103)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:259)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1253)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153)
at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:166)
at net.minecraft.world.World.func_72964_e(World.java:529)
at net.minecraft.world.World.func_72798_a(World.java:414)
at mods.natura.worldgen.CloudGen.func_76484_a(CloudGen.java:41)
at mods.natura.worldgen.BaseCloudWorldgen.generate(BaseCloudWorldgen.java:72)
at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:103)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:259)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1243)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153)
at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:166)
at net.minecraft.world.World.func_72964_e(World.java:529)
at net.minecraft.world.World.func_72832_d(World.java:551)
at micdoodle8.mods.galacticraft.core.event.GCCoreEvents.doPopulate(GCCoreEvents.java:289)
at micdoodle8.mods.galacticraft.core.event.GCCoreEvents.populate(GCCoreEvents.java:254)
at net.minecraftforge.event.ASMEventHandler_147_GCCoreEvents_populate_Post.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
at net.minecraftforge.event.EventBus.post(EventBus.java:108)
at net.minecraft.world.gen.ChunkProviderGenerate.func_73153_a(ChunkProviderGenerate.java:597)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:258)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1238)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153)
at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:166)
at net.minecraft.world.World.func_72964_e(World.java:529)
at net.minecraft.world.World.func_72798_a(World.java:414)
at net.minecraft.world.World.func_72799_c(World.java:438)
at mods.natura.worldgen.BaseCropWorldgen.generateBarley(BaseCropWorldgen.java:148)
at mods.natura.worldgen.BaseCropWorldgen.generate(BaseCropWorldgen.java:47)
at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:103)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:259)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1238)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153)
at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:166)
at net.minecraft.world.World.func_72964_e(World.java:529)
at net.minecraft.world.World.func_72798_a(World.java:414)
at net.minecraft.world.World.func_72799_c(World.java:438)
at mods.natura.worldgen.BaseCropWorldgen.generateBarley(BaseCropWorldgen.java:148)
at mods.natura.worldgen.BaseCropWorldgen.generate(BaseCropWorldgen.java:47)
at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:103)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:259)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1243)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153)
at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:166)
at net.minecraft.world.World.func_72964_e(World.java:529)
at net.minecraft.world.World.func_72798_a(World.java:414)
at net.minecraft.world.World.func_72799_c(World.java:438)
at forestry.apiculture.worldgen.WorldGenHiveForest.func_76484_a(WorldGenHiveForest.java:25)
at forestry.plugins.PluginApiculture.generateSurface(PluginApiculture.java:628)
at forestry.core.WorldGenerator.generate(WorldGenerator.java:66)
at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:103)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:259)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1243)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153)
at net.minecraft.server.management.PlayerInstance.(PlayerInstance.java:51)
at net.minecraft.server.management.PlayerManager.getOrCreateChunkWatcher(PlayerManager.java:193)
at net.minecraft.server.management.PlayerManager.func_72685_d(PlayerManager.java:370)
at net.minecraft.server.management.ServerConfigurationManager.func_72358_d(ServerConfigurationManager.java:282)
at net.minecraft.network.NetServerHandler.func_72498_a(NetServerHandler.java:405)
at net.minecraft.network.packet.Packet10Flying.func_73279_a(SourceFile:136)
at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:141)
at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:54)
at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:109)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:175)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.world.World.func_72803_f(World.java:598)
at net.minecraft.world.gen.feature.WorldGenReed.func_76484_a(SourceFile:17)
at net.minecraft.world.biome.BiomeDecorator.func_76794_a(BiomeDecorator.java:367)
at net.minecraft.world.biome.BiomeDecorator.func_76796_a(BiomeDecorator.java:196)
at highlands.worldgen.BiomeDecoratorHighlands.func_76796_a(BiomeDecoratorHighlands.java:52)
at highlands.biome.BiomeGenGlacier.func_76728_a(BiomeGenGlacier.java:50)
at net.minecraft.world.gen.ChunkProviderGenerate.func_73153_a(ChunkProviderGenerate.java:573)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:258)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1238)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153)
at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:166)
at net.minecraft.world.World.func_72964_e(World.java:529)
-- Requested block coordinates --
Details:
Found chunk: true
Location: World: (-660,51,-133), Chunk: (at 12,3,11 in -42,-9; contains blocks -672,0,-144 to -657,255,-129), Region: (-2,-1; contains chunks -64,-32 to -33,-1, blocks -1024,0,-512 to -513,255,-1)
Stacktrace:
at net.minecraft.world.World.func_72798_a(World.java:414)
at atomicstryker.battletowers.common.AS_WorldGenTower.getSurfaceBlockHeight(AS_WorldGenTower.java:511)
at atomicstryker.battletowers.common.AS_WorldGenTower.getChosenTowerOrdinal(AS_WorldGenTower.java:64)
at atomicstryker.battletowers.common.WorldGenHandler.attemptToSpawnTower(WorldGenHandler.java:141)
at atomicstryker.battletowers.common.WorldGenHandler.generateSurface(WorldGenHandler.java:125)
at atomicstryker.battletowers.common.WorldGenHandler.generate(WorldGenHandler.java:80)
at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:103)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:259)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1243)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153)
at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:166)
at net.minecraft.world.World.func_72964_e(World.java:529)
at net.minecraft.world.World.func_72832_d(World.java:551)
at micdoodle8.mods.galacticraft.core.event.GCCoreEvents.doPopulate(GCCoreEvents.java:289)
at micdoodle8.mods.galacticraft.core.event.GCCoreEvents.populate(GCCoreEvents.java:254)
at net.minecraftforge.event.ASMEventHandler_147_GCCoreEvents_populate_Post.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
at net.minecraftforge.event.EventBus.post(EventBus.java:108)
at net.minecraft.world.gen.ChunkProviderGenerate.func_73153_a(ChunkProviderGenerate.java:597)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:258)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1243)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153)
at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:166)
at net.minecraft.world.World.func_72964_e(World.java:529)
at net.minecraft.world.World.func_72832_d(World.java:551)
at micdoodle8.mods.galacticraft.core.event.GCCoreEvents.doPopulate(GCCoreEvents.java:289)
at micdoodle8.mods.galacticraft.core.event.GCCoreEvents.populate(GCCoreEvents.java:254)
at net.minecraftforge.event.ASMEventHandler_147_GCCoreEvents_populate_Post.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
at net.minecraftforge.event.EventBus.post(EventBus.java:108)
at net.minecraft.world.gen.ChunkProviderGenerate.func_73153_a(ChunkProviderGenerate.java:597)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:258)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1238)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153)
at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:166)
at net.minecraft.world.World.func_72964_e(World.java:529)
-- Requested block coordinates --
Details:
Found chunk: true
Location: World: (-593,10,-103), Chunk: (at 15,0,9 in -38,-7; contains blocks -608,0,-112 to -593,255,-97), Region: (-2,-1; contains chunks -64,-32 to -33,-1, blocks -1024,0,-512 to -513,255,-1)
Stacktrace:
at net.minecraft.world.World.func_72798_a(World.java:414)
at tconstruct.worldgen.OreberryBushGen.generateBerryBlock(OreberryBushGen.java:94)
at tconstruct.worldgen.OreberryBushGen.generateSmallNode(OreberryBushGen.java:59)
at tconstruct.worldgen.OreberryBushGen.func_76484_a(OreberryBushGen.java:35)
at tconstruct.worldgen.TBaseWorldGenerator.generateOreBushes(TBaseWorldGenerator.java:121)
at tconstruct.worldgen.TBaseWorldGenerator.generate(TBaseWorldGenerator.java:45)
at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:103)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:259)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1238)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153)
at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:166)
at net.minecraft.world.World.func_72964_e(World.java:529)
-- Requested block coordinates --
Details:
Found chunk: true
Location: World: (-577,96,-107), Chunk: (at 15,6,5 in -37,-7; contains blocks -592,0,-112 to -577,255,-97), Region: (-2,-1; contains chunks -64,-32 to -33,-1, blocks -1024,0,-512 to -513,255,-1)
Stacktrace:
at net.minecraft.world.World.func_72798_a(World.java:414)
at net.minecraft.world.World.func_72799_c(World.java:438)
at mods.natura.worldgen.BaseCropWorldgen.generateBarley(BaseCropWorldgen.java:148)
at mods.natura.worldgen.BaseCropWorldgen.generate(BaseCropWorldgen.java:47)
at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:103)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:259)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1243)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153)
at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:166)
at net.minecraft.world.World.func_72964_e(World.java:529)
-- Requested block coordinates --
Details:
Found chunk: true
Location: World: (-560,192,-97), Chunk: (at 0,12,15 in -35,-7; contains blocks -560,0,-112 to -545,255,-97), Region: (-2,-1; contains chunks -64,-32 to -33,-1, blocks -1024,0,-512 to -513,255,-1)
Stacktrace:
at net.minecraft.world.World.func_72798_a(World.java:414)
at net.minecraft.world.World.func_72799_c(World.java:438)
at mods.natura.worldgen.BaseCropWorldgen.generateCotton(BaseCropWorldgen.java:164)
at mods.natura.worldgen.BaseCropWorldgen.generate(BaseCropWorldgen.java:54)
at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:103)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:259)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1253)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153)
at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:166)
at net.minecraft.world.World.func_72964_e(World.java:529)
-- Requested block coordinates --
Details:
Found chunk: true
Location: World: (-560,243,-80), Chunk: (at 0,15,0 in -35,-5; contains blocks -560,0,-80 to -545,255,-65), Region: (-2,-1; contains chunks -64,-32 to -33,-1, blocks -1024,0,-512 to -513,255,-1)
Stacktrace:
at net.minecraft.world.World.func_72798_a(World.java:414)
at mods.natura.worldgen.CloudGen.func_76484_a(CloudGen.java:41)
at mods.natura.worldgen.BaseCloudWorldgen.generate(BaseCloudWorldgen.java:72)
at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:103)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:259)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1243)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153)
at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:166)
at net.minecraft.world.World.func_72964_e(World.java:529)
at net.minecraft.world.World.func_72832_d(World.java:551)
at micdoodle8.mods.galacticraft.core.event.GCCoreEvents.doPopulate(GCCoreEvents.java:289)
at micdoodle8.mods.galacticraft.core.event.GCCoreEvents.populate(GCCoreEvents.java:254)
at net.minecraftforge.event.ASMEventHandler_147_GCCoreEvents_populate_Post.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
at net.minecraftforge.event.EventBus.post(EventBus.java:108)
at net.minecraft.world.gen.ChunkProviderGenerate.func_73153_a(ChunkProviderGenerate.java:597)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:258)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1238)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153)
at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:166)
at net.minecraft.world.World.func_72964_e(World.java:529)
-- Requested block coordinates --
Details:
Found chunk: true
Location: World: (-561,100,-55), Chunk: (at 15,6,9 in -36,-4; contains blocks -576,0,-64 to -561,255,-49), Region: (-2,-1; contains chunks -64,-32 to -33,-1, blocks -1024,0,-512 to -513,255,-1)
Stacktrace:
at net.minecraft.world.World.func_72798_a(World.java:414)
at net.minecraft.world.World.func_72799_c(World.java:438)
at mods.natura.worldgen.BaseCropWorldgen.generateBarley(BaseCropWorldgen.java:148)
at mods.natura.worldgen.BaseCropWorldgen.generate(BaseCropWorldgen.java:47)
at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:103)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:259)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1238)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153)
at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:166)
at net.minecraft.world.World.func_72964_e(World.java:529)
-- Requested block coordinates --
Details:
Found chunk: true
Location: World: (-550,107,-49), Chunk: (at 10,6,15 in -35,-4; contains blocks -560,0,-64 to -545,255,-49), Region: (-2,-1; contains chunks -64,-32 to -33,-1, blocks -1024,0,-512 to -513,255,-1)
Stacktrace:
at net.minecraft.world.World.func_72798_a(World.java:414)
at net.minecraft.world.World.func_72799_c(World.java:438)
at mods.natura.worldgen.BaseCropWorldgen.generateBarley(BaseCropWorldgen.java:148)
at mods.natura.worldgen.BaseCropWorldgen.generate(BaseCropWorldgen.java:47)
at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:103)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:259)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1243)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153)
at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:166)
at net.minecraft.world.World.func_72964_e(World.java:529)
-- Requested block coordinates --
Details:
Found chunk: true
Location: World: (-542,63,-34), Chunk: (at 2,3,14 in -34,-3; contains blocks -544,0,-48 to -529,255,-33), Region: (-2,-1; contains chunks -64,-32 to -33,-1, blocks -1024,0,-512 to -513,255,-1)
Stacktrace:
at net.minecraft.world.World.func_72798_a(World.java:414)
at net.minecraft.world.World.func_72799_c(World.java:438)
at forestry.apiculture.worldgen.WorldGenHiveForest.func_76484_a(WorldGenHiveForest.java:25)
at forestry.plugins.PluginApiculture.generateSurface(PluginApiculture.java:628)
at forestry.core.WorldGenerator.generate(WorldGenerator.java:66)
at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:103)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:259)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1243)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153)
at net.minecraft.server.management.PlayerInstance.(PlayerInstance.java:51)
at net.minecraft.server.management.PlayerManager.getOrCreateChunkWatcher(PlayerManager.java:193)
at net.minecraft.server.management.PlayerManager.func_72685_d(PlayerManager.java:370)
at net.minecraft.server.management.ServerConfigurationManager.func_72358_d(ServerConfigurationManager.java:282)
at net.minecraft.network.NetServerHandler.func_72498_a(NetServerHandler.java:405)
at net.minecraft.network.packet.Packet10Flying.func_73279_a(SourceFile:136)
at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:141)
-- Ticking connection --
Details:
Connection: net.minecraft.network.NetServerHandler@352829e5
Stacktrace:
at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:54)
at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:109)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:175)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
I looked into this error but I'm not sure where to go. The first line "at net.minecraft.world.World.func_72803_f(World.java:598)" is in the get block material function. It is possible that one of the mod blocks that is generating there has no material set, or is null itself. Make sure that all blocks and biomes have a unique ID. If that fails then try disabling the biome, if it happens in only one biome.
i'm using Highlands on my own 1.5.2 modded FTB pack and i get this ID error
2013-11-03 19:24:00 [INFO] [STDERR] java.lang.IllegalArgumentException: Slot 72 is already occupied by net.minecraft.block.BlockPressurePlate@36461daf when adding sdj64.highlands.block.BlockHighlandsSapling@3546e7ff 2013-11-03 19:24:00 [INFO] [STDERR] at net.minecraft.block.Block.(Block.java:340) 2013-11-03 19:24:00 [INFO] [STDERR] at net.minecraft.block.BlockFlower.(BlockFlower.java:9) 2013-11-03 19:24:00 [INFO] [STDERR] at sdj64.highlands.block.BlockHighlandsSapling.(BlockHighlandsSapling.java:92) 2013-11-03 19:24:00 [INFO] [STDERR] at sdj64.highlands.Initializer.constructBlocks(Initializer.java:91) 2013-11-03 19:24:00 [INFO] [STDERR] at sdj64.highlands.HighlandsMain.load(HighlandsMain.java:116) 2013-11-03 19:24:00 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2013-11-03 19:24:00 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2013-11-03 19:24:00 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2013-11-03 19:24:00 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2013-11-03 19:24:00 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494) 2013-11-03 19:24:00 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) 2013-11-03 19:24:00 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2013-11-03 19:24:00 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2013-11-03 19:24:00 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) 2013-11-03 19:24:00 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2013-11-03 19:24:00 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) 2013-11-03 19:24:00 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) 2013-11-03 19:24:00 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267) 2013-11-03 19:24:00 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:192) 2013-11-03 19:24:00 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:172) 2013-11-03 19:24:00 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2013-11-03 19:24:00 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2013-11-03 19:24:00 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2013-11-03 19:24:00 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2013-11-03 19:24:00 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) 2013-11-03 19:24:00 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2013-11-03 19:24:00 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) 2013-11-03 19:24:00 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) 2013-11-03 19:24:00 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267) 2013-11-03 19:24:00 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:103) 2013-11-03 19:24:00 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691) 2013-11-03 19:24:00 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:213) 2013-11-03 19:24:00 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:448) 2013-11-03 19:24:00 [INFO] [STDERR] at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56) 2013-11-03 19:24:00 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:733) 2013-11-03 19:24:00 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
how can i fix this? because i do not know what block that causing it.
sdj64.highlands.block.BlockHighlandsSapling << that is the block you are looking for. One of the saplings was set to ID 72, it looks like. Look over the config and change the block ID to something that isn't occupied. They are in the 700s by default.
I have had this bug since the first custom tree I made in Highlands. I'm not sure exactly why it happens, but I've found that logging out and logging back into the world usually fixes all of the ghost leaves nearby.
Suggestion: For the redwoods, give each of the lowest few branches a chance of being missing, and also a chance for a few stray branches to grow below the main canopy line. That way they wouldn't have such a rigid, formal appearance. EDIT: Ooh, but then the leaving-the-first-pillar-in-place thing for harvesting them wouldn't work consistently. Also, did that German translation I posted ever get made into a language pack? I have Highlands 2.1.3, and it still displays English names when I use the German setting.
Thanks for the tip with redwoods. There are no language packs now, but I was thinking about adding language packs for 1.7. (I only know English and a bit of Spanish, so I would rely on other people to translate.)
Highlands 2.1.4 released! This is a minor update in terms of bug fixing and has no new content, but has API support for Thaumcraft,Forestry (finally), and MineFactory Reloaded!
Thank you to Sadris for adding compatibility with these APIs.
I was able to compile and test fine now, so it should work the first time...
I am not sure what is happening with that crash, LazyChimp. I can't reproduce the bug so I'm not sure how to fix it. Make sure you update to 2.1.3 or higher, I put a temporary workaround that should work for it.
Highlands should not add any ItemBlockMetadatas themselves... It may be due to Forge's use of item IDs and block IDs. Why is it at 3765? Did you change the ID yourself? Try making sure that both the id that is 256 less than that and 256 more than that are clear.
Haha, nice! I actually tried this myself with a Efficiency V diamond axe (hacked in using creative, but all the cutting was done in survival), it took me about 5 minutes. I used a similar pattern as you, cut a stairway up then cut down level by level.
In the compatibility list it includes metallurgy which is awesome. If both metallurgy and Highlands alter the ore distribution of vanilla ores, what is the end result?
Highlands ore generation is in addition to vanilla ores (there are no biomes with fewer ores than vanilla) so I think that Metallurgy would change the vanilla ore distribution then Highlands would generate additional ores on top.
I wish there was a way to setup a server with this! That would be nice
you can! Download Minecraft Forge for servers, install it, then put Highlands in the "mods" folder. After that run the server once to generate the settings file, quit, and change any settings you want. The level types Highlands uses are "HIGHLANDS" and "HIGHLANDS_LB". (in the server.properties). The server and clients must both have Highlands installed to play.
sorry the mod was zipped wrong. I am having some difficulties in testing in actual Minecraft after compiling the mod, although the development environment works fine. I guess I just rushed it too much. I would really appreciate if someone else would help, as there are plenty of bugs still in the mod and I have no time to fix them all.
The new (fixed) zip is now available for download in the main post.
I also fixed the null pointer exception, Motionless_Shade. I'm not sure why it happens in the first place but the exception is now handled in the code.
Suggestion: Make palm saplings plantable on sand, and mangrove saplings plantable on still water. That way, it's possible to cut trees in desert islands and estuaries and have new ones grow back the same way, without mucking around with extra steps and moving soil around.
For the same reason, I'd like to ask you again to make giant trees able to grow by themselves if you wait long enough. Some of your trees would be my favorite wood sources if I didn't have to mess around with bonemeal each time.
I was actually thinking about this already. As part of this update, Palms grow on sand and Firs grow on snow blocks. Mangrove on water would require a lot more work because blocks are not normally placeable on water. Also, larger trees' saplings now grow naturally, but the grow times were increased a bit to compensate.
0
I'm sorry. You probably know more than I do about it. The last time I used BoP was a few months ago.
0
The stair recipe works if I comment out the line registering the planks to Ore Dictonary, so there's nothing wrong with that. I also have wood logs from my mod registered to Ore Dictionary, but those don't seem to have any problems (they correctly craft into their own respective planks).
Anyone found a fix for this?
0
You have some good suggestions, I might like to add canyons. But of course they will take a long time, and will be difficult to complete. Maybe for 1.7, but that adds to the long list of things I want to add... You can make your own hinged bridges with the zipline mod, if you want.
I think that all of the BoP biomes use IDs over 100. Vanilla minecraft uses 0 through 23. As long as you aren't using EBXL also you should be fine with id's in the range of 25-100.
Yes, it does have to do with a Forge update. I will look at the problem with the newest Forge version. For now if you want to get it to work, use a lower version of Forge.
Hopefully I will have ATG support and a few more things in an update before Christmas.
1
Not yet. Working on it. Here's progress:
I must say again, I love ATG. It has been a little difficult setting up, and I'm still not sure if there is any way to make tall mountains more common. The more mountainous biomes of Highlands are a bit rare. But it looks amazing when you do get mountains!
I took a look at the sapling code for this, does it happen with all saplings or only certain types of trees? I think I have a fix for most of the trees though.
0
Thanks for the compliments. Desert Mountains and the other biomes like it will probably get a big remake for 1.7 now that there is the option of generating amplified. They will probably be amplified in a normal worldtype, kind of like how Savannah M was in some of the pre-release snapshots.
Yes, Flying Mountains are on the magical biomes list.
0
Yeah, I think that would do better in the biome control mod. It *might* happen over winter break but I'm not sure. We'll see if Forge ever updates to 1.7 by then, and how much work I have to put into Highlands.
Looking at the error, I don't see anything that has to do with Highlands in it. None of the world generator classes in the error are modified by Highlands. I see I forgot to update the version number in 2.1.2... The 1.6.4 versions of Highlands may work with 1.6.2 if you use the newest Forge for that version, so you could try updating.
Thanks for the continued support. Interesting to see you still have the older signature banner.
0
I looked into this error but I'm not sure where to go. The first line "at net.minecraft.world.World.func_72803_f(World.java:598)" is in the get block material function. It is possible that one of the mod blocks that is generating there has no material set, or is null itself. Make sure that all blocks and biomes have a unique ID. If that fails then try disabling the biome, if it happens in only one biome.
0
sdj64.highlands.block.BlockHighlandsSapling << that is the block you are looking for. One of the saplings was set to ID 72, it looks like. Look over the config and change the block ID to something that isn't occupied. They are in the 700s by default.
1
Yes there will be! As a matter of fact I just talked to TTFTCUTS and he gave me his API 2 days ago. I'm working on it now.
Also, 1.7 should be out tomorrow. I have a lot of work ahead of me...
0
I have had this bug since the first custom tree I made in Highlands. I'm not sure exactly why it happens, but I've found that logging out and logging back into the world usually fixes all of the ghost leaves nearby.
Thanks for the tip with redwoods. There are no language packs now, but I was thinking about adding language packs for 1.7. (I only know English and a bit of Spanish, so I would rely on other people to translate.)
0
Thank you to Sadris for adding compatibility with these APIs.
I was able to compile and test fine now, so it should work the first time...
I am not sure what is happening with that crash, LazyChimp. I can't reproduce the bug so I'm not sure how to fix it. Make sure you update to 2.1.3 or higher, I put a temporary workaround that should work for it.
Highlands should not add any ItemBlockMetadatas themselves... It may be due to Forge's use of item IDs and block IDs. Why is it at 3765? Did you change the ID yourself? Try making sure that both the id that is 256 less than that and 256 more than that are clear.
Haha, nice! I actually tried this myself with a Efficiency V diamond axe (hacked in using creative, but all the cutting was done in survival), it took me about 5 minutes. I used a similar pattern as you, cut a stairway up then cut down level by level.
0
Highlands ore generation is in addition to vanilla ores (there are no biomes with fewer ores than vanilla) so I think that Metallurgy would change the vanilla ore distribution then Highlands would generate additional ores on top.
Thanks! I'll review it to make sure it's working well then post it to the main post.
0
you can! Download Minecraft Forge for servers, install it, then put Highlands in the "mods" folder. After that run the server once to generate the settings file, quit, and change any settings you want. The level types Highlands uses are "HIGHLANDS" and "HIGHLANDS_LB". (in the server.properties). The server and clients must both have Highlands installed to play.
0
sorry the mod was zipped wrong. I am having some difficulties in testing in actual Minecraft after compiling the mod, although the development environment works fine. I guess I just rushed it too much. I would really appreciate if someone else would help, as there are plenty of bugs still in the mod and I have no time to fix them all.
The new (fixed) zip is now available for download in the main post.
I also fixed the null pointer exception, Motionless_Shade. I'm not sure why it happens in the first place but the exception is now handled in the code.
0
I like your suggestions. For the more realistic mountains, have you seen a Snow Mountains, Desert Mountains, or Rock Mountains biome yet?
I was actually thinking about this already. As part of this update, Palms grow on sand and Firs grow on snow blocks. Mangrove on water would require a lot more work because blocks are not normally placeable on water. Also, larger trees' saplings now grow naturally, but the grow times were increased a bit to compensate.