Commit Graph

30 Commits (master)

Author SHA1 Message Date
Jordan Irwin 4f9e5a6434 Move pencil into tools.lua 2021-07-29 13:38:10 -07:00
Jordan Irwin d4ec55be08 Add usage docstring for pencil item 2021-07-29 12:40:25 -07:00
Jordan Irwin 9dfa90292c Flip pencil image when mode changed 2021-07-29 12:32:17 -07:00
Jordan Irwin 6b211cf5f6 Add pencil tool for erasing, adding, & swapping nodes 2021-07-28 01:39:38 -07:00
Jordan Irwin bb36a723d3 add support for unregistering ores via world path file 2021-07-12 18:11:37 -07:00
Jordan Irwin efc5ef2660 use single json file for cleaning all types 2021-07-12 18:09:54 -07:00
Jordan Irwin 69f87b6b73 Add setting for enabling "unsafe" methods & commands 2021-07-12 15:41:53 -07:00
Jordan Irwin 7f042330b1 Add chat commands 2021-07-12 15:40:30 -07:00
Jordan Irwin 261d0ed5e7 Add API 2021-07-12 08:40:45 -07:00
Jordan Irwin 0daee12f57 Add method for cleaning/replacing items 2021-05-26 20:54:43 -07:00
Jordan Irwin 00ab41d6de Fix logging method 2021-05-18 19:57:24 -07:00
Jordan Irwin 839c32f5c0 Move node & entity functions into segregated modules 2021-05-18 18:11:24 -07:00
Jordan Irwin 5c58fd8f5d Clean up logging a tad 2021-05-18 18:04:33 -07:00
Jordan Irwin 5a918081e2 Cleanup 2021-05-18 17:57:07 -07:00
Jordan Irwin 1f169c5774 Change license to MIT 2021-05-18 17:46:18 -07:00
Jordan Irwin 076211d48c Add log debug message for registering node to clean 2017-08-30 15:33:53 -07:00
Jordan Irwin 388e5481e7 Re-add functionality to clean nodes:
Nodes to clean can be listed in 'clean_nodes.txt' file in world path.
2017-08-30 15:26:59 -07:00
Jordan Irwin 0fcbdb8edf Rename to 'cleaner' 2017-08-30 15:15:03 -07:00
Jordan Irwin 6622ea8bab Remove functionality for cleaning anything other than entities:
For cleaning other objects it is recommended to use 'override' mod:
https://github.com/AntumMT/mod-override
2017-08-30 14:57:18 -07:00
Jordan Irwin 49fc2c6315 Rename to 'cleane' (Clean Entities) 2017-08-30 14:55:07 -07:00
Jordan Irwin a0a3dc370d Load entities to clean from file in world path 2017-08-30 14:39:12 -07:00
Jordan Irwin 9200ed9c20 Add objects & functions for outputting log info 2017-08-30 14:38:48 -07:00
Jordan Irwin 3b02b109f5 Small formatting changes 2017-08-30 14:14:55 -07:00
Jordan Irwin d9c7f9bab5 Call 'core' object instead of 'minetest' 2017-08-30 14:12:44 -07:00
Jordan Irwin 1efe6ea229 Change license to CC0 2017-08-30 14:11:35 -07:00
AntumDeluge 2404594aa3 Add function to replace old nodes 2017-08-12 11:15:18 -07:00
AntumDeluge 0e1a47551c Initialize 'old_nodes' as empty table 2017-08-12 11:13:06 -07:00
AntumDeluge cb8701b219 Replace double-quotes with singles 2017-08-12 11:12:56 -07:00
AntumDeluge 096ae76d16 Replace deprecated call to 'minetest.env' 2017-08-12 11:12:29 -07:00
Jordan Irwin ff382bba88 Add original code by PilzAdam:
@ forum post updated: June 08, 2013
2017-08-12 11:10:01 -07:00