Skip to content
This repository was archived by the owner on Aug 20, 2020. It is now read-only.

Commit 0065925

Browse files
authored
1 parent fe67ec4 commit 0065925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

minetestforfun_game/mods/default/nodes.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ minetest.register_node("default:clay", {
504504
groups = {crumbly=3},
505505
drop = {
506506
items = {
507-
{items = {"default:clay_lump 8"}},
507+
{items = {"default:clay_lump 4"}},
508508
},
509509
},
510510
stack_max = 200, -- /MFF(Mg|07/24/25)

0 commit comments

Comments
 (0)