-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstar_forging.json
More file actions
25 lines (25 loc) · 893 Bytes
/
star_forging.json
File metadata and controls
25 lines (25 loc) · 893 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "Star Forging",
"description": "Forge nether stars into powerful components. Demonstrates a weighted recipe pool at the SELF_AWARE tier with two drive crafting recipes.",
"flavor_text": "To hold a star is to hold the memory of a world that burned.",
"category": "endgame",
"tier": "SELF_AWARE",
"duration": 24000,
"prerequisites": {
"type": "AND",
"values": [
"researchcube:obsidian_forging",
"researchcube:nether_refining"
]
},
"item_costs": [
{ "item": "minecraft:nether_star", "count": 1 },
{ "item": "minecraft:diamond", "count": 8 },
{ "item": "minecraft:netherite_scrap", "count": 2 }
],
"fluid_cost": { "fluid": "researchcube:imagination_fluid", "amount": 3000 },
"recipe_pool": [
{ "id": "researchcube:star_forging_recipe_1", "weight": 1 },
{ "id": "researchcube:star_forging_recipe_2", "weight": 2 }
]
}