summaryrefslogtreecommitdiff
path: root/games/minimal/mods/testpathfinder/README.md
diff options
context:
space:
mode:
authorWuzzy <wuzzy2@mail.ru>2020-05-26 00:17:52 +0200
committerGitHub <noreply@github.com>2020-05-26 00:17:52 +0200
commit083b285f4319c470f307f0b52f03a2fb68facd38 (patch)
treebdd02540ad58756a38606f03a995ab837a176709 /games/minimal/mods/testpathfinder/README.md
parentb546e8938d41aa9e3101fb9d4d5b02924ed73b60 (diff)
downloadminetest-083b285f4319c470f307f0b52f03a2fb68facd38.tar.gz
minetest-083b285f4319c470f307f0b52f03a2fb68facd38.tar.bz2
minetest-083b285f4319c470f307f0b52f03a2fb68facd38.zip
Rename “Minimal development test” to “Development Test” (#9928)
Diffstat (limited to 'games/minimal/mods/testpathfinder/README.md')
-rw-r--r--games/minimal/mods/testpathfinder/README.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/games/minimal/mods/testpathfinder/README.md b/games/minimal/mods/testpathfinder/README.md
deleted file mode 100644
index 2b9d46e70..000000000
--- a/games/minimal/mods/testpathfinder/README.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# Pathfinder Tester
-
-Usage:
-
-Use the Pathfinder Tester tool (`testpathfinder:testpathfinder`).
-Here's how it works:
-
-* Place on node: Set destination position
-* Punch: Find path
-* Sneak+punch: Select pathfinding algorithm
-
-Information will be shown in chat. If a path was found, all waypoints
-will be shown for a few seconds.
-
-See `init.lua` for config variables.