diff options
author | nea <romangraef@gmail.com> | 2022-02-16 14:10:05 +0100 |
---|---|---|
committer | nea <romangraef@gmail.com> | 2022-04-14 04:10:06 +0200 |
commit | d7d60efccd99bd5f97d3a6957e9c24b67ce9b2e6 (patch) | |
tree | ed29b1b0521e1b7709b4cdda8ae1abcdae2303c0 /src/main/resources | |
parent | a2854c8f47c8d727a8e90141557d0006a2c2d8a9 (diff) | |
download | NotEnoughUpdates-d7d60efccd99bd5f97d3a6957e9c24b67ce9b2e6.tar.gz NotEnoughUpdates-d7d60efccd99bd5f97d3a6957e9c24b67ce9b2e6.tar.bz2 NotEnoughUpdates-d7d60efccd99bd5f97d3a6957e9c24b67ce9b2e6.zip |
add neu repo as resource pack, cause why not at this point
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/mixins.notenoughupdates.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main/resources/mixins.notenoughupdates.json b/src/main/resources/mixins.notenoughupdates.json index a7018f32..6c95e480 100644 --- a/src/main/resources/mixins.notenoughupdates.json +++ b/src/main/resources/mixins.notenoughupdates.json @@ -4,12 +4,12 @@ "compatibilityLevel": "JAVA_8", "mixins": [ "AccessorEntityAgeable", + "AccessorEntityArmorStand", "MixinAbstractClientPlayer", "MixinContainer", "MixinEffectRenderer", "MixinEntity", "MixinEntityAgeable", - "AccessorEntityArmorStand", "MixinEntityHorse", "MixinEntityPlayer", "MixinEntityPlayerSP", @@ -43,5 +43,8 @@ "MixinVboRenderList", "MixinWorld", "MixinWorldClient" + ], + "client": [ + "AccessorMinecraft" ] } |