diff options
| author | historia <[not public]> | 2026-06-10 01:48:28 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-10 01:48:28 -0400 |
| commit | a226d72e51eecb768b13600303f73483118d9104 (patch) | |
| tree | 458d15ef049732c15dacc591a830d3beddbedfde /data/items/copper_ore.yaml | |
| parent | 6a0f3d7a252de4b1741cfe5e1c561412c602becc (diff) | |
| download | thehouseoficarus-a226d72e51eecb768b13600303f73483118d9104.tar.gz | |
feat: implemented janky object interaction model
Diffstat (limited to 'data/items/copper_ore.yaml')
| -rw-r--r-- | data/items/copper_ore.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/data/items/copper_ore.yaml b/data/items/copper_ore.yaml index 5f11316..7192b92 100644 --- a/data/items/copper_ore.yaml +++ b/data/items/copper_ore.yaml @@ -1,6 +1,6 @@ -id: "copper_ore" -name: "copper ore" -aliases: ["copper", "ore"] -description: "A chunk of copper ore." -value: 3 -stackable: false +id: copper_ore +name: copper ore +aliases: ["ore", "copper"] +description: "A chunk of copper-bearing rock. Can be smelted into a bronze bar." +value: 1 +stackable: true |
