-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0fc2912
commit e8ad27c
Showing
80 changed files
with
2,641 additions
and
8 deletions.
There are no files selected for viewing
30 changes: 30 additions & 0 deletions
30
openloader/data/CreateOriginModify/data/createplus/recipes/ae2/compacting/tiny_tnt.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
22 changes: 22 additions & 0 deletions
22
...oader/data/CreateOriginModify/data/createplus/recipes/ae2/milling/certus_quartz_dust.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
22 changes: 22 additions & 0 deletions
22
openloader/data/CreateOriginModify/data/createplus/recipes/ae2/milling/fluix_dust.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
34 changes: 34 additions & 0 deletions
34
openloader/data/CreateOriginModify/data/createplus/recipes/ae2/mixing/fluix_dust.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
25 changes: 25 additions & 0 deletions
25
openloader/data/CreateOriginModify/data/createplus/recipes/ae2/mixing/quartz_fiber.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
] | ||
} |
61 changes: 61 additions & 0 deletions
61
.../CreateOriginModify/data/createplus/recipes/ae2/sequenced_assembly/fluix_glass_cable.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
78 changes: 78 additions & 0 deletions
78
.../CreateOriginModify/data/createplus/recipes/ae2/sequenced_assembly/fluix_smart_cable.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
78 changes: 78 additions & 0 deletions
78
...eOriginModify/data/createplus/recipes/ae2/sequenced_assembly/fluix_smart_dense_cable.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
Oops, something went wrong.