Fixed a Linux crash caused by a mispressed space in Greate removes (#1962)

* oops I might've hit space and made linux upset mb gang

* > metal bar > look inside > not a metal bar
This commit is contained in:
The Compendium System / The Atlassian Collective 2025-10-06 11:29:32 +02:00 committed by GitHub
parent 9674a19964
commit f47a3aac2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View file

@ -67,7 +67,7 @@ function removeGreateRecipes(event) {
event.remove({ id: 'gtceu:extractor/extract_andesite_alloy_shaft' })
event.remove({ id: 'gtceu:extractor/extract_andesite_alloy' })
event.remove({ id: 'gtceu:extractor/extract_steel_alloy '})
event.remove({ id: 'gtceu:extractor/extract_steel_alloy'})
event.remove({ id: 'gtceu:extractor/extract_aluminium_alloy' })
event.remove({ id: 'gtceu:extractor/extract_stainless_steel_alloy' })
event.remove({ id: 'gtceu:extractor/extract_titanium_alloy' })