removed netherrack dust centrifuging that doesn't actually exist (#2804)
Signed-off-by: thederpysockdude123 <thederpysockdude123@gmail.com>
This commit is contained in:
parent
0e916944e5
commit
df03ccbeb7
1 changed files with 4 additions and 0 deletions
|
|
@ -831,6 +831,10 @@ function removeGTCEURecipes(event) {
|
|||
|
||||
event.remove({ id: 'gtceu:compressor/compress_plate_dust_wood' })
|
||||
|
||||
// Remove Netherrack dust centrifuging
|
||||
|
||||
event.remove({ id: 'gtceu:centrifuge/netherrack_separation' })
|
||||
|
||||
// Remove Default Pressure Plate Recipes
|
||||
const MC_PRESSURE_PLATES = [
|
||||
'bamboo',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue