Skip to content

Commit

Permalink
fix missing obsidian dust recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
ursamina committed Jan 14, 2024
1 parent 32d1c6c commit 11bcccf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions kubejs/server_scripts/gregtech/temporary_fixes.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ServerEvents.recipes((event) => {
event.recipes.gtceu
.macerator("obsidian_dust")
.itemInputs("obsidian")
.itemOutputs("#forge:dusts/obsidian")
.EUt(2).duration(25)
});

0 comments on commit 11bcccf

Please sign in to comment.