Skip to content

Commit 2033b2c

Browse files
authoredFeb 5, 2019
'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.
1 parent bfde214 commit 2033b2c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎mods/default/nodes.lua

-2
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,6 @@ minetest.register_node("default:permafrost_with_stones", {
511511
"default_permafrost.png",
512512
"default_permafrost.png^default_stones_side.png"},
513513
groups = {cracky = 3},
514-
drop = "default:permafrost",
515514
sounds = default.node_sound_gravel_defaults(),
516515
})
517516

@@ -521,7 +520,6 @@ minetest.register_node("default:permafrost_with_moss", {
521520
{name = "default_permafrost.png^default_moss_side.png",
522521
tileable_vertical = false}},
523522
groups = {cracky = 3},
524-
drop = "default:permafrost",
525523
sounds = default.node_sound_dirt_defaults({
526524
footstep = {name = "default_grass_footstep", gain = 0.25},
527525
}),

0 commit comments

Comments
 (0)
Please sign in to comment.