-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump replacer from
fa89c9f
to 5d5dfc0
Bumps [replacer](https://github.com/SwissalpS/replacer) from `fa89c9f` to `5d5dfc0`. - [Release notes](https://github.com/SwissalpS/replacer/releases) - [Commits](SwissalpS/replacer@fa89c9f...5d5dfc0) --- updated-dependencies: - dependency-name: replacer dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
6173128
commit 8c9884e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule replacer
updated
27 files
+1 −0 | .luacheckrc | |
+1 −0 | CHANGELOG | |
+15 −15 | blabla.lua | |
+5 −2 | chat_commands.lua | |
+1 −1 | compat/default.lua | |
+28 −16 | crafts.lua | |
+21 −3 | doc/customization.md | |
+11 −7 | init.lua | |
+37 −10 | inspect.lua | |
+1 −1 | locale/replacer.de.tr | |
+1 −0 | locale/replacer.es.tr | |
+1 −0 | locale/replacer.fi.tr | |
+1 −0 | locale/replacer.fr.tr | |
+1 −0 | locale/replacer.it.tr | |
+1 −0 | locale/replacer.pt.tr | |
+1 −0 | locale/replacer.ru.tr | |
+1 −0 | locale/template.txt | |
+2 −2 | mod.conf | |
+10 −6 | replacer/constrain.lua | |
+10 −6 | replacer/enable.lua | |
+2 −3 | replacer/formspecs.lua | |
+3 −3 | replacer/history.lua | |
+13 −9 | replacer/replacer.lua | |
+17 −1 | settingtypes.txt | |
+5 −0 | test.lua | |
+25 −11 | utils.lua | |
+85 −0 | xcompat.lua |