Skip to content

Commit

Permalink
Vessels: Pint: add groups for dig node. Closes #1838
Browse files Browse the repository at this point in the history
  • Loading branch information
alek13 committed Dec 14, 2024
1 parent 85bfd48 commit 9c93317
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mods/lord/Tools/lord_vessels/src/pints.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ minetest.register_node('lord_vessels:pint_wood', {
paramtype = 'light',
paramtype2 = 'facedir',
walkable = false,
groups = { wooden = 1, choppy = 3, oddly_breakable_by_hand = 3 }
})

minetest.register_craft({
Expand Down

0 comments on commit 9c93317

Please sign in to comment.