Commit Graph

22 Commits

Author SHA1 Message Date
FaceDeer e2c6507e5f new mapgen_helper metrics 2020-02-08 23:10:37 -07:00
FaceDeer 96e6ecefe7 make mapping kit requirement more flexible 2020-01-31 14:13:35 -07:00
FaceDeer 27afe3e383 make it slightly harder to dig down through amethyst sheathing of pits 2020-01-29 16:34:18 -07:00
FaceDeer 95578b06e1 record identity of slade-breachers 2020-01-27 20:11:59 -07:00
FaceDeer 41edf4d7b1 separate setting for ruin markers 2020-01-27 16:49:44 -07:00
FaceDeer aec1cac984 add names to the glowing pits and some of the ruins 2020-01-27 16:19:23 -07:00
FaceDeer 41b512dc47 update guide with some Primordial teasers 2020-01-26 22:36:44 -07:00
FaceDeer 6b41029b84 polishing up the Primordial layer 2020-01-26 19:56:19 -07:00
FaceDeer a47c25a89c add named waypoints to the underworld 2020-01-25 13:55:40 -07:00
FaceDeer ad5d64d901 puzzle particle, bones were only spawning on top of structures 2019-12-05 17:24:26 -07:00
FaceDeer a33058ede0 fancy up the puzzle seal temples with some custom blocks, add sub-slade grid passages 2019-12-03 20:31:26 -07:00
FaceDeer 54bbf456c4 switch to a different key bell 2019-12-02 00:14:57 -07:00
FaceDeer e0b3b023b0 add a small bit of anti-griefing - the seal breach bell only tolls globally 13 times per activation 2019-12-01 18:30:29 -07:00
FaceDeer 922181bba2 puzzle seals now fully functional. Need to add clues for decoding the keys next. 2019-12-01 17:46:08 -07:00
FaceDeer 91e2da49c8 Set up puzzle seals to be able to dig a staircase shaft through the slade layer. TODO: the puzzle to guard the trigger. 2019-11-30 21:59:01 -07:00
FaceDeer ff44fb87c2 add seal block 2019-11-29 21:37:01 -07:00
FaceDeer d352178244 primordial column material, add sealed shafts to underworld 2019-11-29 16:04:50 -07:00
FaceDeer cc30f96d52 remove unintentional airspace from underside of slade 2019-11-11 13:29:26 -07:00
FaceDeer 12919e9a16
Small stuff (#8)
* cave pearls and spindleshrooms (name subject to change) now are things. Not in mapgen yet.

* add the wandering "gas wisp" to light up some of the gas-filled caverns

* make wisps rarely spawned by gas explosions

* revamp spindlestems into a sort of mineral detector, add glowing extract bottles

* optimize pngs

* add gas wisps to mapgen

* add spindlestems to cavern level 1, most level 1 warrens are now lit up

* update internal names, adjust mineral detection range

* add cave pearls to some level 2 warrens and tunnels

* switch experimental simplecrafting_lib support to crafting mod

* Pearls don't grow on falling nodes

* put spindlestems with goblin caps, make them always grow red when near those

* bunch of documentation

* add castle coral to replace cave coral, which has been repurposed into column decoration

* documentation for cave coral, update some locale text

* add a recipe for cooking oil into paraffin

* add old bones to the underworld

* MIT license for bones_loot

* also cook black cap gills into paraffin, they're oily

* add salt crystals to the bloodthorn caverns, illuminating the floor

* documentation for salt crystals

* auto-generate minetestmapper colors.

need to update the spindlestem colours manually

* add spindlestem to fungiwood caverns too, and increase warren coverage

* in anticipation of eventually adding stuff below the Slade, making glowing pit erosion self-limiting.

* add a bit of displacement to the underside of the slade layer

* Unique images and names for cooking recipes.

* revamp bones loot

* add softer footsteps for some fungus types

* update mapgen_helper

* update cave coral screenshot

* mention glowing salts in bloodthorn caverns
2019-08-18 22:20:07 -05:00
FaceDeer 5e113ec200 turn underwater pillars/stalagmites in the Sunless Sea into cave coral 2019-08-01 23:07:15 -06:00
FaceDeer 8d30f718f7 math.random can produce up to a maxint, updating requested range 2019-07-09 23:51:23 -06:00
FaceDeer 882395ef75
Modpack refactor (#4)
Split this mod into a set of sub-mods in a modpack, and in the process did a whole bunch of renovations.

* updated Subterrane's API to allow for more patterned placement of things
* added "warrens"
* clean separation of flooded and non-flooded caverns
* rearranged biomes to make cavern layers more distinct
* added oil layer
* added underworld layer
2018-12-31 11:46:27 -07:00