Commit Graph

302 Commits

Author SHA1 Message Date
FaceDeer 34cd45bac4 add _mcl_saturation to edibles 2022-08-27 19:13:20 -06:00
FaceDeer 4bcdcd4996 fix bucket dependency in cooking recipes 2022-08-27 18:48:55 -06:00
FaceDeer 964781a10e wrap the existing function rather than copy and pasting it 2022-08-26 23:52:27 -06:00
FaceDeer e0eab50290 add backgrounds to item slots in MCL 2022-08-26 23:49:19 -06:00
FaceDeer 9212a3df74 oops, can't initialize the contents of puzzle chests every time or players get endless stuff 2022-08-26 22:32:38 -06:00
FaceDeer 3cab35d38a update translations 2022-08-26 20:18:08 -06:00
FaceDeer de4a5f83ed add puzzle chests to the underworld buildings 2022-08-26 20:16:49 -06:00
FaceDeer fe663458b5 images for the combination dials 2022-08-26 19:45:10 -06:00
FaceDeer 29161d898b chest node and sounds 2022-08-26 13:42:27 -06:00
FaceDeer 393f690dec prepare for some art tomorrow 2022-08-26 00:01:06 -06:00
FaceDeer e0caeaeb21 whipping up a simple puzzle chest to give a clue about ancient numbering
The coding is done, but UI and a node mesh need to be done
2022-08-25 23:30:52 -06:00
FaceDeer 461f2995db various bugfixes and tweaks 2022-08-24 22:23:07 -06:00
FaceDeer 4183493e94 Update subterrane 2022-08-24 20:41:48 -06:00
FaceDeer 0cd2c9590f better creative mode checks, fix crash when digging walls in MCL 2022-08-24 20:41:24 -06:00
FaceDeer 464f0f161b beef up explosions in MCL, make slade brick craftable from slade sand and lava 2022-08-23 22:02:16 -06:00
FaceDeer c7f1718b86 used the wrong drop method 2022-08-22 22:54:03 -06:00
FaceDeer 434da63501 Add a little bonus for players who activate a slade breacher - a handheld 'splosion tool 2022-08-22 19:58:46 -06:00
FaceDeer eb1b30b097 fix old awards mod's handling of grouped dig items 2022-08-22 19:48:12 -06:00
FaceDeer 48f3eca950 get *all* the copper and iron containing nodes 2022-08-21 21:33:53 -06:00
FaceDeer e7d8b3ba42 enable ores in MCL2, fix some undeclared globals, fix icecap growth in MCL (achievements are a good debugging tool) 2022-08-21 16:38:34 -06:00
FaceDeer b593e3935c put growth restrictions on farmables so the achievement doesn't trigger inappropriately. 2022-08-21 06:42:56 -06:00
FaceDeer c74e9316ef missing callbacks for farmables 2022-08-21 01:54:41 -06:00
FaceDeer dd962f04a1 removing leftovers 2022-08-21 01:33:25 -06:00
FaceDeer a9e0a4a887 every award should now have a description and a difficulty. 2022-08-21 00:23:52 -06:00
FaceDeer 7f18c5cf95 ironically, Mineclone has an old version of awards that is incompatible with my trigger work. 2022-08-20 23:44:20 -06:00
FaceDeer e2867ad2c4 hook into awards' trigger system to get "x/y" progress displayed for the multi-achievement achievements 2022-08-20 23:26:13 -06:00
FaceDeer a2c72faff3 all achievements have icons now. Also add another sound to the magma sea ambience 2022-08-20 19:39:20 -06:00
FaceDeer 32e510a354 add icons for upper cavern layers 2022-08-20 12:04:14 -06:00
FaceDeer 6919dbd8ee two more icons, update text 2022-08-20 01:02:28 -06:00
FaceDeer cc75d51769 more achievement icons, fix ancient lantern achievement 2022-08-20 00:14:29 -06:00
FaceDeer 1541ea713f icons for farming achievements 2022-08-19 19:42:13 -06:00
FaceDeer 4a7215f7a7 fix farming achievements, fix spindlestem callbacks on place 2022-08-19 01:05:57 -06:00
FaceDeer d7656c5ace tweak some more achievements, add delay when achievements unlock other achievements 2022-08-19 00:39:13 -06:00
FaceDeer ef52d87792 fix a few achievements glitches 2022-08-19 00:16:04 -06:00
FaceDeer d4fb94acfd adding achievements! Almost all untested yet. 2022-08-18 21:40:45 -06:00
FaceDeer 179e113acd fix dirt spreads
https://github.com/FaceDeer/dfcaverns/issues/35
2022-08-18 09:27:07 -06:00
FaceDeer 54ca92f0e8 ambience tweak 2022-08-18 00:20:26 -06:00
FaceDeer 71e7c4e274 isolate Nethercap translation name to make it easier to swap out in Mineclone contexts 2022-08-17 13:59:13 -06:00
FaceDeer f47db1e0c2 add sound to torchspines 2022-08-16 00:03:43 -06:00
FaceDeer 5dbf0248e3 bloodthorn also needs to be set opaque 2022-08-15 19:49:53 -06:00
FaceDeer 7e9b14bcbf add a touch of reverb to one of the whisper tracks, it didn't fit with the others without it 2022-08-15 18:22:02 -06:00
FaceDeer bec874826a add opaque group to light-sensitive dirt types
Mineclone adds the "opaque" group only to non-light nodes, and torches check for the opaque group to decide whether they can be placed there. light-sensitive nodes need the "light" paramtype to work, though. So adding the opaque group manually to these.
2022-08-15 16:15:47 -06:00
FaceDeer 8a0d4d0c56 update depends in mod.conf 2022-08-15 11:50:15 -06:00
FaceDeer 1f76d53535 add a few more ores 2022-08-15 02:02:18 -06:00
FaceDeer e1eb163386 bunch of work on mineclone ores, moved main config into df_dependencies 2022-08-15 01:45:26 -06:00
FaceDeer 79d4b95c2b alas, cave pearls aren't set up right for attached_node_facedir. 2022-08-14 01:02:38 -06:00
FaceDeer dbcf133d56 avoid an undeclared global check 2022-08-13 23:56:22 -06:00
FaceDeer 6158a5d4dc make tower cap caves less chirpy, fix bigger goblin hut schematic, allow glowing spindlestem extract bottles 2022-08-13 22:57:58 -06:00
FaceDeer c1bddb9ef7 fixing up explosions. Also make slade sand diggable in mcl, and fix a bug in web generators 2022-08-13 22:20:48 -06:00
FaceDeer de3e15e87b add df_ambience 2022-08-13 19:01:31 -06:00