This website requires JavaScript.
Explore
Help
Sign In
mff
/
Minetest-WorldEdit
Watch
1
Star
0
Fork
0
You've already forked Minetest-WorldEdit
forked from
mtcontrib/Minetest-WorldEdit
Code
Issues
Pull Requests
Releases
Wiki
Activity
89
Commits
1
Branch
0
Tags
788
KiB
74018dab99
Commit Graph
2 Commits
Author
SHA1
Message
Date
Anthony Zhang
65c218c3e2
Dynamic module loading - you can now delete any file in the worldedit mod except init.lua, and the relevant functionality will simply not be included.
2013-03-20 17:31:00 -04:00
Anthony Zhang
9209d81d20
//metasave and //metaload are now superceded by //save and //load's new functionality. worldedit.deserialize now supports every version of the WorldEdit format that has ever existed, and the new worldedit.valueversion uses file characteristics to determine which type of file format a given file uses. The new WorldEdit file format is the same as the one used by MineTest for serializing data, and is capable of storing arbitrary data, as well as leaving fields for future improvements. In other words, this is the last forward-compatibility breaking change that will be made to the file format.
2013-03-20 17:12:48 -04:00