Update api.lua

This commit is contained in:
DragonWrangler1 2023-12-10 17:47:58 -06:00 committed by GitHub
parent 05367552d1
commit f2d9d4ddc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ function beds.register_bed(name, def)
paramtype = "light",
paramtype2 = "facedir",
is_ground_content = false,
stack_max = 1,
stack_max = 99,
groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 3, bed = 1},
sounds = def.sounds or default.node_sound_wood_defaults(),
node_box = {