remove pcc recipes
This commit is contained in:
parent
af9975e4d4
commit
ca46b12ebe
2 changed files with 0 additions and 9 deletions
|
|
@ -249,7 +249,6 @@ ServerEvents.recipes(event => {
|
|||
registerModernMarkingRecipes(event)
|
||||
registerMoreRedRecipes(event)
|
||||
registerPrimitiveCreaturesRecipes(event)
|
||||
registerProgrammedCircuitCardRecipes(event)
|
||||
registerRailWaysRecipes(event)
|
||||
registerRnrRecipes(event)
|
||||
registerSandwormRecipes(event)
|
||||
|
|
|
|||
|
|
@ -1,8 +0,0 @@
|
|||
// priority: 0
|
||||
"use strict";
|
||||
|
||||
function registerProgrammedCircuitCardRecipes(event) {
|
||||
|
||||
event.replaceInput({ id: 'pccard:item/card_programmed_circuit' }, 'gtceu:programmed_circuit', '#gtceu:circuits/lv')
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue