mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 14:16:06 +02:00
[fences & default] Give default:fence_wood instead of fences' ones
- crafting fences will give you default:fence_wood instead of fences:fence_wood - default:fence_wood is in the creative inventory now ; fences:fence_wood isn't any more
This commit is contained in:
@ -2213,8 +2213,7 @@ minetest.register_node("default:fence_wood", {
|
||||
type = "fixed",
|
||||
fixed = {-1/7, -1/2, -1/7, 1/7, 1/2, 1/7},
|
||||
},
|
||||
groups = {not_in_creative_inventory = 1, choppy = 2, oddly_breakable_by_hand = 2,
|
||||
flammable = 2},
|
||||
groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2},
|
||||
sounds = default.node_sound_wood_defaults(),
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user