From 515c31875a7cc263a0c17e7825488809c949828a Mon Sep 17 00:00:00 2001 From: Sakura Ryoko Date: Thu, 14 Nov 2024 01:23:31 -0500 Subject: [PATCH] add EnderChest previews --- src/main/resources/assets/tweakeroo/lang/en_us.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/assets/tweakeroo/lang/en_us.json b/src/main/resources/assets/tweakeroo/lang/en_us.json index e0e2a7ec9..da1576d50 100644 --- a/src/main/resources/assets/tweakeroo/lang/en_us.json +++ b/src/main/resources/assets/tweakeroo/lang/en_us.json @@ -67,6 +67,7 @@ "tweakeroo.config.generic.name.sculkSensorPulseLength": "sculkSensorPulseLength", "tweakeroo.config.generic.name.serverNbtRequestRate": "serverNbtRequestRate", "tweakeroo.config.generic.name.shulkerDisplayBgColor": "shulkerDisplayBgColor", + "tweakeroo.config.generic.name.shulkerDisplayEnderChest": "shulkerDisplayEnderChest", "tweakeroo.config.generic.name.shulkerDisplayRequireShift": "shulkerDisplayRequireShift", "tweakeroo.config.generic.name.slotSyncWorkaround": "slotSyncWorkaround", "tweakeroo.config.generic.name.slotSyncWorkaroundAlways": "slotSyncWorkaroundAlways", @@ -156,6 +157,7 @@ "tweakeroo.config.generic.comment.sculkSensorPulseLength": "The pulse length for Sculk Sensors, if the 'tweakSculkPulseLength' tweak is enabled.", "tweakeroo.config.generic.comment.serverNbtRequestRate": "Limit request rate for server entity data syncer", "tweakeroo.config.generic.comment.shulkerDisplayBgColor": "Enables tinting/coloring the Shulker Box display\nbackground texture with the dye color of the box", + "tweakeroo.config.generic.comment.shulkerDisplayEnderChest": "Enables Ender Chest display similar to the Shulker Box Display.", "tweakeroo.config.generic.comment.shulkerDisplayRequireShift": "Whether or not holding shift is required for the Shulker Box preview", "tweakeroo.config.generic.comment.slotSyncWorkaround": "This prevents the server from overriding the durability or\nstack size on items that are being used quickly for example\nwith the fast right click tweak.", "tweakeroo.config.generic.comment.slotSyncWorkaroundAlways": "Enables the slot sync workaround at all times when the use key\nis held, not only when using fast right click or fast block placement.\nThis is mainly for other mods that may quickly use items when\nholding down use, such as Litematica's Easy Place mode.",