Skip to content

Commit

Permalink
Update laserio.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePansmith committed Dec 31, 2024
1 parent dc0b619 commit 8dc65a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubejs/server_scripts/mods/laserio.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ServerEvents.recipes(event => {

//Replace Logic chips with circuits.
event.remove({ output: ['laserio:logic_chip_raw', 'laserio:logic_chip'] })
event.replaceInput({ mod: 'laserio', not: [{ id: 'laserio:card_item' }, { id: 'laserio:card_fluid' }, { id: 'laserio:card_energy' }, { id: 'laserio:card_redstone' }] }, 'laserio:logic_chip', 'cardChip')
event.replaceInput({ mod: 'laserio', not: [{ id: 'laserio:card_item' }, { id: 'laserio:card_fluid' }, { id: 'laserio:card_energy' }, { id: 'laserio:card_redstone' }] }, 'laserio:logic_chip', cardChip)

const Cards = [
['item', 'gtceu:pulsating_alloy_plate'],
Expand Down

0 comments on commit 8dc65a5

Please sign in to comment.