aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorRoman / Nea <roman.graef@gmail.com>2022-06-02 09:59:07 +0200
committerGitHub <noreply@github.com>2022-06-02 07:59:07 +0000
commit73dbbed409a86328144f2c75f460426e7baa6ae1 (patch)
tree4a067856879489f0866da594351cfa183260d2d7 /src/main/resources
parent1c3fe03bf83f1772993de88434accde970863b77 (diff)
downloadNotEnoughUpdates-73dbbed409a86328144f2c75f460426e7baa6ae1.tar.gz
NotEnoughUpdates-73dbbed409a86328144f2c75f460426e7baa6ae1.tar.bz2
NotEnoughUpdates-73dbbed409a86328144f2c75f460426e7baa6ae1.zip
Loomerings (#152)
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/mixins.notenoughupdates.json3
-rw-r--r--src/main/resources/notenoughupdates_at.cfg11
2 files changed, 3 insertions, 11 deletions
diff --git a/src/main/resources/mixins.notenoughupdates.json b/src/main/resources/mixins.notenoughupdates.json
index c6ba98b7..ab2c705e 100644
--- a/src/main/resources/mixins.notenoughupdates.json
+++ b/src/main/resources/mixins.notenoughupdates.json
@@ -1,6 +1,7 @@
{
"package": "io.github.moulberry.notenoughupdates.mixins",
"refmap": "mixins.notenoughupdates.refmap.json",
+ "minVersion": "0.7",
"compatibilityLevel": "JAVA_8",
"mixins": [
"AccessorEntityAgeable",
@@ -46,6 +47,8 @@
"MixinWorldClient"
],
"client": [
+ "AccessorGuiContainer",
+ "AccessorGuiEditSign",
"AccessorMinecraft"
]
}
diff --git a/src/main/resources/notenoughupdates_at.cfg b/src/main/resources/notenoughupdates_at.cfg
deleted file mode 100644
index c3fb5dbc..00000000
--- a/src/main/resources/notenoughupdates_at.cfg
+++ /dev/null
@@ -1,11 +0,0 @@
-public net.minecraft.client.gui.inventory.GuiContainer field_146999_f #xSize
-public net.minecraft.client.gui.inventory.GuiContainer field_147000_g #ySize
-public net.minecraft.client.gui.inventory.GuiContainer field_147003_i #guiLeft
-public net.minecraft.client.gui.inventory.GuiContainer field_147009_r #guiTop
-public net.minecraft.client.gui.inventory.GuiContainer func_146975_c(II)Lnet/minecraft/inventory/Slot; #guiTop
-public net.minecraft.client.gui.inventory.GuiEditSign field_146848_f #tileSign
-public net.minecraft.client.gui.inventory.GuiContainer func_146977_a(Lnet/minecraft/inventory/Slot;)V #drawSlot
-public net.minecraft.client.gui.inventory.GuiContainer func_146981_a(Lnet/minecraft/inventory/Slot;II)Z #isMouseOverSlot
-public net.minecraft.client.renderer.RenderGlobal field_72755_R #renderInfos
-public net.minecraft.client.renderer.RenderGlobal$ContainerLocalRenderInformation
-public net.minecraft.client.renderer.RenderGlobal$ContainerLocalRenderInformation field_178036_a #renderChunk \ No newline at end of file