Skip to content

Instantly share code, notes, and snippets.

@Jordach
Created April 9, 2014 11:59
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/10260748 to your computer and use it in GitHub Desktop.
Save Jordach/10260748 to your computer and use it in GitHub Desktop.
local is_soil = minetest.get_item_group(nu, "soil")
if is_soil == 0 then
return
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment