Skip to content

Commit 2141b69

Browse files
authored
Merge pull request #569 from klaborda/feat-alloy-paxel
feat: add ATM paxels
2 parents dbb83ac + eb361ac commit 2141b69

File tree

5 files changed

+216
-0
lines changed

5 files changed

+216
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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: "minecraft:netherite_axe"
10+
},
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+
}
29+
}
30+
],
31+
result: {
32+
count: 1,
33+
id: "allthemodium:alloy_axe"
34+
},
35+
techLevel: "draconic",
36+
totalEnergy: 32000000
37+
})
38+
.id("allthemodsmodium:draconic_evolution/alloy_axe")
39+
})
40+
41+
// 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.
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +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.
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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: "minecraft:netherite_pickaxe"
10+
},
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+
}
29+
}
30+
],
31+
result: {
32+
count: 1,
33+
id: "allthemodium:alloy_pick"
34+
},
35+
techLevel: "draconic",
36+
totalEnergy: 32000000
37+
})
38+
.id("allthemodsmodium:draconic_evolution/alloy_pick")
39+
})
40+
41+
// 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.
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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: "minecraft:netherite_shovel"
10+
},
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+
}
29+
}
30+
],
31+
result: {
32+
count: 1,
33+
id: "allthemodium:alloy_shovel"
34+
},
35+
techLevel: "draconic",
36+
totalEnergy: 32000000
37+
})
38+
.id("allthemodsmodium:draconic_evolution/alloy_shovel")
39+
})
40+
41+
// 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.
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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: "minecraft:netherite_sword"
10+
},
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+
}
29+
}
30+
],
31+
result: {
32+
count: 1,
33+
id: "allthemodium:alloy_sword"
34+
},
35+
techLevel: "draconic",
36+
totalEnergy: 32000000
37+
})
38+
.id("allthemodsmodium:draconic_evolution/alloy_sword")
39+
})
40+
41+
// 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.

0 commit comments

Comments
 (0)