This commit is contained in:
Kacper Kostka
2023-02-05 12:19:02 +01:00
parent 0b4456cf7e
commit d97c031888
2 changed files with 2 additions and 2 deletions

View File

@@ -194,7 +194,7 @@ minetest.register_node("amogus_blocks:wood", {
description = "Wood",
tiles = {"wood.png"},
drop = 'amogus_items:wooden_plank',
drop = 'amogus_items:wooden_plank 9',
groups = {choppy = 3, flammable = 3, wood = 1},
})