Last active
August 29, 2015 14:21
-
-
Save calebhsu/70f8a2e17fd53247eff4 to your computer and use it in GitHub Desktop.
Cooking pot 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 name="pot"> | |
<stack spacing="-1"> | |
<sphere radius="2.5" t="scale(1.5,1.5,1)" color="black"/> | |
<stack spacing="-18"> | |
<sphere radius="15.75" resolution="25" t="scale(1.5,1.5,0.9)" color="silver"/> | |
<stack color="gray"> | |
<cylinder radius="26" height="2"/> | |
<cylinder radius="25" height="20"/> | |
</stack> | |
</stack> | |
</stack> | |
</craft> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment