Skip to content

Commit a055cb7

Browse files
Merge pull request #574 from AlmanaX-21/soul-lava-alt
Soul lava alt recipe with vat
2 parents 0b24388 + b8144e5 commit a055cb7

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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.custom({
6+
type: "enderio:vat_fermenting",
7+
input: {
8+
amount: 1000,
9+
tag: "minecraft:lava"
10+
},
11+
left_reagent: "exdeorum:compressed/soul_sand",
12+
output: {
13+
amount: 100,
14+
id: "allthemodium:soul_lava"
15+
},
16+
right_reagent: "allthemods:tendrils/warden",
17+
ticks: 200
18+
})
19+
})
20+
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10: To the Sky.
21+
// 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.

kubejs/server_scripts/tweaks/tags.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ ServerEvents.tags("item", (allthemods) => {
6666
"#c:dusts/vibranium_allthemodium_alloy"
6767
])
6868

69+
// For VAT recipes
70+
allthemods.add("allthemods:tendrils/warden", "apothic_enchanting:warden_tendril")
71+
6972
allthemods.add("c:gems/benitoite", "bigreactors:benitoite_crystal")
7073

7174
// Ars Elemental Books

0 commit comments

Comments
 (0)