Fix odd hale bale groups

This commit is contained in:
Wuzzy 2017-01-10 04:33:45 +01:00
parent 4b949e2907
commit 9d85c5a33b
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@ minetest.register_node("default:haybale", {
paramtype2 = "facedir",
is_ground_content = false,
on_place = minetest.rotate_node,
groups = {tree=1,choppy=2,oddly_breakable_by_hand=1,flammable=2},
groups = {oddly_breakable_by_hand=3,flammable=2},
sounds = default.node_sound_wood_defaults(),
})