Skip to content

Commit

Permalink
Update gs_crafting.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Drackion authored Jun 29, 2023
1 parent 2453ae5 commit f9fc2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubejs/server_scripts/gregicsifting/gs_crafting.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ServerEvents.recipes(event => {
.addDrop('gtceu:rubber_sapling', 1, 0.05)
.id('gregicsifting:crook/rubber_sapling')
//Barrel-Transformation
event.recipes.exnihilosequentia.fluid_item('minecraft:glowstone_dust', 'minecraft:end_stone', 'gtceu:helium').id('exnihilosequentia:fluid_item/ens_end_stone')
event.recipes.exnihilosequentia.fluid_item('minecraft:glowstone_dust', 'minecraft:end_stone', 'gtceu:deuterium').id('exnihilosequentia:fluid_item/ens_end_stone')
//Removal
//gravel
event.remove({id:'exnihilosequentia:sieve/ens_copper_pieces_gravel'})
Expand Down

0 comments on commit f9fc2ba

Please sign in to comment.