mirror of
https://codeberg.org/AntumLuanti/mod-cleaner.git
synced 2025-03-15 04:41:22 +00:00
Update for name change to Luanti
This commit is contained in:
parent
93fa96d6c2
commit
7d47f8ff5d
3 changed files with 11 additions and 11 deletions
|
@ -13,12 +13,12 @@ end
|
||||||
|
|
||||||
|
|
||||||
project = "Cleaner"
|
project = "Cleaner"
|
||||||
title = "Cleaner mod for Minetest"
|
title = "Cleaner mod for Luanti"
|
||||||
format = "markdown"
|
format = "markdown"
|
||||||
not_luadoc=true
|
not_luadoc=true
|
||||||
boilerplate = false
|
boilerplate = false
|
||||||
icon = "textures/cleaner_pencil.png"
|
icon = "textures/cleaner_pencil.png"
|
||||||
favicon = "https://www.minetest.net/media/icon.svg"
|
favicon = "https://www.luanti.org/media/icon.svg"
|
||||||
|
|
||||||
file = {
|
file = {
|
||||||
"settings.lua",
|
"settings.lua",
|
||||||
|
|
16
README.md
16
README.md
|
@ -1,8 +1,8 @@
|
||||||
## Cleaner mod for Minetest
|
## Cleaner mod for Luanti
|
||||||
|
|
||||||
### Description:
|
### Description:
|
||||||
|
|
||||||
A [Minetest][] mod that can be used to remove/replace unknown entities, nodes, & items. Originally forked from [PilzAdam's ***clean*** mod][f.pilzadam].
|
A [Luanti (Minetest)][Luanti] mod that can be used to remove/replace unknown entities, nodes, & items. Originally forked from [PilzAdam's ***clean*** mod][f.pilzadam].
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ A [Minetest][] mod that can be used to remove/replace unknown entities, nodes, &
|
||||||
|
|
||||||
### Requirements:
|
### Requirements:
|
||||||
|
|
||||||
- Minetest minimum version: 5.0
|
- Luanti minimum version: 5.0
|
||||||
- Depends: none
|
- Depends: none
|
||||||
|
|
||||||
### Usage:
|
### Usage:
|
||||||
|
@ -73,14 +73,14 @@ cleaner.unsafe
|
||||||
|
|
||||||
### Links:
|
### Links:
|
||||||
|
|
||||||
- [][ContentDB]
|
- [][ContentDB]
|
||||||
- [Forum](https://forum.minetest.net/viewtopic.php?t=18381)
|
- [Forum](https://forum.luanti.org/viewtopic.php?t=18381)
|
||||||
- [Git repo](https://github.com/AntumMT/mod-cleaner)
|
- [Git repo](https://github.com/AntumMT/mod-cleaner)
|
||||||
- [Reference](https://antummt.github.io/mod-cleaner/reference/latest/)
|
- [Reference](https://antummt.github.io/mod-cleaner/reference/latest/)
|
||||||
- [Changelog](changelog.txt)
|
- [Changelog](changelog.txt)
|
||||||
- [TODO](TODO.txt)
|
- [TODO](TODO.txt)
|
||||||
|
|
||||||
|
|
||||||
[Minetest]: http://www.minetest.net/
|
[Luanti]: https://luanti.org/
|
||||||
[f.pilzadam]: https://forum.minetest.net/viewtopic.php?t=2777
|
[f.pilzadam]: https://forum.luanti.org/viewtopic.php?t=2777
|
||||||
[ContentDB]: https://content.minetest.net/packages/AntumDeluge/cleaner/
|
[ContentDB]: https://content.luanti.org/packages/AntumDeluge/cleaner/
|
||||||
|
|
|
@ -26,7 +26,7 @@ v1.2
|
||||||
v1.1
|
v1.1
|
||||||
----
|
----
|
||||||
- uses "register_lbm" with "run_at_every_load" instead of "register_abm" to save resources
|
- uses "register_lbm" with "run_at_every_load" instead of "register_abm" to save resources
|
||||||
- suggested by bell07 ( https://forum.minetest.net/viewtopic.php?p=325519#p325519 )
|
- suggested by bell07 ( https://forum.luanti.org/viewtopic.php?p=325519#p325519 )
|
||||||
|
|
||||||
v1.0
|
v1.0
|
||||||
----
|
----
|
||||||
|
|
Loading…
Add table
Reference in a new issue