1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-07-02 16:20:42 +02:00

mcl group tweaks

This commit is contained in:
tenplus1
2023-11-25 16:51:34 +00:00
parent a0dd3db65f
commit 9247121b14
2 changed files with 3 additions and 3 deletions

View File

@ -135,7 +135,7 @@ end
minetest.register_node("farming:sugar_cube", {
description = S("Sugar Cube"),
tiles = {"farming_sugar_cube.png"},
groups = {pickaxey = 1, crumbly = 2},
groups = {shovely = 1, handy = 1, crumbly = 2},
floodable = true,
sounds = farming.sounds.node_sound_gravel_defaults(),
_mcl_hardness = 0.8,