Skip to content

Commit d5ec1bc

Browse files
committedOct 1, 2013
Change compatibility notices.
1 parent 203c3da commit d5ec1bc

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed
 

‎README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
WorldEdit v1.0 for MineTest 0.4.8+
2-
==================================
1+
WorldEdit v1.0 for MineTest 0.4.7-dev+
2+
======================================
33
The ultimate in-game world editing tool for [Minetest](http://minetest.net/)! Tons of functionality to help with building, fixing, and more.
44

55
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
2222

2323
Compatibility
2424
-------------
25-
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.
25+
This mod supports Minetest versions 0.4.7-dev and newer. Note that the stable Minetest 0.4.7 will not work.
26+
27+
Older versions of WorldEdit may work with older versions of Minetest, but are not recommended.
2628

2729
WorldEdit works quite well with other mods, and does not have any known mod conflicts.
2830

‎worldedit/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
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))
1+
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))
22

33
local path = minetest.get_modpath(minetest.get_current_modname())
44

0 commit comments

Comments
 (0)
Please sign in to comment.