fix burnable wood large table top

This commit is contained in:
taylorskalyo 2023-05-07 13:44:27 -04:00
parent b4297d68a0
commit 9758e43745
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,
})