Commit graph

15 commits

Author SHA1 Message Date
Vanessa Ezekowitz
20c08a4e03 Tweaked Mese behavior so that the old Mese object is still available.
In old map areas, structures where Mese was used, and player inventorues, the
old black-on-yellow block is present as it used to be.

In newly-generated map areas, Mese Crystals in Stone will generate instead, as
default:stone_with_mese.  Old Mese is not generated at all anymore, as this
object is deprecated.

When dug, the new Mese Crystals in Stone drops a single Mese Crystal as before,
while digging the old Mese object returns exactly those objects as before.

Mese Crystals can be crafted into Mese Blocks or into Fragments as before.

Mese pickaxes are crafted from Mese Crystals and sticks.

The original default:mese, if needed, can be obtained by crafting two Mese
Crystals, which yields two of the old Mese object. Two of these can be crafted
back into two Crystals if needed.
2012-12-28 02:57:47 -05:00
PilzAdam
c455ba9b68 Fix dry shrubs being placed in cacti and fix incorrect comments 2012-11-20 17:43:46 +01:00
PilzAdam
fb8144f703 Don't grow papyrus into trees 2012-11-18 17:25:43 +01:00
Perttu Ahola
894f98d878 Fix typo in nyan cat generation 2012-05-20 18:32:58 +03:00
Perttu Ahola
53e9b0e107 Re-implement nyancat generation in Lua (they don't occur in the exact same spots, though) 2012-05-20 15:30:27 +03:00
Perttu Ahola
216227bac3 Tune ore generation 2012-05-20 14:32:19 +03:00
Perttu Ahola
ccf3b71c28 Generate slightly less shrubs 2012-04-08 00:32:13 +03:00
Perttu Ahola
5296dc1518 Generate dry shrubs on deserts 2012-04-08 00:09:49 +03:00
Perttu Ahola
51fce37fc1 Tune cactus generation 2012-04-07 19:45:40 +03:00
Perttu Ahola
befc604af3 Add cactus generation, desert_sand and desert_stone 2012-04-07 15:37:31 +03:00
Perttu Ahola
5f6039bc3c papyrus generation 2012-04-07 14:09:07 +03:00
Perttu Ahola
95f4ccab51 Move map generator stuff around a bit and generate coal and iron deep underground 2012-04-04 15:43:17 +03:00
Perttu Ahola
492e86050c Clean/fix clay generation, update tool definitions to suit the latest engine 2012-03-29 13:44:56 +03:00
Perttu Ahola
0b157335d1 Generate clay 2012-03-29 03:48:23 +03:00
Perttu Ahola
8fece11cc7 Modify textures, add map generator necessities 2012-03-29 02:27:40 +03:00