158 Commits

Author SHA1 Message Date
Sokomine
acf1b61080 fixed bug in replacements 2019-10-25 14:54:06 +02:00
Sokomine
80aece31bb ensure that global replacements are applied 2019-10-21 00:46:01 +02:00
Sokomine
2f11935b97 fixed bug in analyze_file 2019-10-21 00:21:07 +02:00
Sokomine
878e3ebe9e translate moreblock node names back into stairs: nodenames for more portability between worlds 2019-10-20 23:12:18 +02:00
Sokomine
61bfe9e71c extended handle_schematics.get_cid_table to avoid repetitions in mg_villages and like mods 2019-10-17 00:45:29 +02:00
Sokomine
9b66439af1 handle moretrees without moreblocks situation 2019-10-09 16:37:20 +02:00
Sokomine
f4df3f708f bugfix regarding rotation 2019-06-10 03:32:54 +02:00
Sokomine
205520cca0 preparations for generator functions 2019-06-10 03:32:33 +02:00
Sokomine
05e95a1e52 set owner for owner-less signs; made resistant against pushing around by mesecons 2019-03-24 21:52:14 +01:00
Sokomine
d2b36c6a1e made resistant against TNT 2019-03-24 21:37:01 +01:00
Sokomine
37b7e2c20e fixed bug (wrong usage of tostring) 2019-03-24 21:24:04 +01:00
Sokomine
0f4a1c29f2 renamed build chest to construction sign 2019-03-24 21:14:37 +01:00
Sokomine
4ffbf67acf added texture for build chest (which no longer looks like a chest) 2019-03-24 21:01:35 +01:00
Sokomine
662711d1ca added floor plan as texture 2019-03-24 19:12:02 +01:00
Sokomine
b6f627b83a added preview of floor plan 2019-03-24 18:22:03 +01:00
Sokomine
860263fa7b removed dependency from a function in default 2019-03-24 17:23:41 +01:00
Sokomine
833396f6de added dirt with footsteps and three variants of permafrost as detected ground nodes 2019-02-20 09:39:23 +01:00
Sokomine
fcb4c18161 added valuable treasures to wrecks 2018-08-11 22:04:10 +02:00
Sokomine
2ffb5a4293 added support for submerged (below water) constructions like shipwrecks 2018-08-11 19:48:06 +02:00
Sokomine
7bfc6dc879 added allow_floating parameter to detect_flat_land_fast 2018-08-11 04:37:10 +02:00
Sokomine
0ea2f70acd fixed bug in postprocessing input files 2018-08-05 17:31:30 +02:00
Sokomine
5653e716ec fixed rotation of upside-down stairs etc. 2018-08-05 16:52:19 +02:00
Sokomine
3b89001d1f moved fill_chest.lua from mg_villages into this mod due to general usefulness 2018-08-05 03:17:10 +02:00
Sokomine
884c03f00c handle player_can_provide in the list of needed materials (i.e. recognize diffrent growth stages of plants) 2018-08-04 01:09:53 +02:00
Sokomine
03dcd9cbae added handling of beds (no longer two beds needed per bed placed) 2018-08-04 00:54:33 +02:00
Sokomine
10c5f22a5d accept diffent growth stages of plants based on player_can_provide 2018-08-04 00:05:28 +02:00
Sokomine
80da8e710c hoe the land below if seeds are placed; return empty water buckets after usage 2018-08-03 23:43:52 +02:00
Sokomine
1ae82fecc6 replace dig_here indicator with scaffolding if needed 2018-08-03 18:24:10 +02:00
Sokomine
f1b5e5a9e9 store which node belongs at the place of the dig_here indicator 2018-08-03 17:21:06 +02:00
Sokomine
30c505a16e better support for citybuilder 2018-07-30 23:25:58 +02:00
Sokomine
173890d4e2 do not set air below waterlevel for ships 2018-07-30 04:51:08 +02:00
Sokomine
39d3d03765 using mg:ignore is possible again 2018-07-30 04:39:23 +02:00
Sokomine
77d85d148e corrected handling of partly submerged ships 2018-07-30 01:10:24 +02:00
Sokomine
d30e53e580 removed obsolete setting of building size in one function 2018-07-29 19:12:15 +02:00
Sokomine
dcbab92521 moved analyze_file to seperate file 2018-07-29 19:05:09 +02:00
Sokomine
400f8f2aea more useful return values for analyze_file 2018-07-29 18:52:03 +02:00
Sokomine
3bfb18fc94 return a bed list in analyze_mc_schematic_file as well 2018-07-29 17:10:19 +02:00
Sokomine
6feb2cce70 moved landscape backup and restore into extra file backup_landscape.lua 2018-07-26 21:05:31 +02:00
Sokomine
024f054e3a fixed bug in dig_here-indicator 2018-07-24 18:27:19 +02:00
Sokomine
32dc77125b adjusted comment 2018-07-22 17:04:35 +02:00
Sokomine
3456856ac0 added some more replacements for mineclone2 2018-07-19 22:34:11 +02:00
Sokomine
0f6b8e414e added support for dirt_with_coniferus_litter 2018-07-08 03:21:54 +02:00
Sokomine
f4b80d11f1 added support for MineClone2 2018-02-09 23:15:06 +01:00
Sokomine
07a88d7bf6 added handle_schematics.mark_flat_land_as_used 2018-01-25 02:57:06 +01:00
Sokomine
e09ec5ee8b added flat land detection 2018-01-18 04:51:32 +01:00
Sokomine
f6cd424c8e added ethereal birch wood 2018-01-15 18:41:25 +01:00
Sokomine
f7df786285 functions generate_building and get_cid_table accessible from outside 2018-01-15 17:19:25 +01:00
Sokomine
cf8f07e223 moved extra_calls for on_construct and door setup into extra function 2018-01-11 19:02:36 +01:00
Sokomine
7eaaf015fe new_materials parameter to replace_random enabled 2018-01-10 23:52:59 +01:00
Sokomine
c06997bbfc added support for inner and outer stairs of diffrent woods 2018-01-10 23:51:29 +01:00