Update for name change to Luanti

This commit is contained in:
Jordan Irwin 2025-01-18 02:27:49 -08:00
parent 93fa96d6c2
commit 7d47f8ff5d
No known key found for this signature in database
GPG key ID: E3E358C2F44C290A
3 changed files with 11 additions and 11 deletions

View file

@ -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",

View file

@ -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].
![screenshot](screenshot.png) ![screenshot](screenshot.png)
@ -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](https://content.minetest.net/packages/AntumDeluge/cleaner/shields/title/)][ContentDB] - [![ContentDB](https://content.luanti.org/packages/AntumDeluge/cleaner/shields/title/)][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/

View file

@ -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
---- ----