lua ["pine_wood"] = {
["name"] = "pine_wood",
["label"] = "Pine wood",
["weight"] = 250,
["type"] = "item",
["image"] = "pine_wood.png",
["unique"] = false,
["useable"] = false,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A strong piece of pine wood."
},
["pine_resin"] = {
["name"] = "pine_resin",
["label"] = "Pine resin",
["weight"] = 150,
["type"] = "item",
["image"] = "pine_resin.png",
["unique"] = false,
["useable"] = false,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "Sticky resin extracted from pine trees."
},
["wood_shavings"] = {
["name"] = "wood_shavings",
["label"] = "Wood Shavings",
["weight"] = 100,
["type"] = "item",
["image"] = "wood_shavings.png",
["unique"] = false,
["useable"] = false,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "Fine shavings from wood carving."
},
["oak_wood"] = {
["name"] = "oak_wood",
["label"] = "Oak wood",
["weight"] = 250,
["type"] = "item",
["image"] = "oak_wood.png",
["unique"] = false,
["useable"] = false,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A dense and durable oak wood log."
},
["oak_bark"] = {
["name"] = "oak_bark",
["label"] = "Oak Bark",
["weight"] = 150,
["type"] = "item",
["image"] = "oak_bark.png",
["unique"] = false,
["useable"] = false,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "Thick bark from an oak tree."
},
["arcorn"] = {
["name"] = "arcorn",
["label"] = "Arcorn",
["weight"] = 100,
["type"] = "item",
["image"] = "arcorn.png",
["unique"] = false,
["useable"] = false,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A small arcorn, seed of the oak."
},
["maple_wood"] = {
["name"] = "maple_wood",
["label"] = "Maple wood",
["weight"] = 250,
["type"] = "item",
["image"] = "maple_wood.png",
["unique"] = false,
["useable"] = false,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A smooth and solid maple wood log."
},
["strong_fiber"] = {
["name"] = "strong_fiber",
["label"] = "Strong fiber",
["weight"] = 150,
["type"] = "item",
["image"] = "strong_fiber.png",
["unique"] = false,
["useable"] = false,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "Durable natural fiber from tree bark."
},
["maple_syrup_extract"] = {
["name"] = "maple_syrup_extract",
["label"] = "Maple syrup extract",
["weight"] = 100,
["type"] = "item",
["image"] = "maple_syrup_extract.png",
["unique"] = false,
["useable"] = false,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "Thick extract used to make maple syrup."
}