Last active
September 26, 2015 22:28
-
-
Save calebhsu/0aa3550037dfde447149 to your computer and use it in GitHub Desktop.
Simplified ark using CraftML tags
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>Simplified Ark</title> | |
</info> | |
<style> | |
* { color: saddlebrown; } | |
</style> | |
<row spacing="-10" t="cropZ(0 30%) cropY(70%) rotateX(-90)"> | |
<sphere radius="10"></sphere> | |
<cylinder radius="10" height="25" t="rotateY(90)"></cylinder> | |
<sphere radius="10"></sphere> | |
</row> | |
</craft> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment