mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 01:30:38 +01:00
fait charger le mod après les autres
pour que la dirt_with_grass soit bien override…
This commit is contained in:
parent
29b65dafc0
commit
3cb7091f23
@ -1,6 +1,7 @@
|
||||
|
||||
print (" ---- Overrider christmas_craft = true! ---- ")
|
||||
|
||||
minetest.after(0, function()
|
||||
minetest.register_node(":default:dirt_with_grass", {
|
||||
description = "Dirt with Grass",
|
||||
tiles = {"snow.png", "default_dirt.png", "grass_w_snow_side.png"},
|
||||
@ -15,6 +16,7 @@ minetest.register_node(":default:dirt_with_grass", {
|
||||
footstep = {name="default_grass_footstep", gain=0.4},
|
||||
}),
|
||||
})
|
||||
end)
|
||||
|
||||
minetest.register_node(":default:leaves", {
|
||||
description = "Leaves",
|
||||
|
Loading…
Reference in New Issue
Block a user