Skip to content

Commit 1109fe1

Browse files
Satherovgithub-actions[bot]
authored andcommitted
chore: format with Prettier
1 parent 4ad48b3 commit 1109fe1

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

kubejs/server_scripts/mods/ae2/recipes.js

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -49,30 +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-
52+
5353
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-
})
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+
})
7676
})
7777

7878
// 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)