Update gtceu.js

This commit is contained in:
Xikaro 2024-01-01 15:20:36 +05:00
parent f5ffc6c50f
commit 09d36c17bb

View file

@ -203,8 +203,6 @@ const groupGTCEUStuff = (event) => {
event.groupItems("tfg:rei_groups/solar_panel", "Solar Panel", [/gtceu:.*_solar_panel/,]);
event.groupItems("tfg:rei_groups/turbine_rotor", "Turbine Rotor", [/gtceu:turbine_rotor/,]);
Item.of('gtceu:turbine_rotor', '{GT.PartStats:{Material:"aluminium"}}')
event.groupItems('tfg:rei_groups/buckets', 'Buckets', [/gtceu:.*_bucket/]);
}