Fix floor apple dropping acorn
This commit is contained in:
parent
57e27bc5e2
commit
6cd9784b67
@ -341,7 +341,7 @@ minetest.register_node(
|
|||||||
floodable = true,
|
floodable = true,
|
||||||
groups = {snappy = 3, handy = 3},
|
groups = {snappy = 3, handy = 3},
|
||||||
sounds = rp_sounds.node_sound_defaults(),
|
sounds = rp_sounds.node_sound_defaults(),
|
||||||
drop = "rp_default:acorn",
|
drop = "rp_default:apple",
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_node(
|
minetest.register_node(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user