diff options
author | 2stinkysocks <54291521+2stinkysocks@users.noreply.github.com> | 2022-05-07 07:29:16 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-07 16:29:16 +0200 |
commit | 470db06d91e1d90466e5fa1064eae4bb7318c5ad (patch) | |
tree | 92c7cc21ae8d80adc060047582d9d4842c29f6bb /src/main/resources | |
parent | 7e3b1ede9fac5964cba900f889594af5ba235393 (diff) | |
download | NotEnoughUpdates-470db06d91e1d90466e5fa1064eae4bb7318c5ad.tar.gz NotEnoughUpdates-470db06d91e1d90466e5fa1064eae4bb7318c5ad.tar.bz2 NotEnoughUpdates-470db06d91e1d90466e5fa1064eae4bb7318c5ad.zip |
Booster Cookie Warning (#128)
* add booster cookie warning
* requested changes
* i forgot to check if the feature is enabled
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/mixins.notenoughupdates.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/mixins.notenoughupdates.json b/src/main/resources/mixins.notenoughupdates.json index 6c95e480..c6ba98b7 100644 --- a/src/main/resources/mixins.notenoughupdates.json +++ b/src/main/resources/mixins.notenoughupdates.json @@ -5,6 +5,7 @@ "mixins": [ "AccessorEntityAgeable", "AccessorEntityArmorStand", + "AccessorGuiPlayerTabOverlay", "MixinAbstractClientPlayer", "MixinContainer", "MixinEffectRenderer", |