Commit Graph

100 Commits

Author SHA1 Message Date
David Leal b9e69b70c4
Use old Travis CI configurations in GitHub Actions (#36) 2023-09-09 17:26:38 +02:00
David Leal ce8a6aec22
Fix nodenames in the docs (#35)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2023-04-22 16:50:01 +02:00
David Leal 1949d88b06
Fix alpha texture warnings (#34) 2022-12-29 20:32:42 +01:00
fluxionary 2100ca04b1
Make all nodes un-blastable, increase stack size to 65535 (#32) 2022-07-02 23:07:53 +02:00
Dirkfried f3464f5063
Increase the Admin Pickaxe's `maxlevel` to 5 (#30)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-01-04 19:48:04 +01:00
Hugo Locurcio d1134c47af
Link to the pull request disabling coin crafting in the changelog 2021-06-29 00:44:54 +02:00
Hugo Locurcio e3ca31cdb9
Bump to version 2.2.0 2021-06-29 00:33:43 +02:00
AliasAlreadyTaken 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
Buckaroo Banzai 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
Hugo Locurcio d11b3a1caf
Update pre-commit hooks to version 3.3.0 2020-10-28 16:43:45 +01:00
Hugo Locurcio 800e07ee02
Fix incorrect node name for `smoke` in the documentation
See #24.
2020-09-27 13:00:53 +02:00
Hugo Locurcio 3e29d8a156
Align the Description table heading to the left on GitHub 2020-08-10 22:54:56 +02:00
Hugo Locurcio c76256b805
Fix link to nodes/items documentation in the README 2020-08-10 22:54:18 +02:00
Hugo Locurcio e2099cf9ea
Update the changelog to mention recent changes 2020-08-10 22:53:32 +02:00
fluxionary 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
David Leal 409cca2699
Switch from Travis CI to GitHub Actions (#20) 2020-07-18 19:43:43 +02:00
Hugo Locurcio b537954edf
Bump to version 2.1.0 2020-06-08 21:50:14 +02:00
Hugo Locurcio 7cce8f495f
Update the changelog to mention the localization system change 2020-06-08 21:48:57 +02:00
David Leal 75d3253c5f
Update translation system to MT 5.0.0+ (#16) 2020-06-08 21:48:04 +02:00
Hugo Locurcio 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
Hugo Locurcio 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
Buckaroo Banzai 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
Buckaroo Banzai 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
Hugo Locurcio 4683434e0a
Update the changelog to mention recent changes around coins 2020-04-29 17:38:34 +02:00
Hugo Locurcio f0d25e85ad
Fix code style after recent changes 2020-04-29 17:36:31 +02:00
VanessaE 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
Hugo Locurcio 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
Hugo Locurcio ae3cc4b075
Update copyright statements to 2020 2020-01-01 04:10:24 +01:00
Hugo Locurcio 1b7be03956
Bump to version 2.0.0 2019-11-25 13:51:18 +01:00
Hugo Locurcio 0e30357190
Link to the WorldEdit mod in NODES_ITEMS.md 2019-10-13 14:15:25 +02:00
Hugo Locurcio ccf94fb78b
Make inventory images use textures available in Minetest Game 5.0.0
This closes #9.
2019-10-13 14:13:10 +02:00
Hugo Locurcio f0a3d58a99
Update changelog to mention nodes/items not being droppable anymore 2019-10-04 00:23:02 +02:00
Ragulan R 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
Hugo Locurcio fa62966bbe
Update pre-commit hooks to 2.3.0 2019-09-25 23:06:20 +02:00
Hugo Locurcio 65cb89a261
Document the Minetest 5.0.0 version requirement 2019-09-08 22:57:15 +02:00
Hugo Locurcio cb4888a2bb
Travis CI: Use the `bionic` distribution 2019-07-29 00:49:03 +02:00
Hugo Locurcio 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
Hugo Locurcio 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
Hugo Locurcio 0dfadcf43a
Remove the optional mod loading message 2019-04-03 00:16:03 +02:00
Hugo Locurcio e6723e516b
Fix `minetest.setting_getbool()` deprecation warning 2019-04-03 00:14:44 +02:00
Hugo Locurcio 1ff1b355bc
Improve writing style and formatting in the nodes and items list
This closes #12.
2019-03-30 19:35:54 +01:00
Hugo Locurcio a2a54396bb
Add intllib as an optional dependency 2019-03-30 00:56:56 +01:00
Hugo Locurcio 81b988d631
Bump to version 1.1.0 2019-03-23 15:19:47 +01:00
Hugo Locurcio 83083dc98d
Set up Travis CI 2019-03-06 10:28:16 +01:00
Hugo Locurcio cca390e9ea
Increase the range of the Admin Pickaxe from 12 to 20 nodes 2019-03-03 23:22:33 +01:00
Hugo Locurcio 199180ee80
Update intllib support to avoid using deprecated functions 2019-03-03 20:11:10 +01:00
Hugo Locurcio 8bb6f0fece
Improve wording in README 2019-03-02 18:18:12 +01:00
Hugo Locurcio 8f5f661387
Enforce LF line endings in pre-commit
- Update pre-commit hooks to 2.1.0
2019-03-01 15:29:31 +01:00
Hugo Locurcio 14f9397a4e
Update copyright statements to 2019 2019-02-25 12:16:01 +01:00
Hugo Locurcio 905ecb0038
Set EditorConfig to use tabs in .luacheckrc 2019-02-22 00:49:15 +01:00