Jump to content

[1.8] Brickfix WorldGen - Adding new Structures to the game :)


Brickfix

Recommended Posts

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

 

 

 

For now, only eight structures are added, but it will be more over time.

You can download the mod here:

 

 

 

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 :P

 

~Brickfix

 

PS: This mod is in an early alpha stage, of course more content will come soon!

Link to comment
Share on other sites

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

 

 

 

For now, only one structure is added, but it will be more over time.

You can download the mod here:

 

 

 

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 :P

 

~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 :P

Do they have any loot inside? Or is that a future plan?

Maybe you could make some traps too ;)

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

 

Link to comment
Share on other sites

  • 4 weeks later...

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 1 month later...

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.

Link to comment
Share on other sites

  • 3 months later...

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++;

        }

        }

}

Link to comment
Share on other sites

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 :)

Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...

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  :)

Link to comment
Share on other sites

  • 2 weeks later...

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 ;D

Link to comment
Share on other sites

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

    • OLXTOTO: Menikmati Sensasi Bermain Togel dan Slot dengan Aman dan Mengasyikkan   Dunia perjudian daring terus berkembang dengan cepat, dan salah satu situs yang telah menonjol dalam pasar adalah OLXTOTO. Sebagai platform resmi untuk permainan togel dan slot, OLXTOTO telah memenangkan kepercayaan banyak pemain dengan menyediakan pengalaman bermain yang aman, adil, dan mengasyikkan.   Keamanan Sebagai Prioritas Utama   Salah satu aspek utama yang membuat OLXTOTO begitu menonjol adalah komitmennya terhadap keamanan pemain. Dengan menggunakan teknologi enkripsi terkini, situs ini memastikan bahwa semua informasi pribadi dan keuangan para pemain tetap aman dan terlindungi dari akses yang tidak sah.   Beragam Permainan yang Menarik   Di OLXTOTO, pemain dapat menemukan beragam permainan yang menarik untuk dinikmati. Mulai dari permainan klasik seperti togel hingga slot modern dengan fitur-fitur inovatif, ada sesuatu untuk setiap selera dan preferensi. Grafik yang memukau dan efek suara yang mengagumkan menambah keseruan setiap putaran. Peluang Menang yang Tinggi   Salah satu hal yang paling menarik bagi para pemain adalah peluang menang yang tinggi yang ditawarkan oleh OLXTOTO. Dengan pembayaran yang adil dan peluang yang setara bagi semua pemain, setiap taruhan memberikan kesempatan nyata untuk memenangkan hadiah besar.   Layanan Pelanggan yang Responsif   Tim layanan pelanggan OLXTOTO siap membantu para pemain dengan setiap pertanyaan atau masalah yang mereka hadapi. Dengan layanan yang ramah dan responsif, pemain dapat yakin bahwa mereka akan mendapatkan bantuan yang mereka butuhkan dengan cepat dan efisien.   Kesimpulan   OLXTOTO telah membuktikan dirinya sebagai salah satu situs terbaik untuk penggemar togel dan slot online. Dengan fokus pada keamanan, beragam permainan yang menarik, peluang menang yang tinggi, dan layanan pelanggan yang luar biasa, tidak mengherankan bahwa situs ini telah menjadi pilihan utama bagi banyak pemain.   Jadi, jika Anda mencari pengalaman bermain yang aman, adil, dan mengasyikkan, jangan ragu untuk bergabung dengan OLXTOTO hari ini dan rasakan sensasi kemenangan!      
    • i notice a change if i add the min and max ram in the line like this for example:    # Xmx and Xms set the maximum and minimum RAM usage, respectively. # They can take any number, followed by an M or a G. # M means Megabyte, G means Gigabyte. # For example, to set the maximum to 3GB: -Xmx3G # To set the minimum to 2.5GB: -Xms2500M # A good default for a modded server is 4GB. # Uncomment the next line to set it. -Xmx10240M -Xms8192M    i need to make more experiments but for now this apparently works.
    • Selamat datang di OLXTOTO, situs slot gacor terpanas yang sedang booming di industri perjudian online. Jika Anda mencari pengalaman bermain yang luar biasa, maka OLXTOTO adalah tempat yang tepat untuk Anda. Dapatkan sensasi tidak biasa dengan variasi slot online terlengkap dan peluang memenangkan jackpot slot maxwin yang sering. Di sini, Anda akan merasakan keseruan yang luar biasa dalam bermain judi slot. DAFTAR OLXTOTO DISINI LOGIN OLXTOTO DISINI AKUN PRO OLXTOTO DISINI   Slot Gacor untuk Sensasi Bermain Maksimal Olahraga cepat dan seru dengan slot gacor di OLXTOTO. Rasakan sensasi bermain maksimal dengan mesin slot yang memberikan kemenangan beruntun. Temukan keberuntungan Anda di antara berbagai pilihan slot gacor yang tersedia dan rasakan kegembiraan bermain judi slot yang tak terlupakan. Situs Slot Terpercaya dengan Pilihan Terlengkap OLXTOTO adalah situs slot terpercaya yang menawarkan pilihan terlengkap dalam perjudian online. Nikmati berbagai genre dan tema slot online yang menarik, dari slot klasik hingga slot video yang inovatif. Dipercaya oleh jutaan pemain, OLXTOTO memberikan pengalaman bermain yang aman dan terjamin.   Jackpot Slot Maxwin Sering Untuk Peluang Besar Di OLXTOTO, kami tidak hanya memberikan hadiah slot biasa, tapi juga memberikan kesempatan kepada pemain untuk memenangkan jackpot slot maxwin yang sering. Dengan demikian, Anda dapat meraih keberuntungan besar dan memenangkan ribuan rupiah sebagai hadiah jackpot slot maxwin kami. Jackpot slot maxwin merupakan peluang besar bagi para pemain judi slot untuk meraih keuntungan yang lebih besar. Dalam permainan kami, Anda tidak harus terpaku pada kemenangan biasa saja. Kami hadir dengan jackpot slot maxwin yang sering, sehingga Anda memiliki peluang yang lebih besar untuk meraih kemenangan besar dengan hadiah yang menggiurkan. Dalam permainan judi slot, pengalaman bermain bukan hanya tentang keseruan dan hiburan semata. Kami memahami bahwa para pemain juga menginginkan kesempatan untuk meraih keberuntungan besar. Oleh karena itu, OLXTOTO hadir dengan jackpot slot maxwin yang sering untuk memberikan peluang besar kepada para pemain kami. Peluang Besar Menang Jackpot Slot Maxwin Peluang menang jackpot slot maxwin di OLXTOTO sangatlah besar. Anda tidak perlu khawatir tentang batasan atau pembatasan dalam meraih jackpot tersebut. Kami ingin memberikan kesempatan kepada semua pemain kami untuk merasakan sensasi menang dalam jumlah yang luar biasa. Jackpot slot maxwin kami dibuka untuk semua pemain judi slot di OLXTOTO. Anda memiliki peluang yang sama dengan pemain lainnya untuk memenangkan hadiah jackpot yang besar. Kami percaya bahwa semua orang memiliki kesempatan untuk meraih keberuntungan besar, dan itulah mengapa kami menyediakan jackpot slot maxwin yang sering untuk memenuhi harapan dan keinginan Anda.  
    • LOGIN DAN DAFTAR DISINI SEKARANG !!!! Blacktogel adalah situs judi slot online yang menjadi pilihan banyak penggemar judi slot gacor di Indonesia. Dengan platform yang sangat user-friendly dan berbagai macam permainan slot yang tersedia, Blacktogel menjadi tempat yang tepat untuk penggemar judi slot online. Dalam artikel ini, kami akan membahas tentang Blacktogel dan keunggulan situs slot gacor online yang disediakan.  
    • Situs bandar slot online Gacor dengan bonus terbesar saat ini sedang menjadi sorotan para pemain judi online. Dengan persaingan yang semakin ketat dalam industri perjudian online, pemain mencari situs yang tidak hanya menawarkan permainan slot yang gacor (sering memberikan kemenangan), tetapi juga bonus terbesar yang bisa meningkatkan peluang menang. Daftar disini : https://gesit.io/googlegopek
  • Topics

×
×
  • Create New...

Important Information

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