This commit is contained in:
Ed
2024-10-08 14:04:24 +03:00
parent b2c6a193fc
commit f378e4fb85
4 changed files with 58 additions and 1 deletions

View File

@@ -143,4 +143,35 @@
craftSound:
collection: CP14Sawing #TODO
recipeTags:
- CP14RecipeAnvil
- CP14RecipeAnvil
- type: entity
id: CP14WorkbenchFurnace
parent:
- CP14BaseWorkbench
name: melting furnace
description: I feel really bad, please someone fix this.
components:
- type: Sprite
state: furnace
- type: Icon
state: furnace
- type: Damageable
damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 150
behaviors:
- !type:PlaySoundBehavior
sound:
collection: MetalBreak
- !type:DoActsBehavior
acts: [ "Destruction" ]
- type: CP14Workbench
craftSound:
collection: CP14Sawing #TODO
recipeTags:
- CP14RecipeMeltingFurnace

View File

@@ -0,0 +1,23 @@
- type: CP14Recipe
id: CP14CopperBar1
tag: CP14RecipeMeltingFurnace
craftTime: 4
entities:
CP14OreCopper: 2
result: CP14CopperBar1
- type: CP14Recipe
id: CP14IronBar1
tag: CP14RecipeMeltingFurnace
craftTime: 4
entities:
CP14OreIron: 2
result: CP14IronBar1
- type: CP14Recipe
id: CP14GoldBar1
tag: CP14RecipeMeltingFurnace
craftTime: 4
entities:
CP14OreGold: 2
result: CP14GoldBar1

Binary file not shown.

After

Width:  |  Height:  |  Size: 412 B

View File

@@ -19,6 +19,9 @@
{
"name": "sewing_table"
},
{
"name": "furnace"
},
{
"name": "anvil",
"directions": 4