-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathender_weaving.json
More file actions
30 lines (30 loc) · 1011 Bytes
/
ender_weaving.json
File metadata and controls
30 lines (30 loc) · 1011 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
26
27
28
29
30
{
"name": "Ender Weaving",
"description": "Weave ender energy into items. Requires an Irrecoverable Drive as an idea chip and AND prerequisites (lapis_infusion AND potion_brewing).",
"flavor_text": "Between the cracks of reality, the Ender threads wait to be spun.",
"category": "magic",
"tier": "FLAWLESS",
"duration": 8000,
"prerequisites": {
"type": "AND",
"values": [
"researchcube:lapis_infusion",
"researchcube:potion_brewing"
]
},
"item_costs": [
{ "item": "minecraft:ender_pearl", "count": 8 },
{ "item": "minecraft:blaze_powder", "count": 4 },
{ "item": "minecraft:phantom_membrane", "count": 4 }
],
"fluid_cost": { "fluid": "researchcube:reasoning_fluid", "amount": 2000 },
"idea_chip": {
"id": "researchcube:metadata_irrecoverable",
"components": {
"minecraft:custom_name": "{\"text\":\"Ender Fragment\",\"italic\":false,\"color\":\"dark_green\"}"
}
},
"recipe_pool": [
"researchcube:ender_weaving_recipe_1"
]
}