1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2024-12-22 16:10:18 +01:00

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

View File

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