summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUberi <azhang9@gmail.com>2013-10-01 16:57:55 -0400
committerUberi <azhang9@gmail.com>2013-10-01 16:57:55 -0400
commitd5ec1bcefc128b3de7b7f9cfdc99a1bf146d0a6b (patch)
tree774f8d37d5bde38b4352058c2f3abf93a58e9c34
parent203c3da2af8e17e8b530f21830cb905ad71cecc3 (diff)
Change compatibility notices.
-rw-r--r--README.md8
-rw-r--r--worldedit/init.lua2
2 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 51a6c7a..3f43355 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-WorldEdit v1.0 for MineTest 0.4.8+
-==================================
+WorldEdit v1.0 for MineTest 0.4.7-dev+
+======================================
The ultimate in-game world editing tool for [Minetest](http://minetest.net/)! Tons of functionality to help with building, fixing, and more.
For more information, see the [forum topic](https://forum.minetest.net/viewtopic.php?id=572) at the Minetest forums.
@@ -22,7 +22,9 @@ If visual manipulation of nodes is desired, the [WorldEdit GUI](https://forum.mi
Compatibility
-------------
-This mod supports Minetest versions 0.4.8 and newer. Older versions of WorldEdit may work with older versions of Minetest, but are not recommended.
+This mod supports Minetest versions 0.4.7-dev and newer. Note that the stable Minetest 0.4.7 will not work.
+
+Older versions of WorldEdit may work with older versions of Minetest, but are not recommended.
WorldEdit works quite well with other mods, and does not have any known mod conflicts.
diff --git a/worldedit/init.lua b/worldedit/init.lua
index 6d3efe4..a4b1e5f 100644
--- a/worldedit/init.lua
+++ b/worldedit/init.lua
@@ -1,4 +1,4 @@
-assert(minetest.get_voxel_manip, string.rep(">", 300) .. "HEY YOU! YES, YOU OVER THERE. THIS VERSION OF WORLDEDIT REQUIRES MINETEST 0.4.8 OR LATER! YOU HAVE AN OLD VERSION." .. string.rep("<", 300))
+assert(minetest.get_voxel_manip, string.rep(">", 300) .. "HEY YOU! YES, YOU OVER THERE. THIS VERSION OF WORLDEDIT REQUIRES MINETEST 0.4.7-DEV OR NEWER! MINETEST 0.4.7-STABLE WILL NOT WORK! YOU HAVE AN OLD VERSION." .. string.rep("<", 300))
local path = minetest.get_modpath(minetest.get_current_modname())