Skip to content

Instantly share code, notes, and snippets.

@niwaniwa
Last active December 17, 2015 17:03
Show Gist options
  • Save niwaniwa/8edd94228403013a649b to your computer and use it in GitHub Desktop.
Save niwaniwa/8edd94228403013a649b to your computer and use it in GitHub Desktop.
ice
<filter name="everyone">
<deny>
<any>
<block>wool</block>
</any>
<any>
<block>grass</block>
</any>
<any>
<block>gold_block</block>
</any>
<block>quartz_block</block>
<block>quartz_ore</block>
<block>quartz_stairs</block>
</any>
</deny>
</filter>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment