Fixes silver bars being whole stacks (#25239)
Co-authored-by: Jeff <velcroboy333@hotmail.com>
This commit is contained in:
@@ -59,7 +59,7 @@
|
|||||||
reagents:
|
reagents:
|
||||||
- ReagentId: Gold
|
- ReagentId: Gold
|
||||||
Quantity: 10
|
Quantity: 10
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: IngotGold
|
parent: IngotGold
|
||||||
id: IngotGold1
|
id: IngotGold1
|
||||||
@@ -113,3 +113,5 @@
|
|||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: silver
|
state: silver
|
||||||
|
- type: Stack
|
||||||
|
count: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user