@@ -143,35 +143,4 @@
|
||||
craftSound:
|
||||
collection: CP14Sawing #TODO
|
||||
recipeTags:
|
||||
- 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
|
||||
- CP14RecipeAnvil
|
||||
@@ -1,23 +0,0 @@
|
||||
- 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.
|
Before Width: | Height: | Size: 412 B |
@@ -19,9 +19,6 @@
|
||||
{
|
||||
"name": "sewing_table"
|
||||
},
|
||||
{
|
||||
"name": "furnace"
|
||||
},
|
||||
{
|
||||
"name": "anvil",
|
||||
"directions": 4
|
||||
|
||||
Reference in New Issue
Block a user