Posted December 4, 201410 yr Hi Guys, I have played a little with the minecraft structure generation and now present you the first parts of an early alpha Mod: BrickfixWorldGen This mod is about adding some structures to the worldgen, making exploring more interesting and sometimes even a challange! I always felt that exploring the minecraft world was a lot of fun, and when finding a structure it was generally very rewarding. I always build my bases close to some structure, when not inside. But I felt that there just weren't enough structures. So this is my attempt of adding structures to minecraft, that fit into the a general theme and do not spawn to close to each other. Currently, there are three types of structures: - Abandomned buildings: Not to long ago, somebody still lived there. - Dungeons: A building crawling with monsters, but rewarding concerning loot. - Ruins: There is not much left, but sometimes there is something interesting to be found. Screenshot Abandomned Tower https://dl.dropboxusercontent.com/u/61309225/MinecraftMods/2014-12-04_18.10.01.png[/img] Corrupted Temple https://dl.dropboxusercontent.com/u/61309225/MinecraftMods/2014-12-06_23.07.52.png[/img] Randomized Chest Content https://dl.dropboxusercontent.com/u/61309225/MinecraftMods/2014-12-05_17.21.23.png[/img] Lonely Farm https://dl.dropboxusercontent.com/u/61309225/MinecraftMods/2014-12-12_11.08.05.png[/img] Ruin? https://dl.dropboxusercontent.com/u/61309225/MinecraftMods/2014-12-12_11.08.59.png[/img] Something crashed into this beach ... https://dl.dropboxusercontent.com/u/61309225/MinecraftMods/2015-01-08_18.21.05.png[/img] Get ready for a challange! https://dl.dropboxusercontent.com/u/61309225/MinecraftMods/2015-01-13_08.29.45.png[/img] New Blocks https://dl.dropboxusercontent.com/u/61309225/MinecraftMods/2015-01-13_08.32.20.png[/img] For now, only eight structures are added, but it will be more over time. You can download the mod here: Alpha 1: https://dl.dropboxusercontent.com/u/61309225/MinecraftMods/BrickfixWorldGen-1.8%20Alpha1.jar Alpha 2: https://dl.dropboxusercontent.com/u/61309225/MinecraftMods/BrickfixWorldGen-1.8%20Alpha2.jar Alpha3: https://dl.dropboxusercontent.com/u/61309225/MinecraftMods/BrickfixWorldGen-1.8%20Alpha3.jar Alpha5: https://dl.dropboxusercontent.com/u/61309225/MinecraftMods/BrickfixWorldGen-1.8%20Alpha5.jar Alpha7: https://dl.dropboxusercontent.com/u/61309225/MinecraftMods/BrickfixWorldGen-1.8%20Alpha7.jar Changelog Alpha7 + Added a bigger Tower + Added some kind of Ruin + Added 'molten Obsidian' Block + Added 'lightning Block' Block - Removed unnessecary events *Reorganised the generation yet again! *Generation finally stable Alpha5: + Added Beach Rubble + Added Underwater Ruin *Changed the way structures are generated, preventing a rare crash Alpha3: + Added lonely Farm + Added a complex Dungeon + Made Corrupted Temples more rare Alpha2: + Added Corrupted Temple + Added randomized Chest Content + Added randomized Furnace Content Alpha1: + Added abandomned Tower If you have any feedback, I am happy to heare about it You can leave suggestions for future structures, as well as other ideas, in a comment. I on my side have a question: Is the structure spawning too frequent or too rarely? And of course please report any kind of Bugs ~Brickfix PS: This mod is in an early alpha stage, of course more content will come soon!
December 5, 201410 yr Hi Guys, I have played a little with the minecraft structure generation and now present you the first parts of an early alpha Mod: BrickfixWorldGen Screenshot https://dl.dropboxusercontent.com/u/61309225/MinecraftMods/2014-12-04_18.10.01.png[/img] For now, only one structure is added, but it will be more over time. You can download the mod here: https://dl.dropboxusercontent.com/u/61309225/MinecraftMods/BrickfixWorldGen-1.8%20Alpha1.jar If you have any feedback, I am happy to here about it You can leave suggestions for future structures, as well as other ideas, in a comment. I on my side have a question: Is the structure spawning to frequent or to rarely? And of course please report any kind of Bugs ~Brickfix PS: This is in an early alpha stage, of course more content will come soon! Open source? or not? Structures are cool, they make minecraft less boring Do they have any loot inside? Or is that a future plan? Maybe you could make some traps too
December 5, 201410 yr Author Thanks for showing interest - of course I will also add traps and stuff. For the moment this mod is not open source, but it will be after I found some time messing with github or some other way to make the code public. In this version (Alpha 1.0), there is no chest content, but I already have a newer version almost finished where there is random chest and even furnace content! I also have messed around with the TileEntity of the BeaconBlock - expect some nasty surprises there Did you download the mod? Could you give me any feedback on the generation? ~Brickfix
December 5, 201410 yr Thanks for showing interest - of course I will also add traps and stuff. For the moment this mod is not open source, but it will be after I found some time messing with github or some other way to make the code public. In this version (Alpha 1.0), there is no chest content, but I already have a newer version almost finished where there is random chest and even furnace content! I also have messed around with the TileEntity of the BeaconBlock - expect some nasty surprises there Did you download the mod? Could you give me any feedback on the generation? ~Brickfix Sounds awesome No I haven't tried the mod yet unfortunately but I will as soon as I have time.
December 6, 201410 yr Author Updated!(see the top post for more details) I added a new structure, and some scary features with it. But even if you can see the beam of a beacon, I didn't make it easy for you to get it! Hope you guys enjoy, ~ Brickfix
December 12, 201410 yr Author I updated the mod! Check out the top post for new content and be sure to leave some feedback and ideas ~Brickfix
January 8, 201510 yr Author And another Update! If some of you wonder why there is no version 4, this is because a crash I fixed emideatly afterwords, and so I skipped releasing it. The new update features two rather small, but fun structures: At first, there is an underwater ruin, perhaps once a tower, made out of prismarine blocks, with a small loot chest. It is only found in the ocean biome and quite rarely. Secondly, I have added a structure for beaches: some wood, a chest. It is not mutch, but I think it really adds some athmosphere when traveling along an ocean. I hope you have fun with these additions ~Brickfix
January 10, 201510 yr Hi -- we appear to be approaching the same rough target from different direction. I'm writing a separate mod ( here ) that focusses on on-demand in-world generation of customisable user-defined structures, with a possibility of in the future making them auto-generate via the World Generator. Your mod is apparently handling the World Generation piece first, then looking at adding new structures to its repertoire. I'm really interested in seeing how you're achieving your outcome -- are you planning on releasing the current beta sourcecode as open source at all, either via a simple zip archive or via something like Github? If you're interested, you can grab a copy of my code in the latest package under my module's thread. I'd also be interested in collaboration on a common structure definition file format. -Steve
January 13, 201510 yr Author Alpha7 is ready for download! This time I am adding my first custom blocks as well as two new structures. I hope you enjoy ~Brickfix
February 15, 201510 yr Hey, I am quite interested in using the source code as a base for personal-use mods. It's difficult to find any references or tutorials for world generation for 1.8, and I'd really like to play around in that particular sandbox. If you could post a download location for any of the versions, I'd be extremely grateful.
May 28, 201510 yr I, too, would like to see the source code, but for a different reason. I would like to be able to add loot to the chests, like how there are ChestGenHooks in Forge for vanilla generated chests. If I helped please press the Thank You button. Check out my mods at http://www.curse.com/users/The_Fireplace/projects
May 28, 201510 yr That's very doable... Here's the chunk of "chest-writing" code I use: public static void genChest(World world, BlockPos pos, ArrayList<ItemStack> items) { world.setBlockState(pos, Blocks.chest.getDefaultState(), 2); TileEntity tileentity = world.getTileEntity(pos); int incrementer = 0; if (tileentity instanceof TileEntityChest) { for(int i = 0; i < items.size(); i++) { ((TileEntityChest)tileentity).setInventorySlotContents(incrementer, items.get(i)); incrementer++; } } }
May 31, 201510 yr Author jup, that's how you do it. I can't really upload any source right now, as I am constantly trying and changing things, even though there has not been any update for a while. Also, up to now there is nothing really complicated I have done, you can ask me how certain things in my mod work any time
July 5, 201510 yr Made a video on your mod. pretty cool Communication is a vital tool, in the game industry you won't go anywhere without it. People are either going to learn to talk, or move on.
August 25, 201510 yr Hello Brickfix, I am new, but i wanted to point out some balancing issues. 1- Make the dungeons a little more common. I took me 2 worlds to find a structure. 2- Remove the corrupted temple. On a test Survival world, I got a beacon in only a few minutes, and the spawners weren't working properly. In my opinion, its too OP. Thanks, drybones967
September 6, 201510 yr Author Hi I haven't had the chance to code for quite a while, and no update will turn up anytime soon. But actually I thought I had it balanced out quite well... What where the coords of the beacon you found? If any value is smaller +/- 1000, I recommend to use the newest version
September 14, 201510 yr I am using the mod, and I found my corrupted beacon within the next biome. It must be a bug.
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.