Make lava solidification instant when placing water inside lava? #1297
Labels
No Label
#P1 CRITICAL
#P2: HIGH
#P3: elevated
#P4 priority: medium
#P6: low
#Review
annoying
API
bug
code quality
combat
commands
compatibility
configurability
contribution inside
controls
core feature
creative mode
delayed for engine release
documentation
duplicate
enhancement
environment
feature request
gameplay
graphics
ground content conflict
GUI/HUD
help wanted
incomplete feature
invalid / won't fix
items
looking for contributor
mapgen
meta
mineclone2+
Minecraft >= 1.13
Minecraft >= 1.17
missing feature
mobile
mobs
mod support
model needed
multiplayer
Needs adoption
needs discussion
needs engine change
needs more information
needs research
nodes
non-mob entities
performance
player
possible close
redstone
release notes
schematics
Skyblock
sounds
Testing / Retest
tools
translation
unconfirmed
mcl5
mcla
Media missing
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: VoxeLibre/VoxeLibre#1297
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Can solidificating lava into obsidian DIRECTLY when placing water inside lava increase performances?
Is this a MC feature?
@EliasFleckenstein03 In mc, lava solidification is praticaly instant when you place water inside lava. ABM can be passed if there is too much active blocks, so the lava can flow and burn you. If this feature is implemented, lava will be solidified even if ABM are skipped. (ABM are partialy skipped everytime on my pc)
Ok, then go ahead.
Bump, this is very useful for cobblestone generators. :)
When lava and water come into contact, they instantly generate cobblestone, stone, or obisdian.
I've never had it not be instant in mcl. The answer to this looks like making the water bucket's on_use detect if the pointed_thing is lava, and then do a swap node. shrugs but, that's just off the top of my head. I am sure that, for buckets, it's quite overloaded as it is. But, that would bypass any ABMs. (referring to the whole just put water in the lava.)
it's different if the laava is flowing into the water, and the water flowing into the lava etc.
That part, I haven't even looked at, but I do understand why it's in the ABM.
Minecraft probably does lava conversion in one tick, which is why it feels instant. In our case it can take even a second for lava to turn to something else when in contact with water.
Take a look: https://youtu.be/hcmrsHSaLxw
Right, placing lava into water is literally replacing one block for another. Two blocks can't occupy the same node, even for a tick, can it? It would make no sense to use clipping here, like items floating to the surface through solid blocks.
Note the mcl. Mineclone.
But that's a double negation, which to me reads you always had it instant in mcl.
Intentionally, yes. And yes, it's always been instant for me.
That's not my experience with the MineClone2 in the vanilla Minetest client (no mods). In MineClone2 we have a delay of about a second between lava touching water and being converted. In Minecraft you can't even see lava touching the water, you just get the converted block.
Two videos for reference:
Cobblestone generator in MineClone2
Cobblestone generator in Minecraft