Commit Graph

93 Commits

Author SHA1 Message Date
9915ec1852 Disable crafting recipes for coins by default
Crafting recipes for coins can be enabled again by setting
`maptools.enable_coin_crafting = true` in `minetest.conf`.
2021-06-29 00:31:32 +02:00
fd9476c173 Fix node name for light-bulb in docs (#26)
Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2020-12-20 21:36:53 +01:00
d11b3a1caf Update pre-commit hooks to version 3.3.0 2020-10-28 16:43:45 +01:00
800e07ee02 Fix incorrect node name for smoke in the documentation
See #24.
2020-09-27 13:00:53 +02:00
3e29d8a156 Align the Description table heading to the left on GitHub 2020-08-10 22:54:56 +02:00
c76256b805 Fix link to nodes/items documentation in the README 2020-08-10 22:54:18 +02:00
e2099cf9ea Update the changelog to mention recent changes 2020-08-10 22:53:32 +02:00
911ad7b156 Prevent TNT from blowing up Map Tools nodes (#23)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2020-08-10 22:52:22 +02:00
409cca2699 Switch from Travis CI to GitHub Actions (#20) 2020-07-18 19:43:43 +02:00
b537954edf Bump to version 2.1.0 2020-06-08 21:50:14 +02:00
7cce8f495f Update the changelog to mention the localization system change 2020-06-08 21:48:57 +02:00
75d3253c5f Update translation system to MT 5.0.0+ (#16) 2020-06-08 21:48:04 +02:00
246d525c20 Fix maptools:drowning using an invalid value and being walkable
This prevented Minetest from starting (tested on
Minetest 5.3.0-dev-cb9a44ef8).

Being walkable also made it impossible to actually drown in, except
when using noclip mode.
2020-06-08 21:44:49 +02:00
f9bf6a0951 Declare the minimum supported Minetest version to 5.0.0
This information can be used by ContentDB.
2020-06-03 18:55:41 +02:00
235e02b0be Add maptools to the list of Luacheck globals (#19)
Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
2020-06-02 09:37:18 +02:00
e6f61c31ce Add "Drownable Air" node (maptools:drowning) (#18)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
2020-06-02 09:13:24 +02:00
4683434e0a Update the changelog to mention recent changes around coins 2020-04-29 17:38:34 +02:00
f0d25e85ad Fix code style after recent changes 2020-04-29 17:36:31 +02:00
caa92be9dd add recipes for copper, silver, gold coins
and put them into the creative inv like normal
(silver requires moreores)
2020-04-29 17:34:38 +02:00
40f840dd33 Remove obsolete notice about renaming the extracted mod folder
This is no longer required thanks to `mod.conf`.
2020-01-01 17:55:36 +01:00
ae3cc4b075 Update copyright statements to 2020 2020-01-01 04:10:24 +01:00
1b7be03956 Bump to version 2.0.0 2019-11-25 13:51:18 +01:00
0e30357190 Link to the WorldEdit mod in NODES_ITEMS.md 2019-10-13 14:15:25 +02:00
ccf94fb78b Make inventory images use textures available in Minetest Game 5.0.0
This closes #9.
2019-10-13 14:13:10 +02:00
f0a3d58a99 Update changelog to mention nodes/items not being droppable anymore 2019-10-04 00:23:02 +02:00
ea85b3e073 Move maptools.drop_msg above dofiles
Maptools tools/items have become droppable again, the function to prevent this is loaded after nodes.lua, leading the on_drop function to be nil.
2019-10-04 00:21:18 +02:00
fa62966bbe Update pre-commit hooks to 2.3.0 2019-09-25 23:06:20 +02:00
65cb89a261 Document the Minetest 5.0.0 version requirement 2019-09-08 22:57:15 +02:00
cb4888a2bb Travis CI: Use the bionic distribution 2019-07-29 00:49:03 +02:00
ae83eea882 Optimize PNG images losslessly
Commands used:

- `parallel optipng -o7 -zm1-9 -strip all ::: **/*.png`
- `parallel advpng -z4 -i5000 ::: **/*.png`
2019-06-19 21:22:29 +02:00
2f34184047 Add description and dependencies to mod.conf
The legacy `depends.txt` and `description.txt` files are no longer
needed since Minetest 5.0.0 or later will read everything from
`mod.conf`.

This raises the minimum supported Minetest version to 5.0.0.
2019-04-23 21:54:27 +02:00
0dfadcf43a Remove the optional mod loading message 2019-04-03 00:16:03 +02:00
e6723e516b Fix minetest.setting_getbool() deprecation warning 2019-04-03 00:14:44 +02:00
1ff1b355bc Improve writing style and formatting in the nodes and items list
This closes #12.
2019-03-30 19:35:54 +01:00
a2a54396bb Add intllib as an optional dependency 2019-03-30 00:56:56 +01:00
81b988d631 Bump to version 1.1.0 2019-03-23 15:19:47 +01:00
83083dc98d Set up Travis CI 2019-03-06 10:28:16 +01:00
cca390e9ea Increase the range of the Admin Pickaxe from 12 to 20 nodes 2019-03-03 23:22:33 +01:00
199180ee80 Update intllib support to avoid using deprecated functions 2019-03-03 20:11:10 +01:00
8bb6f0fece Improve wording in README 2019-03-02 18:18:12 +01:00
8f5f661387 Enforce LF line endings in pre-commit
- Update pre-commit hooks to 2.1.0
2019-03-01 15:29:31 +01:00
14f9397a4e Update copyright statements to 2019 2019-02-25 12:16:01 +01:00
905ecb0038 Set EditorConfig to use tabs in .luacheckrc 2019-02-22 00:49:15 +01:00
fd361016bd Add an EditorConfig file
See https://editorconfig.org/ for more information.
2019-02-21 23:12:35 +01:00
aeafa56b89 Add pre-commit hooks
See https://pre-commit.com/ for more information.
2019-02-21 23:11:06 +01:00
74da77fb8c Add a Luacheck configuration file and tweak code style 2019-02-20 23:56:20 +01:00
aa1b2f1b08 Optimize all images using oxipng -Zs 2019-02-20 19:53:06 +01:00
106bba39b9 Prevent tools & nodes from being dropped (#11)
Adds a function to message a player that they cannot drop tools/nodes registered by maptools
2018-07-27 12:10:09 +02:00
7459fc3389 Replace old nodeupdate() with new minetest.check_for_falling() (#7) 2018-07-22 13:22:41 +02:00
7bb6ff48e4 Remove brackets around the initial version number in the changelog 2018-04-22 00:15:52 +02:00