Skip to content

Commit

Permalink
Patch exploit where AE2 Creative Fluid Cell can output items (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xefyr0 authored Sep 17, 2024
1 parent 842eff9 commit 3b8c5fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ServerEvents.recipes(event => {

if (isNormalMode) {
sda_print('creative_tank_data', 1, 'gtceu:creative_tank', 64)
sda_print('creative_tank_data', 2, 'ae2:creative_fluid_cell', 64)
//sda_print('creative_tank_data', 2, 'ae2:creative_fluid_cell', 64) //The fluid cell can output items as a bug. See #8193 on the AE2 Github.
sda_print('creative_storage_data', 3, 'gtceu:uev_quantum_chest', 32)
sda_print('creative_storage_data', 4, 'gtceu:uev_quantum_tank', 32)
}
Expand Down

0 comments on commit 3b8c5fa

Please sign in to comment.