Skip to content

Commit 753b2ca

Browse files
authored
Merge pull request #549 from DivineFinal/patch-1
fix: Fix Erroring Occultism Recipe Syntax
2 parents 62848b5 + 1e6e7ec commit 753b2ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kubejs/server_scripts/mods/occultism/recipes.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ ServerEvents.recipes((allthemods) => {
2424
materials.forEach((material) => {
2525
allthemods.remove({ id: `occultism:crushing/${material}_dirty_dust_from_clump` })
2626
})
27-
})
2827

2928
allthemods.custom({
3029
type: 'occultism:crushing',

0 commit comments

Comments
 (0)