Skip to content

Instantly share code, notes, and snippets.

@Montandalar
Created June 6, 2025 14:57
Show Gist options
  • Save Montandalar/fc3cb8446e7f1ca94071a4be38b45240 to your computer and use it in GitHub Desktop.
Save Montandalar/fc3cb8446e7f1ca94071a4be38b45240 to your computer and use it in GitHub Desktop.
Groupstone for Luanti
core.register_node("group:stone", {
description = "Groupstone",
tiles = {"default_stone.png^[resize:4x4"},
groups = {cracky = 3, stone = 1},
drop = "group:stone",
sounds = default.node_sound_stone_defaults(),
})
name = group
title = GroupMod
description = A mod with a troublesome name
depends = default
author = Blockhead
@Montandalar
Copy link
Author

If you remove the stone group, the node is still good for any recipes that use group:stone. The mod does not break any recipes that use groups.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment