Skip to content

Commit eb361ac

Browse files
klabordagithub-actions[bot]
authored andcommitted
chore: prettier formatting
1 parent 35de431 commit eb361ac

File tree

5 files changed

+172
-172
lines changed

5 files changed

+172
-172
lines changed
Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
// 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

4-
ServerEvents.recipes(allthemods => {
5-
allthemods
4+
ServerEvents.recipes((allthemods) => {
5+
allthemods
66
.custom({
7-
"type": "draconicevolution:fusion_crafting",
8-
"catalyst": {
9-
"item": "minecraft:netherite_axe"
7+
type: "draconicevolution:fusion_crafting",
8+
catalyst: {
9+
item: "minecraft:netherite_axe"
10+
},
11+
ingredients: [
12+
{
13+
consume: true,
14+
ingredient: {
15+
tag: "c:ingots/allthemodium"
16+
}
1017
},
11-
"ingredients": [
12-
{
13-
"consume": true,
14-
"ingredient": {
15-
"tag": "c:ingots/allthemodium"
16-
}
17-
},
18-
{
19-
"consume": true,
20-
"ingredient": {
21-
"tag": "c:ingots/vibranium"
22-
}
23-
},
24-
{
25-
"consume": true,
26-
"ingredient": {
27-
"tag": "c:ingots/unobtainium"
28-
}
18+
{
19+
consume: true,
20+
ingredient: {
21+
tag: "c:ingots/vibranium"
2922
}
30-
],
31-
"result": {
32-
"count": 1,
33-
"id": "allthemodium:alloy_axe"
3423
},
35-
"techLevel": "draconic",
36-
"totalEnergy": 32000000
37-
})
24+
{
25+
consume: true,
26+
ingredient: {
27+
tag: "c:ingots/unobtainium"
28+
}
29+
}
30+
],
31+
result: {
32+
count: 1,
33+
id: "allthemodium:alloy_axe"
34+
},
35+
techLevel: "draconic",
36+
totalEnergy: 32000000
37+
})
3838
.id("allthemodsmodium:draconic_evolution/alloy_axe")
3939
})
4040

4141
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10: To the Sky.
42-
// 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.
42+
// 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.
Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,48 @@
1-
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10: To the Sky.
2-
// 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.
3-
4-
ServerEvents.recipes(allthemods => {
5-
allthemods
6-
.custom({
7-
"type": "draconicevolution:fusion_crafting",
8-
"catalyst": {
9-
"item": "justdirethings:eclipsealloy_paxel"
10-
},
11-
"ingredients": [
12-
{
13-
"consume": true,
14-
"ingredient": {
15-
"item": "allthemodium:alloy_sword"
16-
}
17-
},
18-
{
19-
"consume": true,
20-
"ingredient": {
21-
"item": "allthemodium:alloy_pick"
22-
}
23-
},
24-
{
25-
"consume": true,
26-
"ingredient": {
27-
"item": "allthemodium:alloy_axe"
28-
}
29-
},
30-
{
31-
"consume": true,
32-
"ingredient": {
33-
"item": "allthemodium:alloy_shovel"
34-
}
35-
}
36-
],
37-
"result": {
38-
"count": 1,
39-
"id": "allthemodium:alloy_paxel"
40-
},
41-
"techLevel": "chaotic",
42-
"totalEnergy": 128000000
43-
})
44-
.id("allthemodsmodium:draconic_evolution/alloy_paxel")
45-
})
46-
47-
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10: To the Sky.
48-
// 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.
1+
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10: To the Sky.
2+
// 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.
3+
4+
ServerEvents.recipes((allthemods) => {
5+
allthemods
6+
.custom({
7+
type: "draconicevolution:fusion_crafting",
8+
catalyst: {
9+
item: "justdirethings:eclipsealloy_paxel"
10+
},
11+
ingredients: [
12+
{
13+
consume: true,
14+
ingredient: {
15+
item: "allthemodium:alloy_sword"
16+
}
17+
},
18+
{
19+
consume: true,
20+
ingredient: {
21+
item: "allthemodium:alloy_pick"
22+
}
23+
},
24+
{
25+
consume: true,
26+
ingredient: {
27+
item: "allthemodium:alloy_axe"
28+
}
29+
},
30+
{
31+
consume: true,
32+
ingredient: {
33+
item: "allthemodium:alloy_shovel"
34+
}
35+
}
36+
],
37+
result: {
38+
count: 1,
39+
id: "allthemodium:alloy_paxel"
40+
},
41+
techLevel: "chaotic",
42+
totalEnergy: 128000000
43+
})
44+
.id("allthemodsmodium:draconic_evolution/alloy_paxel")
45+
})
46+
47+
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10: To the Sky.
48+
// 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.
Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
// 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

4-
ServerEvents.recipes(allthemods => {
5-
allthemods
4+
ServerEvents.recipes((allthemods) => {
5+
allthemods
66
.custom({
7-
"type": "draconicevolution:fusion_crafting",
8-
"catalyst": {
9-
"item": "minecraft:netherite_pickaxe"
7+
type: "draconicevolution:fusion_crafting",
8+
catalyst: {
9+
item: "minecraft:netherite_pickaxe"
10+
},
11+
ingredients: [
12+
{
13+
consume: true,
14+
ingredient: {
15+
tag: "c:ingots/allthemodium"
16+
}
1017
},
11-
"ingredients": [
12-
{
13-
"consume": true,
14-
"ingredient": {
15-
"tag": "c:ingots/allthemodium"
16-
}
17-
},
18-
{
19-
"consume": true,
20-
"ingredient": {
21-
"tag": "c:ingots/vibranium"
22-
}
23-
},
24-
{
25-
"consume": true,
26-
"ingredient": {
27-
"tag": "c:ingots/unobtainium"
28-
}
18+
{
19+
consume: true,
20+
ingredient: {
21+
tag: "c:ingots/vibranium"
2922
}
30-
],
31-
"result": {
32-
"count": 1,
33-
"id": "allthemodium:alloy_pick"
3423
},
35-
"techLevel": "draconic",
36-
"totalEnergy": 32000000
37-
})
24+
{
25+
consume: true,
26+
ingredient: {
27+
tag: "c:ingots/unobtainium"
28+
}
29+
}
30+
],
31+
result: {
32+
count: 1,
33+
id: "allthemodium:alloy_pick"
34+
},
35+
techLevel: "draconic",
36+
totalEnergy: 32000000
37+
})
3838
.id("allthemodsmodium:draconic_evolution/alloy_pick")
3939
})
4040

4141
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10: To the Sky.
42-
// 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.
42+
// 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.
Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
// 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

4-
ServerEvents.recipes(allthemods => {
5-
allthemods
4+
ServerEvents.recipes((allthemods) => {
5+
allthemods
66
.custom({
7-
"type": "draconicevolution:fusion_crafting",
8-
"catalyst": {
9-
"item": "minecraft:netherite_shovel"
7+
type: "draconicevolution:fusion_crafting",
8+
catalyst: {
9+
item: "minecraft:netherite_shovel"
10+
},
11+
ingredients: [
12+
{
13+
consume: true,
14+
ingredient: {
15+
tag: "c:ingots/allthemodium"
16+
}
1017
},
11-
"ingredients": [
12-
{
13-
"consume": true,
14-
"ingredient": {
15-
"tag": "c:ingots/allthemodium"
16-
}
17-
},
18-
{
19-
"consume": true,
20-
"ingredient": {
21-
"tag": "c:ingots/vibranium"
22-
}
23-
},
24-
{
25-
"consume": true,
26-
"ingredient": {
27-
"tag": "c:ingots/unobtainium"
28-
}
18+
{
19+
consume: true,
20+
ingredient: {
21+
tag: "c:ingots/vibranium"
2922
}
30-
],
31-
"result": {
32-
"count": 1,
33-
"id": "allthemodium:alloy_shovel"
3423
},
35-
"techLevel": "draconic",
36-
"totalEnergy": 32000000
37-
})
24+
{
25+
consume: true,
26+
ingredient: {
27+
tag: "c:ingots/unobtainium"
28+
}
29+
}
30+
],
31+
result: {
32+
count: 1,
33+
id: "allthemodium:alloy_shovel"
34+
},
35+
techLevel: "draconic",
36+
totalEnergy: 32000000
37+
})
3838
.id("allthemodsmodium:draconic_evolution/alloy_shovel")
3939
})
4040

4141
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10: To the Sky.
42-
// 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.
42+
// 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.
Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
// 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

4-
ServerEvents.recipes(allthemods => {
5-
allthemods
4+
ServerEvents.recipes((allthemods) => {
5+
allthemods
66
.custom({
7-
"type": "draconicevolution:fusion_crafting",
8-
"catalyst": {
9-
"item": "minecraft:netherite_sword"
7+
type: "draconicevolution:fusion_crafting",
8+
catalyst: {
9+
item: "minecraft:netherite_sword"
10+
},
11+
ingredients: [
12+
{
13+
consume: true,
14+
ingredient: {
15+
tag: "c:ingots/allthemodium"
16+
}
1017
},
11-
"ingredients": [
12-
{
13-
"consume": true,
14-
"ingredient": {
15-
"tag": "c:ingots/allthemodium"
16-
}
17-
},
18-
{
19-
"consume": true,
20-
"ingredient": {
21-
"tag": "c:ingots/vibranium"
22-
}
23-
},
24-
{
25-
"consume": true,
26-
"ingredient": {
27-
"tag": "c:ingots/unobtainium"
28-
}
18+
{
19+
consume: true,
20+
ingredient: {
21+
tag: "c:ingots/vibranium"
2922
}
30-
],
31-
"result": {
32-
"count": 1,
33-
"id": "allthemodium:alloy_sword"
3423
},
35-
"techLevel": "draconic",
36-
"totalEnergy": 32000000
37-
})
24+
{
25+
consume: true,
26+
ingredient: {
27+
tag: "c:ingots/unobtainium"
28+
}
29+
}
30+
],
31+
result: {
32+
count: 1,
33+
id: "allthemodium:alloy_sword"
34+
},
35+
techLevel: "draconic",
36+
totalEnergy: 32000000
37+
})
3838
.id("allthemodsmodium:draconic_evolution/alloy_sword")
3939
})
4040

4141
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10: To the Sky.
42-
// 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.
42+
// 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)