mirror of
https://github.com/xHyroM/aetheria.git
synced 2024-11-12 19:18:06 +01:00
fix: thermal gtc integration client
This commit is contained in:
parent
1db08caeed
commit
92003ad8d3
1 changed files with 3 additions and 3 deletions
|
@ -39,15 +39,15 @@ const THERMAL_REMOVED_NUGGETS = [
|
|||
];
|
||||
|
||||
JEIEvents.hideItems((event) => {
|
||||
REMOVED_PLATES.forEach((metal) => {
|
||||
THERMAL_REMOVED_PLATES.forEach((metal) => {
|
||||
event.hide(`thermal:${metal}_plate`);
|
||||
});
|
||||
|
||||
REMOVED_GEARS.forEach((metal) => {
|
||||
THERMAL_REMOVED_GEARS.forEach((metal) => {
|
||||
event.hide(`thermal:${metal}_gear`);
|
||||
});
|
||||
|
||||
REMOVED_NUGGETS.forEach((metal) => {
|
||||
THERMAL_REMOVED_NUGGETS.forEach((metal) => {
|
||||
event.hide(`thermal:${metal}_nugget`);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue