sorted out a new greate version
This commit is contained in:
parent
a9d35deaa1
commit
1174669b3e
4 changed files with 67 additions and 52 deletions
|
|
@ -24,22 +24,22 @@ function removeGreateRecipes(event) {
|
|||
event.remove({ mod: 'greate', input: 'create:andesite_alloy' });
|
||||
event.remove({ mod: 'greate', output: 'minecraft:bamboo_pressure_plate'})
|
||||
|
||||
event.remove({ id: 'gtceu:shaped/andesite_alloy_shaft' })
|
||||
event.remove({ id: 'gtceu:shaped/andesite_alloy_cogwheel' })
|
||||
event.remove({ id: 'gtceu:shaped/andesite_alloy_large_cogwheel' })
|
||||
event.remove({ id: 'gtceu:shaped/andesite_alloy_large_cogwheel_from_little' })
|
||||
event.remove({ id: 'gtceu:shaped/steel_cogwheel' })
|
||||
event.remove({ id: 'gtceu:shaped/steel_large_cogwheel' })
|
||||
event.remove({ id: 'gtceu:shaped/steel_large_cogwheel_from_little' })
|
||||
event.remove({ id: 'gtceu:shaped/aluminium_cogwheel' })
|
||||
event.remove({ id: 'gtceu:shaped/aluminium_large_cogwheel' })
|
||||
event.remove({ id: 'gtceu:shaped/aluminium_large_cogwheel_from_little' })
|
||||
event.remove({ id: 'gtceu:shaped/stainless_steel_cogwheel' })
|
||||
event.remove({ id: 'gtceu:shaped/stainless_steel_large_cogwheel' })
|
||||
event.remove({ id: 'gtceu:shaped/stainless_steel_large_cogwheel_from_little' })
|
||||
event.remove({ id: 'gtceu:shaped/titanium_cogwheel' })
|
||||
event.remove({ id: 'gtceu:shaped/titanium_large_cogwheel' })
|
||||
event.remove({ id: 'gtceu:shaped/titanium_large_cogwheel_from_little' })
|
||||
event.remove({ id: 'greate:shaped/andesite_alloy_shaft' })
|
||||
event.remove({ id: 'greate:shaped/andesite_alloy_cogwheel' })
|
||||
event.remove({ id: 'greate:shaped/andesite_alloy_large_cogwheel' })
|
||||
event.remove({ id: 'greate:shaped/andesite_alloy_large_cogwheel_from_little' })
|
||||
event.remove({ id: 'greate:shaped/steel_cogwheel' })
|
||||
event.remove({ id: 'greate:shaped/steel_large_cogwheel' })
|
||||
event.remove({ id: 'greate:shaped/steel_large_cogwheel_from_little' })
|
||||
event.remove({ id: 'greate:shaped/aluminium_cogwheel' })
|
||||
event.remove({ id: 'greate:shaped/aluminium_large_cogwheel' })
|
||||
event.remove({ id: 'greate:shaped/aluminium_large_cogwheel_from_little' })
|
||||
event.remove({ id: 'greate:shaped/stainless_steel_cogwheel' })
|
||||
event.remove({ id: 'greate:shaped/stainless_steel_large_cogwheel' })
|
||||
event.remove({ id: 'greate:shaped/stainless_steel_large_cogwheel_from_little' })
|
||||
event.remove({ id: 'greate:shaped/titanium_cogwheel' })
|
||||
event.remove({ id: 'greate:shaped/titanium_large_cogwheel' })
|
||||
event.remove({ id: 'greate:shaped/titanium_large_cogwheel_from_little' })
|
||||
|
||||
removeCutterRecipe(event, "andesite_alloy_shaft")
|
||||
removeCutterRecipe(event, "andesite_alloy_shaft_water")
|
||||
|
|
@ -66,6 +66,17 @@ function removeGreateRecipes(event) {
|
|||
|
||||
event.remove({ id: 'gtceu:extractor/extract_andesite_alloy_shaft' })
|
||||
|
||||
event.remove({ id: 'gtceu:extractor/extract_andesite_alloy_cogwheel' })
|
||||
event.remove({ id: 'gtceu:extractor/extract_steel_cogwheel' })
|
||||
event.remove({ id: 'gtceu:extractor/extract_aluminium_cogwheel' })
|
||||
event.remove({ id: 'gtceu:extractor/extract_stainless_steel_cogwheel' })
|
||||
event.remove({ id: 'gtceu:extractor/extract_titanium_cogwheel' })
|
||||
event.remove({ id: 'gtceu:extractor/extract_large_andesite_alloy_cogwheel' })
|
||||
event.remove({ id: 'gtceu:extractor/extract_large_steel_cogwheel' })
|
||||
event.remove({ id: 'gtceu:extractor/extract_large_aluminium_cogwheel' })
|
||||
event.remove({ id: 'gtceu:extractor/extract_large_stainless_steel_cogwheel' })
|
||||
event.remove({ id: 'gtceu:extractor/extract_large_titanium_cogwheel' })
|
||||
|
||||
event.remove({ id: 'gtceu:extractor/extract_andesite_alloy' })
|
||||
event.remove({ id: 'gtceu:extractor/extract_steel_alloy'})
|
||||
event.remove({ id: 'gtceu:extractor/extract_aluminium_alloy' })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue