fix burnable wood large table top (#54)

This commit is contained in:
taylorskalyo 2023-05-07 17:48:41 +00:00 committed by GitHub
parent b4297d68a0
commit 6bbaa7491d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ minetest.register_craft({
minetest.register_craft({
type = "fuel",
recipe = "homedecor:wood_table_large_b",
recipe = "homedecor:wood_table_large_square_b",
burntime = 30,
})