1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-06-28 04:50:21 +02: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

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,
})