Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions kubejs/server_scripts/mods/enderio/recipes.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10: To the Sky.
// 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.

ServerEvents.recipes((allthemods) => {
allthemods.custom({
type: "enderio:vat_fermenting",
input: {
amount: 1000,
tag: "minecraft:lava"
},
left_reagent: "exdeorum:compressed/soul_sand",
output: {
amount: 100,
id: "allthemodium:soul_lava"
},
right_reagent: "allthemods:tendrils/warden",
ticks: 200
})
})
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10: To the Sky.
// 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 changes: 3 additions & 0 deletions kubejs/server_scripts/tweaks/tags.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ ServerEvents.tags("item", (allthemods) => {
"#c:dusts/vibranium_allthemodium_alloy"
])

// For VAT recipes
allthemods.add("allthemods:tendrils/warden", "apothic_enchanting:warden_tendril")

allthemods.add("c:gems/benitoite", "bigreactors:benitoite_crystal")

// Ars Elemental Books
Expand Down
Loading