Add simple container recipe
This commit is contained in:
@@ -103,6 +103,15 @@ ITEMS = [
|
||||
"unit_weight": 25.0,
|
||||
"max_stack_size": 1,
|
||||
},
|
||||
{
|
||||
"asset": "DA_Item_SimpleContainer",
|
||||
"item_id": "simple_container",
|
||||
"display_name": "Simple Container",
|
||||
"description": "A crude hide-and-frame container for early storage, trade, and later placed-container systems.",
|
||||
"item_type": unreal.AgrarianItemType.STRUCTURE,
|
||||
"unit_weight": 8.0,
|
||||
"max_stack_size": 5,
|
||||
},
|
||||
{
|
||||
"asset": "DA_Item_BasicTool",
|
||||
"item_id": "basic_tool",
|
||||
|
||||
Reference in New Issue
Block a user