diff options
| author | nopo <nopotheemail@gmail.com> | 2023-03-12 11:00:47 +1100 |
|---|---|---|
| committer | nopo <nopotheemail@gmail.com> | 2023-03-12 11:00:47 +1100 |
| commit | 61dea4f655bdd6d938c890e09d76724fe32ef047 (patch) | |
| tree | 4b8ddc4447cdf73ad8fa9d35415158dada877a84 /src/main/resources | |
| parent | 0960bc9aa9faeb558124ee62b1c1e65983bbff69 (diff) | |
| parent | 193ba468e43bd4db5b5534d17472078708783349 (diff) | |
| download | NotEnoughUpdates-61dea4f655bdd6d938c890e09d76724fe32ef047.tar.gz NotEnoughUpdates-61dea4f655bdd6d938c890e09d76724fe32ef047.tar.bz2 NotEnoughUpdates-61dea4f655bdd6d938c890e09d76724fe32ef047.zip | |
Merge branch 'master' into scrolling
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/assets/notenoughupdates/disabled_button.png | bin | 0 -> 161 bytes | |||
| -rw-r--r-- | src/main/resources/assets/notenoughupdates/dynamic_light_items_editor.png | bin | 0 -> 439 bytes | |||
| -rw-r--r-- | src/main/resources/assets/notenoughupdates/enabled_button.png | bin | 0 -> 158 bytes | |||
| -rw-r--r-- | src/main/resources/mixins.notenoughupdates.json | 3 |
4 files changed, 3 insertions, 0 deletions
diff --git a/src/main/resources/assets/notenoughupdates/disabled_button.png b/src/main/resources/assets/notenoughupdates/disabled_button.png Binary files differnew file mode 100644 index 00000000..4283fbf3 --- /dev/null +++ b/src/main/resources/assets/notenoughupdates/disabled_button.png diff --git a/src/main/resources/assets/notenoughupdates/dynamic_light_items_editor.png b/src/main/resources/assets/notenoughupdates/dynamic_light_items_editor.png Binary files differnew file mode 100644 index 00000000..399924c1 --- /dev/null +++ b/src/main/resources/assets/notenoughupdates/dynamic_light_items_editor.png diff --git a/src/main/resources/assets/notenoughupdates/enabled_button.png b/src/main/resources/assets/notenoughupdates/enabled_button.png Binary files differnew file mode 100644 index 00000000..a0f8d7fc --- /dev/null +++ b/src/main/resources/assets/notenoughupdates/enabled_button.png diff --git a/src/main/resources/mixins.notenoughupdates.json b/src/main/resources/mixins.notenoughupdates.json index 8877aed8..279d5cef 100644 --- a/src/main/resources/mixins.notenoughupdates.json +++ b/src/main/resources/mixins.notenoughupdates.json @@ -5,6 +5,7 @@ "plugin": "io.github.moulberry.notenoughupdates.envcheck.NEUMixinConfigPlugin", "compatibilityLevel": "JAVA_8", "mixins": [ + "AccessorCommandHandler", "AccessorEntityAgeable", "AccessorEntityArmorStand", "AccessorGuiPlayerTabOverlay", @@ -21,6 +22,7 @@ "MixinGuiChest", "MixinGuiContainer", "MixinGuiIngame", + "MixinGuiIngameForge", "MixinGuiInventory", "MixinGuiScreen", "MixinGuiUtils", @@ -35,6 +37,7 @@ "MixinMinecraft", "MixinMouseHelper", "MixinNetHandlerPlayClient", + "MixinOFDynamicLights", "MixinPlayerControllerMP", "MixinRender", "MixinRendererLivingEntity", |
