diff options
| author | viciscat <51047087+viciscat@users.noreply.github.com> | 2024-12-23 02:09:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-23 09:09:17 +0800 |
| commit | 6177e513494fe66feabd830a3b8307fb8587ef67 (patch) | |
| tree | 4e248671ca88ee47471ddaad48ca467d2f66be4f /src/main/resources | |
| parent | 7e7020b518671325e8249fcee2dbfa3ec9e25c31 (diff) | |
| download | Skyblocker-6177e513494fe66feabd830a3b8307fb8587ef67.tar.gz Skyblocker-6177e513494fe66feabd830a3b8307fb8587ef67.tar.bz2 Skyblocker-6177e513494fe66feabd830a3b8307fb8587ef67.zip | |
Add Garden Plots Widget (#929)
* Add Garden Plots Widget
* small fix
* make for loop more boring
* exclusion zones
* rebase oopsie daisy and JEI exclusion zone
* ctrl+shift+up arrow
* Fix init merge conflicts
* merge and port
* 1.21.4
---------
Co-authored-by: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com>
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index 003742ef..4625e02d 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -228,9 +228,13 @@ "skyblocker.config.farming": "Farming", "skyblocker.config.farming.garden": "Garden", + "skyblocker.config.farming.garden.closeScreenOnPlotClick": "Close inventory on plot tp", + "skyblocker.config.farming.garden.closeScreenOnPlotClick.@Tooltip": "Whether or not your inventory should automatically close when teleporting to a plot using the Garden Plots Widget", "skyblocker.config.farming.garden.dicerTitlePrevent": "Enable Dicer Title Prevent", "skyblocker.config.farming.garden.enableHud": "Enable Farming HUD", "skyblocker.config.farming.garden.farmingHud": "Farming HUD Config...", + "skyblocker.config.farming.garden.gardenPlotsWidget": "Enable Garden Plots Widget", + "skyblocker.config.farming.garden.gardenPlotsWidget.@Tooltip": "While in the garden, on the right of your inventory there will be a widget to quickly teleport to plots. It will also show plots that have pests (this requires the Pests widget to be enabled and visible in the Tab).", "skyblocker.config.farming.garden.lockMouseGround": "Only lock camera when on the ground", "skyblocker.config.farming.garden.lockMouseTool": "Lock camera when holding a farming tool", "skyblocker.config.farming.garden.visitorHelper": "Visitor helper", @@ -1122,6 +1126,12 @@ "skyblocker.fancyAuctionHouse.yourAuction": "This is your auction!", "skyblocker.fancyAuctionHouse.youPay": "You pay: %s", + "skyblocker.gardenPlots": "Garden Plots", + "skyblocker.gardenPlots.openDesk": "Open Desk", + "skyblocker.gardenPlots.pests": "GROSS! This plot has pests!", + "skyblocker.gardenPlots.plot": "Plot - %s", + "skyblocker.gardenPlots.tp": "Click to TP to it!", + "skyblocker.crimson.dojo": "Dojo", "skyblocker.crimson.dojo.forceHelper": "Enable Force Helper", "skyblocker.crimson.dojo.forceHelper.@Tooltip": "Shows timer showing how long until a zombie despawns and outlines negative zombies.", |
