Skip to content

Commit

Permalink
Revert "Change compatibility notices." because we have 0.4.8 now
Browse files Browse the repository at this point in the history
This reverts commit d5ec1bc.
sfan5 committed Nov 24, 2013
1 parent d5ec1bc commit b3ba6f2
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

2 changes: 1 addition & 1 deletion worldedit/init.lua
Original file line number Diff line number Diff line change
@@ -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))
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))

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

0 comments on commit b3ba6f2

Please sign in to comment.