Skip to content

Commit 4ad48b3

Browse files
authored
Merge pull request #520 from AlmanaX-21/fluxite-recipe-qol
feat: new fluxite recipe
2 parents be3c0ed + e0af1ea commit 4ad48b3

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

kubejs/server_scripts/mods/ae2/recipes.js

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10: To the Sky.
1+
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10: To the Sky.
22
// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission.
33

44
const $DyeColor = Java.tryLoadClass("net.minecraft.world.item.DyeColor")
@@ -49,6 +49,30 @@ ServerEvents.recipes((allthemods) => {
4949
allthemods
5050
.shapeless(`4x ae2:fluix_smart_cable`, [`ae2:fluix_smart_dense_cable`])
5151
.id(`allthemods:ae2/smart_dense_to_smart_normal`)
52+
53+
allthemods.custom({
54+
"type": "advanced_ae:reaction",
55+
"input_energy": 1300000,
56+
"input_fluid": {
57+
"amount": 1000,
58+
"ingredient": {
59+
"fluid": "minecraft:water"
60+
}
61+
},
62+
"input_items": [
63+
{
64+
"amount": 32,
65+
"ingredient": {
66+
"item": "minecraft:amethyst_shard"
67+
}
68+
}
69+
],
70+
"output": {
71+
"#": 32,
72+
"#t": "ae2:i",
73+
"id": "oritech:fluxite"
74+
}
75+
})
5276
})
5377

5478
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10: To the Sky.

0 commit comments

Comments
 (0)