forked from thunderdog1138/star_wars
'permafrost_with_stones/moss' drops itself instead of permafrost
Previously they were not collectable or creatable. A simple temporary solution for MTG 5.0.0.
This commit is contained in:
parent
bfde214c52
commit
2033b2cc65
|
@ -511,7 +511,6 @@ minetest.register_node("default:permafrost_with_stones", {
|
|||
"default_permafrost.png",
|
||||
"default_permafrost.png^default_stones_side.png"},
|
||||
groups = {cracky = 3},
|
||||
drop = "default:permafrost",
|
||||
sounds = default.node_sound_gravel_defaults(),
|
||||
})
|
||||
|
||||
|
@ -521,7 +520,6 @@ minetest.register_node("default:permafrost_with_moss", {
|
|||
{name = "default_permafrost.png^default_moss_side.png",
|
||||
tileable_vertical = false}},
|
||||
groups = {cracky = 3},
|
||||
drop = "default:permafrost",
|
||||
sounds = default.node_sound_dirt_defaults({
|
||||
footstep = {name = "default_grass_footstep", gain = 0.25},
|
||||
}),
|
||||
|
|
Loading…
Reference in New Issue