Skip to content

Commit

Permalink
'permafrost_with_stones/moss' drops itself instead of permafrost
Browse files Browse the repository at this point in the history
Previously they were not collectable or creatable.
A simple temporary solution for MTG 5.0.0.
  • Loading branch information
paramat committed Feb 5, 2019
1 parent bfde214 commit 2033b2c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mods/default/nodes.lua
Expand Up @@ -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(),
})
Expand All @@ -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},
}),
Expand Down

0 comments on commit 2033b2c

Please sign in to comment.