Skip to content

Instantly share code, notes, and snippets.

Created April 14, 2014 19:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/10675741 to your computer and use it in GitHub Desktop.
Save anonymous/10675741 to your computer and use it in GitHub Desktop.
minetest.register_node("default:cair", {
description = "Compressed Air",
drawtype = "normal",
tiles = {"default_cair.png"},
groups = {cracky=3, stone=1},
drop = 'default:cobble',
paramtype = "light",
walkable = false,
pointable = true,
diggable = true,
buildable_to = true,
alpha = WATER_ALPHA,
post_effect_color = {a=200, r=102, g=102, b=102},
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment