Skip to content

Commit 1bcd359

Browse files
committed
Revert "remove formation core and annihilation core default ae2 recipes"
This reverts commit 4d9e2ff.
1 parent 4d9e2ff commit 1bcd359

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • kubejs/server_scripts/common/modifications/ae2

kubejs/server_scripts/common/modifications/ae2/removals.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
ServerEvents.recipes(event => {
2-
2+
33
[
44
'ae2:inscriber', 'ae2:vibration_chamber', 'ae2:silicon', 'ae2:charger', 'expatternprovider:ex_inscriber', 'expatternprovider:ex_charger', 'expatternprovider:crystal_fixer',
55
'ae2:crystal_resonance_generator', 'ae2:vibration_chamber', 'expatternprovider:circuit_cutter', /megacells:sky_steel.*/, 'ae2:spatial_anchor','expatternprovider:silicon_block',
6-
'ae2:formation_core', 'ae2:annihilation_core', 'ae2:annihilation_plane', 'ae2:formation_plane', 'expatternprovider:active_formation_plane', 'ae2:growth_accelerator'
6+
'ae2:annihilation_plane', 'ae2:formation_plane', 'expatternprovider:active_formation_plane', 'ae2:growth_accelerator'
77
].forEach(element => {
88
event.remove({ output: element});
99
});

0 commit comments

Comments
 (0)