Last active
October 1, 2015 20:46
-
-
Save doubleshow/72770d670f7d25cb29c2 to your computer and use it in GitHub Desktop.
craftml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<craft> | |
<info> | |
<title>five balls</title> | |
</info> | |
<craft name="ball"> | |
<sphere></sphere> | |
</craft> | |
<col> | |
<row> | |
<ball></ball> | |
<ball></ball> | |
<ball></ball> | |
<ball></ball> | |
<ball></ball> | |
</row> | |
</col> | |
</craft> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment