Skip to content

Instantly share code, notes, and snippets.

@Jordach

Jordach/init.lua Secret

Created April 22, 2014 15:49
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 Jordach/0a1e073a282de3fb64bb to your computer and use it in GitHub Desktop.
Save Jordach/0a1e073a282de3fb64bb to your computer and use it in GitHub Desktop.
minetest.register_node(":default:cobble", {
description = "Cobblestone",
tiles = {"default_cobble.pmg"},
groups = {cracky=3, stone=1, falling_node=1},
sounds = default.node_sound_stone_defaults(),
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment