Skip to content

Commit d8f673e

Browse files
formatting
1 parent 7a18e5b commit d8f673e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/main/java/com/gregtechceu/gtceu/core/mixins/ItemStackMixin.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
@Mixin(ItemStack.class)
3838
public abstract class ItemStackMixin implements ISpoilableItemStackExtension {
3939

40-
// ***************************//
40+
// ************************* //
4141
// Shadow fields and methods //
42-
// ***************************//
42+
// ************************* //
4343

4444
@Shadow
4545
public abstract CompoundTag getOrCreateTagElement(String key);
@@ -80,9 +80,9 @@ public abstract class ItemStackMixin implements ISpoilableItemStackExtension {
8080
@Shadow(remap = false)
8181
protected abstract void forgeInit();
8282

83-
// ***************************//
83+
// ************* //
8484
// Unique fields //
85-
// ***************************//
85+
// ************* //
8686

8787
/**
8888
* Whether {@link ItemStackMixin#gtceu$updateFreshness(SpoilContext, boolean)}
@@ -117,9 +117,9 @@ public abstract class ItemStackMixin implements ISpoilableItemStackExtension {
117117
return (ItemStack) (Object) this;
118118
}
119119

120-
// ***************************//
120+
// ************************* //
121121
// Interface implementations //
122-
// ***************************//
122+
// ************************* //
123123

124124
/**
125125
* Primarily used as debug info when advanced tooltips are turned on.
@@ -201,9 +201,9 @@ public abstract class ItemStackMixin implements ISpoilableItemStackExtension {
201201
gtceu$isUpdating = false;
202202
}
203203

204-
// ***************************//
204+
// ********* //
205205
// Injectors //
206-
// ***************************//
206+
// ********* //
207207

208208
@Inject(at = @At("HEAD"),
209209
method = { "getItem", "getCount", "getTag", "getOrCreateTag", "getTagElement", "getOrCreateTagElement",

0 commit comments

Comments
 (0)