178 Commits

Author SHA1 Message Date
Sokomine
d249fcab67 fixed error in formspec showing list of needed materials 2017-04-25 16:37:20 +02:00
Sokomine
7c9c43552a count how many nodes need to be placed 2017-04-24 21:08:22 +02:00
Sokomine
8880467fb4 moved abort_project_remove_indicators functionality into extra function 2017-04-24 19:54:21 +02:00
Sokomine
2aab657ca7 use registered_items instead of registered_nodes when searching for description 2017-04-24 19:45:24 +02:00
Sokomine
0e73c18353 dirt can be a general placeholder 2017-04-24 18:59:24 +02:00
Sokomine
d493fc625f added handle_schematics.also_acceptable - more relaxed handling of simple filler nodes (could be considered as 'ignore' or 'just some sort of solid block' 2017-04-24 18:04:29 +02:00
Sokomine
709b310adc fixed bug with param2 with glasslike etc 2017-04-24 17:23:01 +02:00
Sokomine
ef25706f14 added option to save the current building as a new schematic 2017-04-23 20:29:43 +02:00
Sokomine
f586b49c44 added support for gates from minetst_game 2017-04-19 03:11:40 +02:00
Sokomine
c6d5ec3004 some slight fixes for .schematic files; preparations for .nbt format 2017-04-17 02:20:41 +02:00
Sokomine
12e68f101c shortened building name 2017-04-04 04:17:46 +02:00
Sokomine
e8e2c4156e option to abort a project and start a new one 2017-04-04 03:48:38 +02:00
Sokomine
464f535195 visually display needed nodes in menu 2017-04-04 02:52:18 +02:00
Sokomine
331eb28d3b really provide the build_chest position to the dig-here-indicators 2017-04-03 21:44:22 +02:00
Sokomine
4bc37abbd8 typo 2017-04-03 21:37:45 +02:00
Sokomine
d50aeb639d store build chest position in dig_here-indicators for npc 2017-04-03 21:37:04 +02:00
Sokomine
161a1934d2 added statistic about missing nodes and nodes to dig 2017-04-03 21:33:08 +02:00
Sokomine
52cc74e926 indicate weather in project building or landscape restauration mode 2017-04-03 20:56:51 +02:00
Sokomine
7bacf63928 removed drop from automaticly placed nodes 2017-04-03 19:41:43 +02:00
Sokomine
70643883b2 allow manual restore of landscape backup 2017-04-03 04:24:48 +02:00
Sokomine
1445f0f91b mobs can provide an inventory for manual building 2017-04-02 18:45:56 +02:00
Sokomine
c85501c70c use drop if original node is not obtainable for building; improved dig here indicator 2017-04-02 18:41:46 +02:00
Sokomine
0ab08e9b9d scaffolding nodes allow to place the right material 2017-03-28 04:50:40 +02:00
Sokomine
1de90aec8c added handling of bookshelves as special shelves 2017-02-25 19:44:30 +01:00
Sokomine
b0c062a411 treat default:chest as a chest that might have to be filled as well 2017-02-16 05:47:38 +01:00
Sokomine
81fae2c072 fixed bug with ground node detection 2017-02-10 01:52:42 +01:00
Sokomine
aeac49adf8 turn old torches into new 3d torches 2017-02-10 01:26:16 +01:00
Sokomine
29980850a1 clear param2 if glasslike nodes are placed 2017-02-10 01:17:04 +01:00
Sokomine
83b1d69943 added worldpath to files beeing read so that mod_security will cooperate 2017-02-09 18:51:08 +01:00
Sokomine
92d33049d6 made dig-here-indicator a falling node 2016-12-28 23:20:01 +01:00
Sokomine
9d2f9b5f95 added scaffolding and dig here indicators if player has no creative priv 2016-12-28 22:31:16 +01:00
Sokomine
df5c3a5639 added 'dig here' indicator 2016-12-28 22:28:39 +01:00
Sokomine
9a603339fd updated readme file 2016-12-27 05:05:52 +01:00
Sokomine
c4700542d9 added a few saved houses as examples 2016-12-27 04:59:45 +01:00
Sokomine
2d3ba5f429 bugfix: works now with enable_security as far as is possible 2016-12-27 03:12:39 +01:00
Sokomine
a412916d91 scaffolding-node is now cheaper and visually larger 2016-12-26 23:26:31 +01:00
Sokomine
a057a4328e bugfix: back from preview works now 2016-12-26 22:44:02 +01:00
Sokomine
2430963d06 bugfix: replacing individual materials works again 2016-12-26 22:29:42 +01:00
Sokomine
e937604a63 use front view of node for preview 2016-12-26 22:29:02 +01:00
Sokomine
8cd246a015 show the right preview image depending on rotation 2016-12-26 21:18:49 +01:00
Sokomine
da9869119f preview images no longer forget about the first node 2016-12-26 21:18:28 +01:00
Sokomine
1c8854117d added texture for support-node 2016-12-22 23:55:08 +01:00
Sokomine
4a1cc2a2f8 fixed crash in case of mg_villages not beeing installed 2016-07-18 04:36:52 +02:00
Sokomine
8d94018e5e added better support for the plotmarkers from mg_villages mod 2016-06-23 04:44:32 +02:00
Sokomine
475165af31 added option to remove a building without restoring a backup 2016-06-15 02:36:49 +02:00
Sokomine
566a51f801 if secure.enable_security is disabled, schems from all worlds are offered 2016-04-27 23:27:09 +02:00
Sokomine
94b1936320 added handling for old doors which consisted of two nodes 2016-03-20 23:57:53 +01:00
Sokomine
aa4fa629d3 added acacia and aspen as wood types 2016-03-20 17:16:11 +01:00
Sokomine
cb27303f15 removed some unregistered global warnings 2015-08-12 17:37:46 +02:00
Sokomine
d081ab021b added texture selection for the trader types generated for farming and wood 2015-08-10 03:14:06 +02:00