minetest / minetest

Minetest is an open source voxel game-creation platform with easy modding and game creation
https://www.minetest.net/
Other
10.61k stars 2k forks source link

Forming cobblestone or obsidian when lava hits water #137

Closed Calinou closed 11 years ago

Calinou commented 12 years ago

Just a simple suggestion - no more water on lava or inversely. :P

Jordach commented 12 years ago

Code it.

Uberi commented 12 years ago

Already done in obsidian mod, but it's rather old-ish, contains a whole bunch of other stuff that's rather tangential to the actual purpose of the mod, and isn't included in the main game.

I'd like to see a version of it bundled with minetest_game though.

MadHatter5 commented 12 years ago

ignore my ignorance, i'm just relearning lua, but couldn't you do checks on if lava was waters y value +1 and vice versa using logic arguments. idk how much CPU would end up in this since you would need a check everytime a block near lava or water was changed >.>

Jordach commented 12 years ago

The only thing that would happen if that chunk is loaded, then the mod will run then - not all the time, just as long if lava AND water is loaded.

erlehmann commented 12 years ago

If someone tells me how I can update my obsidian mod, I'll be glad to do that. Also, obsidian shards and obsidian knife are not “a whole bunch of other stuff” – they were included because they fit the theme. http://daten.dieweltistgarnichtso.net/pics/screenshots/games/minetest/minetest-obsidian.png

Jordach commented 12 years ago

Erlehmann, I will do it: mail me at jordach.snelling@gmail.com

Uberi commented 12 years ago

Also, obsidian shards and obsidian knife are not “a whole bunch of other stuff” – they were included because they fit the theme.

Yes, I was referring to the version by IPushButton2653.

erlehmann commented 12 years ago

Also, obsidian shards and obsidian knife are not “a whole bunch of other stuff” – they were included because they fit the theme.

Yes, I was referring to the version by IPushButton2653.

Gibe link plox?

Uberi commented 12 years ago

Here you are! http://minetest.net/forum/viewtopic.php?id=1077

Looking at yours, it seems huge by comparison :)

On Mon, Jun 25, 2012 at 5:38 PM, Nils Dagsson Moskopp < reply@reply.github.com

wrote:

Anthony reply@reply.github.com schrieb am Mon, 25 Jun 2012 14:18:31 -0700:

Also, obsidian shards and obsidian knife are not “a whole bunch of other stuff” – they were included because they fit the theme.

Yes, I was referring to the version by IPushButton2653.

Gibe link plox?

Nils Dagsson Moskopp // erlehmann http://dieweltistgarnichtso.net


Reply to this email directly or view it on GitHub: https://github.com/celeron55/minetest/issues/137#issuecomment-6560664

celeron55 commented 12 years ago

We need something for this that does not clone Minecraft. Well, maybe the cobble could do.

erlehmann commented 12 years ago

I promise to make a wireworld mod if someone ports this.

MadHatter5 commented 12 years ago

If water lands on top it stops a block away and steams, (particle effect?) and if lava on top make lava bubble as water evaporates?

Xeno Cross Sent with Sparrow (http://www.sparrowmailapp.com/?sig)

On Friday, 20 July, 2012 at 5:33 PM, celeron55 wrote:

We need something for this that does not clone Minecraft.


Reply to this email directly or view it on GitHub: https://github.com/celeron55/minetest/issues/137#issuecomment-7140581

VanessaE commented 12 years ago

I think what's needed is an entirely new node for this. Call it pumice, or "volcanic rock" or just "lava rocks" as we used to say when I was growing up. Something unique that can be used in a future recipe or as with real life, as a decorative element.

PilzAdam commented 11 years ago

Transfrom lava sources with stone and lava flowing with cobble if near water. The abms for that are easy to code (https://github.com/PilzAdam/PilzTest/blob/master/mods/default/init.lua#L1805) but they will slow down Minetest.

PilzAdam commented 11 years ago

Added to common.

ShadowNinja commented 11 years ago

minetest/minetest_game@0d924e7e4dfe5f1f4e9aa822168e03ae61aaac6a

erlehmann commented 11 years ago

No obsidian? Sadfrog.jpg

ShadowNinja commented 11 years ago

@erlehmann: There is obsidian.

PilzAdam commented 11 years ago

@erlehmann e82c12282233113774e6f55f459fb89a457a981c obsidian was added here.