parent
2a340178dd
commit
5fc62476eb
@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "Giant Cobblestone",
|
||||
"icon": "yttr:giant_cobblestone",
|
||||
"category": "spectrum:magical_blocks_category",
|
||||
"pages": [
|
||||
"Giant Cobblestone",
|
||||
{
|
||||
"type": "spectrum:fusion_shrine_crafting",
|
||||
"title": "Giant Cobblestone",
|
||||
"recipe": "spectrum:fusion_shrine/giant_cobblestone",
|
||||
"text": "Giant Cobblestone"
|
||||
},
|
||||
"Giant Cobblestone",
|
||||
{
|
||||
"type": "patchouli:spotlight",
|
||||
"title": "Giant Cobblestone",
|
||||
"item": "yttr:giant_cobblestone",
|
||||
"text": "Giant Cobblestone"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "spectrum:fusion_shrine",
|
||||
"time": 600,
|
||||
"experience": 0.0,
|
||||
"fluid": "yttr:void",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:cobblestone",
|
||||
"count": 64
|
||||
}
|
||||
],
|
||||
"result" : {
|
||||
"item": "yttr:giant_cobblestone"
|
||||
},
|
||||
"world_conditions": [],
|
||||
"during_crafting_effects": [ "nothing", "visual_explosions_on_shrine", "nothing", "nothing" ],
|
||||
"finish_crafting_effect": "lightning_on_shrine",
|
||||
"disable_yield_upgrades": true,
|
||||
"description": "firepit.recipe.fusion_shrine.explanation.giant_cobblestone"
|
||||
}
|
@ -0,0 +1,8 @@
|
||||
{
|
||||
"values": [
|
||||
"ae2:flawless_budding_quartz",
|
||||
"ae2:flawed_budding_quartz",
|
||||
"ae2:chipped_budding_quartz",
|
||||
"ae2:damaged_budding_quartz"
|
||||
]
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"values": [
|
||||
"ae2:quartz_cluster"
|
||||
]
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
{
|
||||
"values": [
|
||||
"ae2:small_quartz_bud",
|
||||
"ae2:medium_quartz_bud",
|
||||
"ae2:large_quartz_bud"
|
||||
]
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"values": [
|
||||
"ae2:quartz_cluster"
|
||||
]
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"values": [
|
||||
"ae2:quartz_block"
|
||||
]
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
{
|
||||
"values": [
|
||||
"ae2:small_quartz_bud",
|
||||
"ae2:medium_quartz_bud",
|
||||
"ae2:large_quartz_bud"
|
||||
]
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"values": [
|
||||
"ae2:quartz_cluster"
|
||||
]
|
||||
}
|
@ -0,0 +1,3 @@
|
||||
{
|
||||
"firepit.recipe.fusion_shrine.explanation.giant_cobblestone": "Giant Cobblestone"
|
||||
}
|
Loading…
Reference in new issue