Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit b2160d2

Browse files
committed
fix javadoc and mixin
1 parent 0b230eb commit b2160d2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

patchwork-gui/src/main/java/net/minecraftforge/client/event/GuiScreenEvent.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ public void removeWidget(AbstractButtonWidget button) {
9494
}
9595

9696
/**
97-
* <p>This event fires just after initializing {@link Screen#minecraft}, {@link Screen#font},
98-
* {@link Screen#width}, and {@link Screen#height}.</p>
97+
* This event fires just after initializing {@link Screen#minecraft}, {@link Screen#font},
98+
* {@link Screen#width}, and {@link Screen#height}.
9999
*
100100
* <p>If canceled the following lines are skipped in {@link Screen#init(net.minecraft.client.MinecraftClient, int, int)}:</p>
101101
* <p>{@code this.buttons.clear();}</p>

patchwork-gui/src/main/resources/patchwork-gui.mixins.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"required": true,
33
"package": "com.patchworkmc.mixin.gui",
44
"compatibilityLevel": "JAVA_8",
5-
"mixins": [
5+
"client": [
66
"MixinAbstractInventoryScreen",
77
"MixinGameRenderer",
88
"MixinKeyboard",

0 commit comments

Comments
 (0)