Skip to content

Commit 49b5b2f

Browse files
DivineFinalgithub-actions[bot]
authored andcommitted
chore: prettier formatting
1 parent 8cc5c2d commit 49b5b2f

File tree

1 file changed

+27
-30
lines changed

1 file changed

+27
-30
lines changed

kubejs/server_scripts/mods/enderio/recipes.js

Lines changed: 27 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -17,36 +17,33 @@ ServerEvents.recipes((allthemods) => {
1717
ticks: 200
1818
})
1919
// Suspicious Seed Recipe
20-
allthemods.custom({
21-
"type": "enderio:fire_crafting",
22-
"base_blocks": [
23-
"allthecompressed:obsidian_1x",
24-
"minecraft:bedrock"
25-
],
26-
"dimensions": [
27-
"minecraft:overworld"
28-
],
29-
"results": [
30-
{
31-
"chance": 0.8,
32-
"max_count": 3,
33-
"min_count": 1,
34-
"result": {
35-
"count": 1,
36-
"id": "enderio:grains_of_infinity"
37-
}
38-
},
39-
{
40-
"chance": 0.3,
41-
"max_count": 1,
42-
"min_count": 1,
43-
"result": {
44-
"count": 1,
45-
"id": "enderio:suspicious_seed"
46-
}
47-
}
48-
]
49-
}).id("enderio:fire_crafting/bedrock_infinity")
20+
allthemods
21+
.custom({
22+
type: "enderio:fire_crafting",
23+
base_blocks: ["allthecompressed:obsidian_1x", "minecraft:bedrock"],
24+
dimensions: ["minecraft:overworld"],
25+
results: [
26+
{
27+
chance: 0.8,
28+
max_count: 3,
29+
min_count: 1,
30+
result: {
31+
count: 1,
32+
id: "enderio:grains_of_infinity"
33+
}
34+
},
35+
{
36+
chance: 0.3,
37+
max_count: 1,
38+
min_count: 1,
39+
result: {
40+
count: 1,
41+
id: "enderio:suspicious_seed"
42+
}
43+
}
44+
]
45+
})
46+
.id("enderio:fire_crafting/bedrock_infinity")
5047
})
5148
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10: To the Sky.
5249
// 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.

0 commit comments

Comments
 (0)