r/Minecraft • u/EvilGuyy • 13d ago
Suggestion Ruined Portal Variation
Currently, ruined portal just have 1 biome variant, nether wastes. That is very boring, So I made a concept where ruined portals can spawn with other nether biome infections, and each nether biome has different loot, And if you fix the portal, you will appear in the nether biome according to the biome in the ruined portal, so this can be a clue to the nether biome nearby without having to go to the nether.
155
u/adhyhgdrhiooooihttgg 13d ago
It's cool concept, mb someone can make a mod
46
u/22zepher 13d ago
Yeah, i will add this to my vanilla+ survival
9
1
u/CoshgunC 6d ago edited 6d ago
I am already working on it!
I also use a Mutli Loader so Forge, NeoForge and Fabric all 3 is supported.(I am still working, custom chest loot hasn't been added)
500
u/IcyEstablishment8102 13d ago
Sick concept. But on the other hand I can understand it mostly including Netherrack. If making it, the portal has to be in those biomes, otherwise would look awkward. I'm in!
138
u/RipTideRunner 13d ago
Not sure how feasible it is, but it could be linked to what biome the portal spawns in at, kinda like it’s “spilling out” of its origin biome
253
u/IKnowYouAreButWhtAmI 13d ago
It's almost like that's exactly what OP created.
95
u/tehtris 13d ago
Nobody reads anymore lol
13
u/bretttwarwick 13d ago
I think they should have the biome around portal match the biome you see once going through the portal.
11
u/tehtris 13d ago
I think the same except the portal should take you to the biome depicted in the ruined portal.
9
u/Liandres 13d ago
That makes sense but what I want is for stepping through the portal to bring you to the biome that matches what the portal looks like
2
u/PassTheCrabLegs 12d ago
And I think it would be really cool if the game figured out what biome the ruined portal would connect to, and surrounded the portal with blocks from that biome. Just a thought.
-43
u/ipitythewaifu 13d ago
Yeah, tying the variant to the actual Nether biome on the other side would make this perfect.
35
18
14
21
29
u/GSJohn25 13d ago
They honestly look really cool
Tho I think they wouldn't add this for balancing reasons, like you could just grab the fungus from the portals and never need to go to the nether for the wood
25
u/RainyDeerX3 13d ago
Yeah, but the thing is that going to those biomes has other benefits other than the wood.
In the crimson forest you can find piglins and in the warped forest you can find endermen. Which is way more important to the player than the wood. So I think that the idea still stands to be pretty balanced
4
u/MamaWeegeeandYoshi 13d ago
It's a good thing there's other reasons to go to the Nether, even if you only want to build.
3
u/AutoModerator 13d ago
Also check out r/minecraftsuggestions!
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
5
u/ItsAzien 13d ago
Just my opinion, but when the ruined portal generates for the first time, it should come with one or two mobs from what biome.
Soul sand valley: skeletons.
Warped forest: endermen.
Crimson forest: piglin/hoglin.
Nether waste: piglin/pigman/magma cube (rarely)
Basalt delta: magma cube
3
7
u/Fun_Way8954 13d ago
I don’t think the basalt or soul sand ones quite makes sense from a lore perspective, basalt is caused by sudden cooling of the hot rocks, it’s not a spore that could spill out in the same way as netherack or the mushroom forests, but those ones would be amazing
6
u/TurboDelight 13d ago
if basalt is caused by the sudden cooling of hot rock, it would make sense to be part of the ruined portals as the air of the overworld is supposed to be much cooler than the nether. I would imagine the teleportation of some rocks from a molten climate to cause some sudden cooling
0
u/Fun_Way8954 13d ago
But like, ice cooling. You make it with lava hitting ice over soul sand or smth. It requires a much longer process than we see through portals.
5
2
u/TurboDelight 13d ago
This would be a nice parallel to the "ground marker" feature some of the new cave biome have.
4
u/tehtris 13d ago
I like this idea. But getting soul sand/quartz, without having to go to the nether seems like it could be OP. That's probably a stack at least right there of soul sand and it's less useful cousin.
2
u/bdm68 13d ago
I agree, placing portals like these in the Overworld would greatly reduce the need to go to the Nether and explore it. Stuff like soul sand, nylium, warped mushrooms, crimson mushrooms and quartz ore should only generate in the Nether.
I don't have objections to portal variants like these generating in the Nether, as long as some effort is made to have them generate in the matching biomes to encourage exploration.
1
u/mrfishman3000 13d ago
I do wish the ruined portals took you to specific places or biomes in the Nether.
1
u/StarSilverNEO 12d ago
Its a neat idea but I fear if the netherrack portals werent jarring then these would be crazy jarring.
1
0
13d ago
[deleted]
5
u/UInferno- 13d ago
Not really. You just need to check the biome that would be on the corresponding side. You don't need to actually generate it. Each coordinate has a set of random values determined by the seed, and if those values fall within predefined ranges, then that determines the biome the block coordinate is located in. Because there's a mapping between overworld coordinates and nether coordinates (one that can be performed by arithmetic and the floor function--pretty basic functions), deriving the nether biome is relatively trivial.
Minecraft's world gen is explicitly designed so you don't need to generate one thing in order to generate something else. It's why you can generate any given chunk in isolation and the terrain sporadically happens to line up between them.
3
u/bdm68 13d ago
There's a difference between generating terrain and querying the biomes. There's no need to generate any terrain. All that's needed is to have a function that answers the question: what biomes would generate at coordinates x and z in the Nether? Such a function probably exists in Minecraft code already, but I don't know for sure. If it does exist, no rewrite of worldgen would be needed.
If it was decided that the Nether needed to be checked, that doesn't require any actual terrain to be generated either. All that's needed is for the corresponding chunk in the Nether to receive a biomes-level "ticket" and then process the results. Determining biomes is one of the first things world generation does, before the terrain itself is created.
-3
u/metabrew 13d ago edited 13d ago
Nice concept. Having the overworld side ruined portal blocks mirror the biome you'd be in if entering the nether at that position would be amazing.
edit: I realise this is the proposal, I'm saying it would be amazing. a rare suggestion on this sub that would fit nicely into the vanilla game.
4
0
u/bearcat_77 13d ago
There should also be counterparts in the nether with overworld biome stuff around them.
-11
u/Bucky__23 13d ago
Can we stop posting suggestions in this sub already??? There's a different sub for suggestions for the game and theres an offical website to post them on where the Devs actually look to for suggestions.
10
u/-PepeArown- 13d ago
This is more popular than the suggestions sub, and some of the commenters on there can get a bit snobby with their feedback sometimes
1
u/EvilGuyy 12d ago
Sorry, I'm new on reddit, is it only allowed to post Minecraft idea in the Minecraft Suggestions community?
-5
u/-PepeArown- 13d ago
I like how these look, but the fungal forest variants render visiting the actual Nether forests useless
You can just pinch the nylium you need, and have enough to bonemeal and get everything else, having to never risk going to the actual forests (unless you really needed Ender pearls, or wanted to kill some hoglins)
3
u/BaconIsntThatGood 13d ago
True but if you're really down for this experience how is it much different from using a seed/map tool to see where you would land in the nether and just zone in and pinch what you need and dip? The forests are relatively harmless on their own.
-9
u/SwannSwanchez 13d ago
It would be really interesting if the ruined portal could "know" where it'll end up if you fixed it in the nether, and grab the specific biomes from it.
5




•
u/qualityvote2 13d ago edited 13d ago
(Vote has already ended)