Skip to content

Commit

Permalink
fix: fix createplus recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
Chikage0o0 committed Dec 9, 2022
1 parent 0fc2912 commit e8ad27c
Show file tree
Hide file tree
Showing 80 changed files with 2,641 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"ae2"
]
}
],
"type": "create:compacting",
"ingredients": [
{
"tag": "c:certus_quartz_dusts"
},
{
"tag": "c:gunpowder"
},
{
"tag": "c:certus_quartz_dusts"
},
{
"tag": "c:gunpowder"
}
],
"results": [
{
"item": "ae2:tiny_tnt"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"ae2"
]
}
],
"type": "create:milling",
"ingredients": [
{
"tag": "c:certus_quartz"
}
],
"results": [
{
"item": "ae2:certus_quartz_dust"
}
],
"processingTime": 350
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"ae2"
]
}
],
"type": "create:milling",
"ingredients": [
{
"tag": "ae2:all_fluix"
}
],
"results": [
{
"item": "ae2:fluix_dust"
}
],
"processingTime": 350
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"ae2"
]
}
],
"type": "create:mixing",
"ingredients": [
{
"tag": "c:dusts/redstone"
},
{
"item": "ae2:charged_certus_quartz_crystal"
},
{
"tag": "ae2:all_nether_quartz"
},
{
"fluid": "minecraft:water",
"nbt": {},
"amount": 60750
}
],
"results": [
{
"item": "ae2:fluix_dust",
"count": 2
}
],
"heatRequirement": "heated"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"ae2"
]
}
],
"type": "create:mixing",
"ingredients": [
{
"tag": "c:certus_quartz_dusts"
},
{
"tag": "c:glass"
}
],
"results": [
{
"item": "ae2:quartz_fiber",
"count": 2
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"ae2"
]
}
],
"type": "create:sequenced_assembly",
"ingredient": {
"item": "ae2:quartz_fiber"
},
"transitionalItem": {
"item": "ae2:quartz_fiber"
},
"sequence": [
{
"type": "create:deploying",
"ingredients": [
{
"item": "ae2:quartz_fiber"
},
{
"tag": "ae2:all_fluix"
}
],
"results": [
{
"item": "ae2:quartz_fiber"
}
],
"keepHeldItem": false
},
{
"type": "create:cutting",
"ingredients": [
{
"item": "ae2:quartz_fiber"
}
],
"results": [
{
"item": "ae2:quartz_fiber"
}
]
}
],
"results": [
{
"item": "ae2:fluix_glass_cable",
"chance": 80,
"count": 6
},
{
"item": "ae2:quartz_fiber",
"chance": 20
}
],
"loops": 2
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
{
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"ae2"
]
}
],
"type": "create:sequenced_assembly",
"ingredient": {
"item": "ae2:fluix_glass_cable"
},
"transitionalItem": {
"item": "ae2:fluix_glass_cable"
},
"sequence": [
{
"type": "create:deploying",
"ingredients": [
{
"item": "ae2:fluix_glass_cable"
},
{
"tag": "c:dusts/redstone"
}
],
"results": [
{
"item": "ae2:fluix_glass_cable"
}
],
"keepHeldItem": false
},
{
"type": "create:deploying",
"ingredients": [
{
"item": "ae2:fluix_glass_cable"
},
{
"tag": "c:dusts/glowstone"
}
],
"results": [
{
"item": "ae2:fluix_glass_cable"
}
],
"keepHeldItem": false
},
{
"type": "create:cutting",
"ingredients": [
{
"item": "ae2:fluix_glass_cable"
}
],
"results": [
{
"item": "ae2:fluix_glass_cable"
}
]
}
],
"results": [
{
"item": "ae2:fluix_smart_cable",
"chance": 80,
"count": 3
},
{
"item": "ae2:fluix_glass_cable",
"chance": 20
}
],
"loops": 2
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
{
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"ae2"
]
}
],
"type": "create:sequenced_assembly",
"ingredient": {
"item": "ae2:fluix_covered_dense_cable"
},
"transitionalItem": {
"item": "ae2:fluix_covered_dense_cable"
},
"sequence": [
{
"type": "create:deploying",
"ingredients": [
{
"item": "ae2:fluix_covered_dense_cable"
},
{
"tag": "c:dusts/redstone"
}
],
"results": [
{
"item": "ae2:fluix_covered_dense_cable"
}
],
"keepHeldItem": false
},
{
"type": "create:deploying",
"ingredients": [
{
"item": "ae2:fluix_covered_dense_cable"
},
{
"tag": "c:dusts/glowstone"
}
],
"results": [
{
"item": "ae2:fluix_covered_dense_cable"
}
],
"keepHeldItem": false
},
{
"type": "create:cutting",
"ingredients": [
{
"item": "ae2:fluix_covered_dense_cable"
}
],
"results": [
{
"item": "ae2:fluix_covered_dense_cable"
}
]
}
],
"results": [
{
"item": "ae2:fluix_smart_dense_cable",
"chance": 80,
"count": 3
},
{
"item": "ae2:fluix_covered_dense_cable",
"chance": 20
}
],
"loops": 2
}
Loading

0 comments on commit e8ad27c

Please sign in to comment.