]> git.lizzy.rs Git - worldedit.git/commitdiff
Revert "Change compatibility notices." because we have 0.4.8 now
authorSfan5 <sfan5@live.de>
Sun, 24 Nov 2013 13:18:04 +0000 (14:18 +0100)
committerSfan5 <sfan5@live.de>
Sun, 24 Nov 2013 13:18:04 +0000 (14:18 +0100)
This reverts commit d5ec1bcefc128b3de7b7f9cfdc99a1bf146d0a6b.

README.md
worldedit/init.lua

index 3f4335564d030d943cd70fba2fbad86a2c7603b9..51a6c7a85fc767bc58d18ee2ae2bd4e4610bfb6b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-WorldEdit v1.0 for MineTest 0.4.7-dev+
-======================================
+WorldEdit v1.0 for MineTest 0.4.8+
+==================================
 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,9 +22,7 @@ If visual manipulation of nodes is desired, the [WorldEdit GUI](https://forum.mi
 
 Compatibility
 -------------
-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.
+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.
 
 WorldEdit works quite well with other mods, and does not have any known mod conflicts.
 
index a4b1e5f087f0406c7d78a87c02cabca33873494f..6d3efe40a2b5f5b3e09510a483e689b1b9191cca 100644 (file)
@@ -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.7-DEV OR NEWER! MINETEST 0.4.7-STABLE WILL NOT WORK! YOU HAVE AN OLD VERSION." .. string.rep("<", 300))\r
+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))\r
 \r
 local path = minetest.get_modpath(minetest.get_current_modname())\r
 \r