Post

Providing Information About Your World

Motivation

  • After you’ve created a great world, sign it!
  • You can provide a title and a description embedded within the file

Syntax: WorldInfo

A WorldInfo node provides title and description information for your world:

  • title - the name for your world
  • info - any additional information

XML Encoding

1
2
3
<WorldInfo
    title='Our Masterpiece'
    info='"License GPLv3, https://www.gnu.org/licenses/gpl-3.0.en.html"'/>

Classic Encoding

1
2
3
4
WorldInfo {
  title "Our Masterpiece"
  info  [ "License GPLv3, https://www.gnu.org/licenses/gpl-3.0.en.html" ]
}
This post is licensed under CC BY 4.0 by the author.