Skip to content

Commit 86a1362

Browse files
committed
Merge remote-tracking branch 'upstream/dev' into dev
2 parents 458f496 + 72f7a9c commit 86a1362

16 files changed

Lines changed: 21 additions & 21 deletions

src/main/java/su/terrafirmagreg/core/common/CommonProxy.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@
2424
import su.terrafirmagreg.core.common.data.*;
2525
import su.terrafirmagreg.core.common.data.TFGModifyMaterials;
2626
import su.terrafirmagreg.core.common.data.blocks.TFGBlocks;
27-
import su.terrafirmagreg.core.common.entity.ai.TFGBrain;
28-
import su.terrafirmagreg.core.common.data.tfgt.TFGRecipeConditions;
29-
import su.terrafirmagreg.core.common.data.tfgt.TFGTRecipeTypes;
3027
import su.terrafirmagreg.core.common.data.tfgt.TFGMachines;
3128
import su.terrafirmagreg.core.common.data.tfgt.TFGMultiMachines;
29+
import su.terrafirmagreg.core.common.data.tfgt.TFGRecipeConditions;
30+
import su.terrafirmagreg.core.common.data.tfgt.TFGTRecipeTypes;
31+
import su.terrafirmagreg.core.common.entity.ai.TFGBrain;
32+
import su.terrafirmagreg.core.common.tfgt.material.TFGMaterialHandler;
3233
import su.terrafirmagreg.core.compat.ad_astra.AdAstraCompat;
3334
import su.terrafirmagreg.core.compat.ae2.AE2Compat;
3435
import su.terrafirmagreg.core.compat.create.CustomArmInteractionPointTypes;
3536
import su.terrafirmagreg.core.compat.grappling_hook.GrapplehookCompat;
36-
import su.terrafirmagreg.core.common.tfgt.materials.TFGMaterialHandler;
3737
import su.terrafirmagreg.core.compat.tfcambiental.TFCAmbientalCompat;
3838
import su.terrafirmagreg.core.config.TFGConfig;
3939
import su.terrafirmagreg.core.network.TFGNetworkHandler;

src/main/java/su/terrafirmagreg/core/common/ForgeCommonEventListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
import su.terrafirmagreg.core.common.capability.LargeEggHandler;
4343
import su.terrafirmagreg.core.common.data.TFGCommands;
4444
import su.terrafirmagreg.core.common.data.TFGItems;
45-
import su.terrafirmagreg.core.common.perf.SupportCache;
4645
import su.terrafirmagreg.core.common.data.tfgt.TFGMultiMachines;
46+
import su.terrafirmagreg.core.common.perf.SupportCache;
4747
import su.terrafirmagreg.core.network.TFGNetworkHandler;
4848
import su.terrafirmagreg.core.network.packet.FuelSyncPacket;
4949
import su.terrafirmagreg.core.utils.CustomSpawnHelper;

src/main/java/su/terrafirmagreg/core/common/data/TFGItems.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424

2525
import su.terrafirmagreg.core.TFGCore;
2626
import su.terrafirmagreg.core.common.data.blocks.TFGBlocks;
27-
import su.terrafirmagreg.core.common.item.*;
2827
import su.terrafirmagreg.core.common.data.tfgt.TFGCovers;
28+
import su.terrafirmagreg.core.common.item.*;
2929
import su.terrafirmagreg.core.utils.ModelUtils;
3030

3131
@SuppressWarnings("unused")

src/main/java/su/terrafirmagreg/core/common/data/tfgt/TFGPropertyKeys.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import com.gregtechceu.gtceu.api.data.chemical.material.properties.PropertyKey;
44

5-
import su.terrafirmagreg.core.common.tfgt.properties.TFCProperty;
5+
import su.terrafirmagreg.core.common.tfgt.material.property.TFCProperty;
66

77
public final class TFGPropertyKeys {
88

src/main/java/su/terrafirmagreg/core/common/data/tfgt/TFGTagPrefix.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
import com.gregtechceu.gtceu.api.item.tool.GTToolType;
1010
import com.gregtechceu.gtceu.common.data.GTMaterialItems;
1111

12-
import su.terrafirmagreg.core.common.tfgt.materials.TFGMaterialFlags;
13-
import su.terrafirmagreg.core.common.tfgt.materials.TFGMaterialIconType;
12+
import su.terrafirmagreg.core.common.tfgt.material.TFGMaterialFlags;
13+
import su.terrafirmagreg.core.common.tfgt.material.TFGMaterialIconType;
1414

1515
public final class TFGTagPrefix {
1616

src/main/java/su/terrafirmagreg/core/common/tfgt/TFGTRecipes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
import electrolyte.greate.registry.Pumps;
2121

2222
import su.terrafirmagreg.core.TFGCore;
23-
import su.terrafirmagreg.core.common.data.tfgt.TFGMachines;
2423
import su.terrafirmagreg.core.common.data.tfgt.TFGCraftingComponents;
24+
import su.terrafirmagreg.core.common.data.tfgt.TFGMachines;
2525

2626
public class TFGTRecipes {
2727

src/main/java/su/terrafirmagreg/core/common/tfgt/materials/TFGMaterialFlags.java renamed to src/main/java/su/terrafirmagreg/core/common/tfgt/material/TFGMaterialFlags.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package su.terrafirmagreg.core.common.tfgt.materials;
1+
package su.terrafirmagreg.core.common.tfgt.material;
22

33
import com.gregtechceu.gtceu.api.data.chemical.material.info.MaterialFlag;
44

src/main/java/su/terrafirmagreg/core/common/tfgt/materials/TFGMaterialHandler.java renamed to src/main/java/su/terrafirmagreg/core/common/tfgt/material/TFGMaterialHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package su.terrafirmagreg.core.common.tfgt.materials;
1+
package su.terrafirmagreg.core.common.tfgt.material;
22

33
import static com.gregtechceu.gtceu.api.data.tag.TagPrefix.*;
44
import static com.gregtechceu.gtceu.common.data.GTMaterials.*;

src/main/java/su/terrafirmagreg/core/common/tfgt/materials/TFGMaterialIconType.java renamed to src/main/java/su/terrafirmagreg/core/common/tfgt/material/TFGMaterialIconType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package su.terrafirmagreg.core.common.tfgt.materials;
1+
package su.terrafirmagreg.core.common.tfgt.material;
22

33
import com.gregtechceu.gtceu.api.data.chemical.material.info.MaterialIconType;
44

src/main/java/su/terrafirmagreg/core/common/tfgt/properties/TFCProperty.java renamed to src/main/java/su/terrafirmagreg/core/common/tfgt/material/property/TFCProperty.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package su.terrafirmagreg.core.common.tfgt.properties;
1+
package su.terrafirmagreg.core.common.tfgt.material.property;
22

33
import javax.annotation.Nullable;
44

0 commit comments

Comments
 (0)