Skip to content

Commit

Permalink
Merge pull request #2450 from AllTheMods/hotfix
Browse files Browse the repository at this point in the history
Temporarily Removed new miner recipe
  • Loading branch information
ladylexxie authored Sep 25, 2021
2 parents 5b21b65 + 6697aac commit 0882eaf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 0 additions & 6 deletions kubejs/server_scripts/mod_specific/_atm/atm_shard.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ onEvent('recipes', e => {
C: shard,
D: 'rsinfinitybooster:dimension_card'
})
modifyShaped(e, 'envirotech:xerothium_void_miner_ccu', 1, ['CBC', 'CMC', 'CLC'], {
C: 'envirocore:xerothium_crystal',
M: 'envirotech:nanorite_void_miner_ccu',
L: shard,
B: 'allthemodium:unobtainium_vibranium_alloy_block'
})

removeRecipeByOutput(e, [
shard
Expand Down
6 changes: 6 additions & 0 deletions kubejs/server_scripts/mod_specific/envirotech/envirotech.js
Original file line number Diff line number Diff line change
Expand Up @@ -1131,4 +1131,10 @@ onEvent('recipes', e => {
L: 'envirocore:laser_core',
B: 'allthemodium:unobtainium_allthemodium_alloy_block'
})
modifyShaped(e, 'envirotech:xerothium_void_miner_ccu', 1, ['CBC', 'CMC', 'CLC'], {
C: 'envirocore:xerothium_crystal',
M: 'envirotech:nanorite_void_miner_ccu',
L: 'envirocore:laser_core',
B: 'allthemodium:unobtainium_vibranium_alloy_block'
})
})

0 comments on commit 0882eaf

Please sign in to comment.