Skip to content

Instantly share code, notes, and snippets.

@calebhsu
Last active August 29, 2015 14:21
Show Gist options
  • Save calebhsu/70f8a2e17fd53247eff4 to your computer and use it in GitHub Desktop.
Save calebhsu/70f8a2e17fd53247eff4 to your computer and use it in GitHub Desktop.
Cooking pot using CraftML tags
<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