minetest / minetest_game

Minetest Game - A lightweight and well-maintained base for modding [https://github.com/minetest/minetest/]
http://minetest.net/
Other
1.43k stars 577 forks source link

Add fossils #2050

Closed random-geek closed 6 years ago

random-geek commented 6 years ago

Fossils would be an ore found in stone near the surface, and would be somewhat rare. Unfortunately, fossils don't really have a "use", so I don't know if this feature is even a possibility. Maybe they could function as a rare item, especially if they had a small chance of actually dropping a fossil (rather than stone). Attached is a possible texture.

default_stone_with_fossils

Ezhh commented 6 years ago

The main issue is, as you've identified, giving them a real use.

Megaf commented 6 years ago

A good use of fossils, two good uses actually, Would be, 1- Making oil by boiling them and them adding to a glass jar. Each unit of boiled/cooked/smelted fossil could give 4 until of fossil fuel. 2- If fossils are bone, then they could be turned into bonemeal.

On 22 February 2018 at 10:06, Ezhh notifications@github.com wrote:

The main issue is, as you've identified, giving them a real use.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/minetest/minetest_game/issues/2050#issuecomment-367631133, or mute the thread https://github.com/notifications/unsubscribe-auth/AF6gqB6GK-qobzh4n0t2RpNWlDIU6BsZks5tXTxBgaJpZM4SOvc3 .

Ezhh commented 6 years ago

Fossils were also mentioned in #1989 as a fertiliser candidate.

sofar commented 6 years ago

@megaf neither those 2 uses are geologically correct.

Per definition, fossils are no longer organic components and are replaced by minerals, and therefore not usable as organic carbon based fuels.

For exactly the same reason, they're no longer usable as bone meal either.

I don't oppose having fossils, but they should be used for something realistic, like, really rare and hard to obtain trophy ornaments. Or proving that dinosaurs existed and the earth is round.

random-geek commented 6 years ago

I don't oppose having fossils, but they should be used for something realistic, like, really rare and hard to obtain trophy ornaments. Or proving that dinosaurs existed and the earth is round.

Not sure if that's sarcasm or not... Anyways, I might work on a PR for this in my spare time. I won't be offended if it isn't added.

sofar commented 6 years ago

:)

This is one of those "make it a mod first" things. It's probably a fun thing, but without code (that's working!) it won't get the support it deserves.

I strongly encourage that people who want to show off "a cool thing" (not meant demeaning here) make a mod out of their concept first. That will make merging easier and the PR will be so much easier to review.

random-geek commented 6 years ago

This is one of those "make it a mod first" things. It's probably a fun thing, but without code (that's working!) it won't get the support it deserves.

Ok, thanks for the feedback, maybe I won't submit a PR after all. I wasn't sure if it was a good idea in the first place :)

TumeniNodes commented 6 years ago

@sofar >I don't oppose having fossils, but they should be used for something realistic, like, really rare and hard to obtain trophy ornaments. Or proving that dinosaurs existed and the earth is round.

Hmmm, maybe the fossils could be collected and used to assemble a fossil display of a / an dino for a museum... this would add a decent use for them as well. Good for educational purposes too. Rewards could be used in such a mod too... such as after finding first fossil, the player is awarded a brush (various tools of the trade) But I agree, definitely better done as a mod as this seems like it could grow to a rather large mod, given the enormous amount of possibilities

... or at least a sort of puzzle of a dino ... wait?? the Earth is round? o_0

paramat commented 6 years ago

Idea is fine, but i feel it's more a feature for an optional mod, as MTG is meant to be fairly basic and simple.

TekhnaeRaav commented 6 years ago

LOL! I just started on a fossils mod a few days ago then I found this. I've got some schematics for big skeletons and am working on ores and tools to. I should have the repo up there with some stuff tommorow. Hope you like it ;)

XenonLab-Studio commented 6 years ago

@TekhnaeRaav OMG! Very beautiful and interesting your mod. I immediately followed the project and I ran the fork because for some time I wanted to make a mod like yours. Really interesting. Good job XD

TekhnaeRaav commented 6 years ago

Thank You! If you have any opinions or anything feel free ask.

rubenwardy commented 6 years ago

I don't like this, as we don't have any mobs currently. It doesn't make sense to have fossils without animals, unless there's some reason that all animals suddenly disappeared

paramat commented 6 years ago

So :-1: from me but only for inclusion in MTG.

Ezhh commented 6 years ago

Same thoughts here. I'm all for this being a mod, but it doesn't currently fit well in MTG.