Created
June 6, 2025 14:57
-
-
Save Montandalar/fc3cb8446e7f1ca94071a4be38b45240 to your computer and use it in GitHub Desktop.
Groupstone for Luanti
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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(), | |
}) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name = group | |
title = GroupMod | |
description = A mod with a troublesome name | |
depends = default | |
author = Blockhead |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.