Commit Graph

185 Commits (master)

Author SHA1 Message Date
Wuzzy 3c16b1d0b6 Some dirt rooms have less dirt 2019-02-12 08:31:11 +01:00
Wuzzy ccfbcfa8b3 Add more variants to lay out the start corridors 2019-02-12 07:55:23 +01:00
Wuzzy d55ae23fa2 More dirt room variety 2019-02-12 05:22:37 +01:00
Wuzzy 800e9e45fe Prevent placing rails below rails 2019-02-12 03:09:22 +01:00
Wuzzy 6fec36c0e2 Platforms overwrite rails to stop slope weirdness 2019-02-12 01:32:22 +01:00
Wuzzy 4cd4be9780 Cube function doesn't dig under attached 2019-02-12 00:31:22 +01:00
Wuzzy 54aca45c3a Fix floating cart rail 2019-02-12 00:06:29 +01:00
Wuzzy ab044c8e2d Allow to overwrite torches 2019-02-11 23:30:19 +01:00
Wuzzy 01e7f9d2b6 Rename subgame to game 2018-03-25 22:19:48 +02:00
Wuzzy a5590a3b46 Gameconfig: Allow to overwrite wood type w/ func 2017-12-08 16:17:06 +01:00
Wuzzy a6e44526ed Add saplings to fallback treasures 2017-09-06 21:31:43 +02:00
Wuzzy 78f343f4a9 Version 0.13.1 2017-08-14 21:05:20 +02:00
Wuzzy 7957c52cd6 Fix broken cart recheck, place carts:rail instead
This adds a hard depencency on the carts mod
2017-08-14 21:02:51 +02:00
Wuzzy d20c3bee46 Increase chance to spawn cart 2017-08-14 20:36:22 +02:00
Wuzzy 062af3d4ba Version 0.13.0 2017-08-14 20:04:46 +02:00
Wuzzy 88029511ee Explain cart spawn chance better 2017-08-14 20:04:29 +02:00
Wuzzy f5afe4e783 Fix chests and carts being placed into wood bulk 2017-08-14 19:40:38 +02:00
Wuzzy 6fd810d0cb Place chests and carts randomly left and right
Also make chests face the center rail
2017-08-14 18:00:54 +02:00
Wuzzy 71df7c0d00 Use horrible hack to try to place cart again after placement failed
Because minetest.add_entity is broken.
2017-08-14 17:49:21 +02:00
Wuzzy 32fd27ffa8 Increase cart probability 2017-08-14 17:17:27 +02:00
Wuzzy c9cbae35fa Make cart rails subject to rail damage as well 2017-08-14 15:21:14 +02:00
Wuzzy 8d74930654 Add on_construct function for cart entity 2017-08-14 15:14:09 +02:00
Wuzzy 74693ac4d5 Generate carts 2017-08-14 15:03:32 +02:00
Wuzzy 064c3821c2 Prevent excessive mob spawners near the wood bulk 2017-08-14 05:34:52 +02:00
Wuzzy 767833cf9c Don't generate more than 1 spawner per corridor 2017-08-14 05:19:05 +02:00
Wuzzy e75ee3d12d Fix cobweb mob dependencies 2017-08-14 05:11:15 +02:00
Wuzzy 8ed27c6b2c Fix vertical buffer zones 2017-08-14 04:40:36 +02:00
Wuzzy 1cfab35eab Allow to disable cobwebs and mob spawners 2017-08-14 04:21:59 +02:00
Wuzzy 2e9ca06284 Add subgame support to place spawners 2017-08-14 04:14:30 +02:00
Wuzzy 0656b67e9a Add cobwebs if Mobs Redo is found 2017-08-14 03:17:12 +02:00
Wuzzy c8cf9710de Version 0.12.0 2017-08-14 01:34:47 +02:00
Wuzzy e3f6d1ecd3 Add some rail placement comments 2017-08-13 18:19:48 +02:00
Wuzzy f0406d1e54 Remove those annoying woods right after going up 2017-08-13 18:03:52 +02:00
Wuzzy 3c1bc61179 Fix missing rails at bridge curves 2017-08-13 17:40:49 +02:00
Wuzzy a30a0a5bfb Fix rail corridors never generating at X=0 or Z=0 2017-08-12 20:38:33 +02:00
Wuzzy 4329d88200 Use new Minetest settings API syntax 2017-08-09 16:25:07 +02:00
Wuzzy 4a06346919 Revert "Fix damage probability being flipped"
This reverts commit 66a91fbb65.
2017-05-13 22:06:51 +02:00
Wuzzy 66a91fbb65 Fix damage probability being flipped 2017-05-13 21:45:34 +02:00
Wuzzy 88d52b0cbb Spawn starter cube at semi-random height 2017-05-13 21:31:34 +02:00
Wuzzy fdd7c07651 Version 0.11.0 2017-05-13 20:31:20 +02:00
Wuzzy 36d639d399 Do not build into ignore or unknown nodes 2017-05-13 20:11:56 +02:00
Wuzzy adff5eb2df Fix some floating platforms 2017-05-13 19:48:14 +02:00
Wuzzy 1d2f0bebc2 Avoid some aggressive liquid building 2017-05-13 18:36:13 +02:00
Wuzzy 945a104e3d Deterministic mapgen (same seed = same corridors) 2017-05-13 18:17:01 +02:00
Wuzzy 7f58c87d7b Don't bury chests 2017-05-13 18:09:55 +02:00
Wuzzy fb9c9c8b4a Fix some empty rail corridors 2017-05-13 17:55:11 +02:00
Wuzzy 303cbae4d4 Check for existance of TNT mod 2017-05-13 17:14:46 +02:00
Wuzzy a6998c5883 Fix chests sometimes facing to the fall 2017-05-13 16:50:47 +02:00
Wuzzy a1f16b483a Clarify probability values 2017-05-13 16:41:07 +02:00
Wuzzy fafb8c9f3c Move fallback treasure function into gameconfig 2017-05-13 16:37:34 +02:00