Commit Graph

59 Commits (master)

Author SHA1 Message Date
HybridDog 7c315d6779 Automatically search the drops for a fitting node
Disallow creative players without give privilege to put not_in_creative_inventory items.
2018-07-19 11:31:21 +02:00
Hybrid Dog bc518158b3 Fix placing, the wrong node definition was used
Also, remove placing failure message, see comment,
and copy the position passed to on_place because the table might be modified
2018-03-20 12:55:59 +01:00
Hybrid Dog a6990e22e3 Fix usage of the success boolean from on_place 2018-02-15 14:19:30 +01:00
Hybrid Dog 82ee8b839e Fix crash 2018-02-08 19:24:07 +01:00
Hybrid Dog 284d73ff3a Get rid of set_node and add_node
This fixes placing chests etc.
The node's on_place is executed instead of minetest.set_node for putting the node.
When only the orientation is changed, swap_node instead of set_node is used to keep metadata.
2018-02-08 16:55:29 +01:00
Hybrid Dog 5b2557d979 rebase fix
Fix blacklisting and whitespaces in init.lua
2017-12-23 16:01:48 +01:00
Hybrid Dog 572060940d Colourize the tool for the different modes
and update item metadata code
2017-12-23 15:50:03 +01:00
Hybrid Dog b84f7a5195 This shouldnt have happened… 2017-12-23 15:50:03 +01:00
Hybrid Dog 9ca57c23cd Allow other mods also if the player has the give priv 2017-12-23 15:50:03 +01:00
Hybrid Dog 0950c50d8d If creative is disabled, allow only single mode 2017-12-23 15:50:03 +01:00
Hybrid Dog f8cdc0ca3c Remove unneeded dependency 2017-12-23 15:49:08 +01:00
Hybrid Dog a46f47ffa2 Dont use old vector_extras functions 2017-12-23 15:49:08 +01:00
Hybrid Dog 6062e9f2bd ipairs slow
M  init.lua
2017-12-23 15:48:05 +01:00
HybridDog 9f7c7277fb Fix set_data usage
M  init.lua
2017-12-23 15:48:05 +01:00
HybridDog 6a56632aaa make the other modes support protection, take items etc.
M  init.lua
2017-12-23 15:48:05 +01:00
HybridDog 29c9aae867 ??
M  init.lua
2017-12-23 15:36:48 +01:00
HybridDog c87902beca ??
M  init.lua
2017-12-23 15:36:48 +01:00
HybridDog f58a9904d8 update code
M  init.lua
2017-12-23 15:36:48 +01:00
HybridDog 07e9ce4b9b 🐈 2017-12-23 15:36:48 +01:00
HybridDog 92a925ab00 🐈 2017-12-23 15:36:48 +01:00
HybridDog 6228d99836 🐈 2017-12-23 15:36:48 +01:00
HybridDog 9452589a7a remember nodes instead of using minetest.get_node more times at the same position 2017-12-23 15:36:48 +01:00
HybridDog cc3c289d7f 🐈 2017-12-23 15:36:48 +01:00
HybridDog c68aa21c86 add crust and mantle mode, rightclick thing unfinished 2017-12-23 15:36:48 +01:00
HybridDog 9d866ccfdb make switching to field replacing mode work 2017-12-23 15:36:48 +01:00
HybridDog ab7ce1dcf7 make field replacing mode work 2017-12-23 15:36:48 +01:00
HybridDog 8588b86e7d 🐈 2017-12-23 15:36:48 +01:00
HybridDog 338d8cc871 remove unwanted code 2017-12-23 15:31:31 +01:00
HybridDog 922895c761 edit code 2017-12-23 15:31:31 +01:00
HybridDog c8783efd58 edit code 2017-12-23 15:30:29 +01:00
HybridDog e6aa491209 updates 2017-12-23 15:21:32 +01:00
HybridDog 6614ae12c7 change craft recipe because of treecapitator 2017-12-23 15:21:32 +01:00
HybridDog 99fcd1cbd0 simple whitespaces fix
M  check_owner.lua
M  init.lua
M  inspect.lua
2017-12-23 15:21:32 +01:00
HybridDog d5f690c9ea simple code style fixes
remove whitespaces from the ends of lines
remove those ;s

M  check_owner.lua
M  init.lua
M  inspect.lua
2017-12-23 15:18:17 +01:00
Calinou 7a8919e5a6 Tweak and improve README.md 2017-12-23 15:13:41 +01:00
Sokomine a535be2382 fixed bug; added blacklist for nodes 2017-12-09 20:20:43 +01:00
Sokomine 9c80920cd8 got rid of minetest.env 2017-12-08 22:25:35 +01:00
Sokomine 062b39f4f8 added support for creative priv 2017-11-03 03:07:20 +01:00
Sokomine 81734a6320 works again with latest mt 2017-07-03 22:03:59 +02:00
Sokomine b58252e397 changed storing of metadata; works again with latest MT 2017-02-24 18:43:38 +01:00
Sokomine 3f4ed7dc34 updated readme 2015-07-28 22:54:15 +02:00
Sokomine 9d61650e99 added support for realtest 2015-07-28 22:48:24 +02:00
Sokomine c549c489f9 removed unregistered globals 2015-07-28 22:09:13 +02:00
Sokomine 0ffde81c19 made receipe cheaper in order to help new players 2015-07-28 21:41:56 +02:00
Sokomine 24962d4f77 always show craft guide; show lightlevel; show additional information if a particular node is selected; show if there are alternate drops 2015-07-28 21:36:56 +02:00
Sokomine 2aff5cd370 added better support of dye colors; added support for receipe width 2015-07-27 19:48:39 +02:00
Sokomine 36ecc11729 increased version number due to inspection tool added 2014-10-02 18:18:35 +02:00
Sokomine 464d343604 added support for dropped items; their receipe is now shown as well 2014-10-02 17:48:33 +02:00
Sokomine e64758aa0a improved crafting guide; added groups 2014-10-02 03:20:00 +02:00
Sokomine 4d56d03bbd added mini-craftguide 2014-10-01 18:55:31 +02:00