Skip to content

Commit

Permalink
remove y
Browse files Browse the repository at this point in the history
  • Loading branch information
Satherov authored Dec 26, 2024
1 parent 0fdba35 commit 2cd7da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubejs/server_scripts/mods/Mekanism/ore_processing.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ServerEvents.recipes(allthemods => {

washing(`alltheores:dirty_${material}`, `alltheores:clean_${material}`, `alltheores:processing/${material}/slurry/from_dirty`);
injecting(`c:crystals/${material}`, `alltheores:${material}_shard`, `alltheores:processing/${material}/shard/from_crystal`);
crushing(`c:clumps/${material}`, `alltheores:dirty_${material}_dust`, `alltheores:processing/${material}/dirty_dust/from_clumpy`);
crushing(`c:clumps/${material}`, `alltheores:dirty_${material}_dust`, `alltheores:processing/${material}/dirty_dust/from_clump`);
enriching(`c:dirty_dusts/${material}`, `alltheores:${material}_dust`, `alltheores:processing/${material}/dust/from_dirty_dust`);
}
});
Expand Down

0 comments on commit 2cd7da8

Please sign in to comment.