Skip to content
Snippets Groups Projects
Unverified Commit 2033b2cc authored by Paramat's avatar Paramat Committed by GitHub
Browse files

'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.
parent bfde214c
No related branches found
No related tags found
No related merge requests found
......@@ -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},
}),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment