Please sign in to access this page

Echoes of the Void

Echoes of the Void

22 devlogs
16h 38m
•  Ship certified
Created by hellonearth311

A Minecraft mod that introduces rare structures, mysterious mobs, and powerful items, which are leaking through the fabric of reality. Explore the world like never before as traces of other dimensions show themselves everywhere.

Timeline

Ship 1

0 payouts of shell 0 shells

hellonearth311

7 days ago

hellonearth311 Covers 22 devlogs and 16h 38m

I added my custom entity to the structures! Now I can finally build and ship my mod :D

Update attachment

Added the skeleton types of each mob (void shade, charred shade, elder shade). They have pretty much the same behavior as their spider counterparts, but they do more damage.

The spawn eggs don't have a name in the video, but that's fixed!

Added spawn eggs for the mobs

I added the Charred Weaver and Elder Weaver, as well as improving the Void Weaver's AI.
The void weaver is immune to falling, can teleport closer to you to attack, spawns in End Echoes, and has dragons breath coming out of it.
The charred weaver is immune to fire, can throw fireballs at you to defend, spawns in Nether Echoes, and has fire particles coming out of it.
The elder echo is twice the size, can summon TNT that it is immune to, spawns in overworld echoes, has 4X the health as a normal spider, and has dirt particles coming out of it.
All of them have 2X damage and 2X health as a normal spider unless otherwise stated.

I made the entity spawn in with the correct renderer after a lot of trial and error. It also has a loot table and a lot of health.

I added my custom mob but for some reason I can't find the MobEntityRenderer class (which is absolutely necessary for rendering a mob), my game crashes and it softlocks the world if I summon the entity :D. BUT I made the texture for the Elder Weaver (spider mob for end echo)

Update attachment

Added my custom echo shards and made them craft into the respective echo locators. These will be dropped from my custom mobs that spawn inside the echo structures.

I got my structures loaded in with proper loot tables in the correct dimensions! No structures in the nether since they are too big, causing them to pretty much always spawn on the nether roof.

My structures now spawn in the game with custom loot! All that's left to do is add my custom mobs and some more EXTRA features and we're done!

I made my loot tables and got the structure to spawn! ... with a datapack. I need to move this to my mod now, and replace the placeholder blocks with spawners for mobs.

Update attachment

I removed the biome stuff that I spent 3+ hours working on in favor of much simpler structures :D. Please don't insult me for my horrible building skills lol.

Update attachment

i added the nether echo but now the end echo is broken :(
why is this so confusing

I got the MaterialRules working and now my biome is made out of end stone and end stone bricks :D! The biome is much bigger than I expected, so I should probably make it smaller, which I'm figuring out how to do.

Made endermen spawn and added purple colors into the End Echo biome.
The endermen only spawn at night though. I need to find some way to fix that.

After literally an hour of troubleshooting, my biome finally shows up in the overworld. It isn't anything special, it looks exactly like plains. But it shows up. I can finally design it.

I FINALLY GOT TERRABLENDER WORKING
it turns out that i had the repository from where to fetch the terrablender artifact in the wrong place, causing it to spit out errors. now, it's working :D

Update attachment

I spent a while trying to get TerraBlender to work, but it's broken for me and I can't get it to work.

I made the echo locators locate some random biomes for now. I'm gonna add the biomes now, and make the locators locate them.

I added some placeholder logic for when you right click with the item. It spits out some dummy coordinates, but I intend on changing that later.

added the nether and overworld echo locators + a creative tab for all of them. they don't do anything yet but ill add that soon!

After a VERY long time I got the texture working :D. I had to rewrite my entire code but who cares lol.

Finally got an item loaded in but the texture isn't working :(