Last active
November 6, 2015 07:01
-
-
Save calebhsu/78c2dd52c9cb25c4dc78 to your computer and use it in GitHub Desktop.
Stool 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> Stool </title> | |
</info> | |
<stack l=""> | |
<cylinder radius="20" height="5"></cylinder> | |
<g> | |
<sun-layout module="sun-layout" radius="20"> | |
<repeat n="4"> | |
<cylinder radius="3" height="50" t="rotateX(15)"></cylinder> | |
</repeat> | |
</alternate-layoute> | |
</sun-layout> | |
</g> | |
</stack> | |
</craft> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment