From 0ecb697d75b25206daf921ecec1c910d6ab77491 Mon Sep 17 00:00:00 2001 From: Jakub <53441451+kuba6000@users.noreply.github.com> Date: Mon, 10 Apr 2023 21:02:49 +0200 Subject: Tea Network update: still alpha (#69) * Move to UUID checking and BigInteger tea count * Research category * Start working on tea limit * Maybe * Update en_US.lang * Fix * Save UUID mapping * Mark dirty * Fixes --- src/main/resources/assets/kubatech/lang/en_US.lang | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main/resources/assets/kubatech/lang') diff --git a/src/main/resources/assets/kubatech/lang/en_US.lang b/src/main/resources/assets/kubatech/lang/en_US.lang index de090859be..43e35261be 100644 --- a/src/main/resources/assets/kubatech/lang/en_US.lang +++ b/src/main/resources/assets/kubatech/lang/en_US.lang @@ -39,6 +39,7 @@ command.tea.usage= get/set/add () #Blocks kubablock.tea_acceptor.name=§4§lTea Acceptor +kubablock.tea_storage.name=§4§lTea Storage Extender #Items kubaitem.fromcollection=This item is from @@ -118,6 +119,7 @@ achievement.teacollection.yellow_tea.desc=§6Green Tea with more grassy flavour achievement.teacollection.ultimate_tea.desc=§4§lOne Tea to drink them all #Thaumcraft +tc.research_category.KUBATECH=§4§lTEA tc.research_name.KT_UltimateTea=%s §6§lTea tc.research_text.KT_UltimateTea=§4§lPure power KT.research.ultimatetea=You have found a way to convert all this Tea into pure power creating the %s §6§lTea -- cgit