1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-06-28 04:40:22 +02:00

'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:
Paramat
2019-02-05 00:24:04 +00:00
committed by GitHub
parent bfde214c52
commit 2033b2cc65

View File

@ -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},
}),