Skip to content

Commit

Permalink
Movd Torchmaster and Cognition into Recipes Folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghostipedia committed Oct 12, 2024
1 parent f448e1c commit 5f70dd2
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 58 deletions.
Original file line number Diff line number Diff line change
@@ -1,58 +1,58 @@
ServerEvents.recipes(event => {
event.remove({ id: 'torchmaster:feral_flare_lantern' })
event.shaped( 'torchmaster:feral_flare_lantern', [
' B ',
'PGP',
'HBS'
], {
B: 'gtceu:brass_plate',
P: 'gtceu:glass_plate',
G: 'minecraft:glowstone_dust',
H: '#forge:tools/hammers',
S: '#forge:tools/screwdrivers'
})

event.remove({ id: 'torchmaster:megatorch' })
event.shaped( 'torchmaster:megatorch', [
'MCS',
'RGR',
'LDL'
], {
R: 'gtceu:gold_ring',
C: 'gtceu:coke_block',
M: '#forge:tools/mallets',
L: 'botania:livingwood',
S: '#forge:tools/saws',
G: 'minecraft:gold_block',
D: 'botania:mana_diamond'
})

event.remove({ id: 'torchmaster:dreadlamp' })
event.shaped( 'torchmaster:dreadlamp', [
'HSD',
'PGP',
'ROR'
], {
P: 'gtceu:glass_plate',
G: 'minecraft:glowstone',
R: 'gtceu:steel_rod',
S: 'gtceu:steel_plate',
O: 'minecraft:obsidian',
H: '#forge:tools/hammers',
D: '#forge:tools/screwdrivers'
})

event.remove({ id: 'torchmaster:frozen_pearl' })
event.recipes.gtceu.chemical_bath('torchmaster:frozen_pearl')
.itemInputs(
'1x minecraft:ender_pearl'
)
.inputFluids(
Fluid.of('gtceu:ice', 576)
)
.itemOutputs(
'torchmaster:frozen_pearl'
)
.duration(600)
.EUt(GTValues.VA[GTValues.LV]);
})
ServerEvents.recipes(event => {
event.remove({ id: 'torchmaster:feral_flare_lantern' })
event.shaped( 'torchmaster:feral_flare_lantern', [
' B ',
'PGP',
'HBS'
], {
B: 'gtceu:brass_plate',
P: 'gtceu:glass_plate',
G: 'minecraft:glowstone_dust',
H: '#forge:tools/hammers',
S: '#forge:tools/screwdrivers'
})

event.remove({ id: 'torchmaster:megatorch' })
event.shaped( 'torchmaster:megatorch', [
'MCS',
'RGR',
'LDL'
], {
R: 'gtceu:gold_ring',
C: 'gtceu:coke_block',
M: '#forge:tools/mallets',
L: 'botania:livingwood',
S: '#forge:tools/saws',
G: 'minecraft:gold_block',
D: 'botania:mana_diamond'
})

event.remove({ id: 'torchmaster:dreadlamp' })
event.shaped( 'torchmaster:dreadlamp', [
'HSD',
'PGP',
'ROR'
], {
P: 'gtceu:glass_plate',
G: 'minecraft:glowstone',
R: 'gtceu:steel_rod',
S: 'gtceu:steel_plate',
O: 'minecraft:obsidian',
H: '#forge:tools/hammers',
D: '#forge:tools/screwdrivers'
})

event.remove({ id: 'torchmaster:frozen_pearl' })
event.recipes.gtceu.chemical_bath('torchmaster:frozen_pearl')
.itemInputs(
'1x minecraft:ender_pearl'
)
.inputFluids(
Fluid.of('gtceu:ice', 576)
)
.itemOutputs(
'torchmaster:frozen_pearl'
)
.duration(600)
.EUt(GTValues.VA[GTValues.LV]);
})

0 comments on commit 5f70dd2

Please sign in to comment.