doors 128-stack

master
Victor Hackeridze 2012-04-05 15:22:49 +06:00
parent e04f7bb3ab
commit 39ba30b3ad
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ minetest.register_node( 'doors:door_wood', {
paramtype2 = 'wallmounted',
selection_box = { type = 'wallmounted' },
groups = { choppy=2, dig_immediate=2 },
stack_max = 128,
})
minetest.register_craft( {