mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 01:30:38 +01:00
solution de secours pour christmas_craft
(A améliorer plus tard)
This commit is contained in:
parent
105fc254b5
commit
c265993fa8
@ -8,15 +8,15 @@ minetest.register_node(":default:dirt_with_grass", {
|
||||
is_ground_content = true,
|
||||
groups = {crumbly=3,soil=1},
|
||||
drop = {
|
||||
max_items = 2, items = {
|
||||
max_items = 3, items = {
|
||||
{items = {'default:dirt'}, rarity = 0,},
|
||||
{items = {'christmas_craft:snowball'}, rarity = 0,},
|
||||
{items = {'christmas_craft:snowball'}, rarity = 0,},
|
||||
{items = {'snow:snowball_entity'}, rarity = 2,},
|
||||
}},
|
||||
sounds = default.node_sound_dirt_defaults({
|
||||
footstep = {name="default_grass_footstep", gain=0.4},
|
||||
}),
|
||||
})
|
||||
end)
|
||||
|
||||
-- remplace leaves (normal)
|
||||
minetest.register_node(":default:leaves", {
|
||||
@ -93,6 +93,7 @@ minetest.register_node(":default:jungleleaves", {
|
||||
},
|
||||
},
|
||||
})
|
||||
end)
|
||||
|
||||
print (" ---- Overrider christmas_craft [OK] ---- ")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user