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:
parent
9674a19964
commit
f47a3aac2f
2 changed files with 6 additions and 1 deletions
|
|
@ -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' })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue