From ac151c8ebc4c5546795cdbf5b0c179183e2c71d1 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Mon, 15 Jan 2024 00:32:43 +0100 Subject: Add Pristine Profit Tracker --- .../assets/firmament/gui/pristine_profit.xml | 22 ++++++++++++++++++++++ .../resources/assets/firmament/lang/en_us.json | 2 ++ 2 files changed, 24 insertions(+) create mode 100644 src/main/resources/assets/firmament/gui/pristine_profit.xml (limited to 'src/main/resources/assets/firmament') diff --git a/src/main/resources/assets/firmament/gui/pristine_profit.xml b/src/main/resources/assets/firmament/gui/pristine_profit.xml new file mode 100644 index 0000000..2d69abb --- /dev/null +++ b/src/main/resources/assets/firmament/gui/pristine_profit.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + diff --git a/src/main/resources/assets/firmament/lang/en_us.json b/src/main/resources/assets/firmament/lang/en_us.json index 8ae1300..d6454ec 100644 --- a/src/main/resources/assets/firmament/lang/en_us.json +++ b/src/main/resources/assets/firmament/lang/en_us.json @@ -5,6 +5,8 @@ "firmament.command.toggle.no-property-found": "Could not find property %s", "firmament.command.toggle.not-a-toggle": "Property %s is not a toggle", "firmament.command.toggle.toggled": "Toggled %s / %s %s", + "firmament.pristine-profit.collection": "Collection: %s/h", + "firmament.pristine-profit.money": "Money: %s/h", "firmament.toggle.true": "On", "firmament.toggle.false": "Off", "firmament.config.developer": "Developer Settings", -- cgit