Summary:
In a ruined portal the chance of obsidian being replaced by crying obsidian is 0.15 on java but 0.20 on bedrock. Â
Is this difference intentional and if so why?
To Confirm:
For bedrock see:Â RuinedPortalPiece::_maybeReplaceBlock
For java see:Â net.minecraft.world.level.levelgen.structure.templatesystem.BlockAgeProcessor (method:Â maybeReplaceObsidian)
Â
Comments 8
it could be done via statistics but yeah its far easier just to dig into the game and find the data.
Thank you for your report!
However, this issue has been temporarily closed as Awaiting Response.
Is this still an issue in the latest version? If yes, can you please add it to the affected versions (or mention it if you are not the reporter)?
This ticket will automatically reopen when you reply.
Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wiki
It appears in the 1.18.0 bedrock release the chance of obsidian being replaced by crying obsidian is 0.2. I don't see anything in the change logs about the chance being increased on java so I assume that hasn't changed.
I found the exact value doing some "code digging" with ghidra. At the time I was trying to simulate ruined portal generation so I could find seeds with completable portals. That's when I noticed the probability bedrock was using wasn't the same as java.
It looks the crying obsidian decision is actually made in a function called RuinedPortalPiece::_maybeReplaceObsidian but the complier has inlined the function into RuinedPortalPiece::_maybeReplaceBlock. It's pretty clear it's 0.2 up to at least 1.19.20, I haven't checked 1.19.31.
Thank you for your report!
However, this issue has been temporarily closed as Awaiting Response.
Is this still an issue in the latest version? If yes, could you please provide more detailed information on how to find this difference?
Just a reminder, to make your bug report as effective as possible, please try and include the following steps to reproduce the problem:
Steps to Reproduce:
1.
2.
3.Observed Results:
(Briefly describe what happens)Expected Results:
(Briefly describe what should happen)
If your ticket does not look like the example given here, then it's likely to be closed as incomplete.
This ticket will automatically reopen when you reply.
Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wiki
idk if you can confirm this bug without hacking the game thats to slight of a difference to even notice in practice