Skip to content

Instantly share code, notes, and snippets.

@ciwolsey
Last active July 15, 2019 18:10
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 ciwolsey/e7785956f2823c301631 to your computer and use it in GitHub Desktop.
Save ciwolsey/e7785956f2823c301631 to your computer and use it in GitHub Desktop.
minetest.register_node("ciwolsey:decowood", {
tiles = {"tutorial_decowood.png"},
groups = {snappy=1,choppy=2,oddly_breakable_by_hand=2,flammable=3},
on_construct = (pos){
print("hello")
end,
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment