aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorJakub <53441451+kuba6000@users.noreply.github.com>2022-08-14 15:19:13 +0200
committerGitHub <noreply@github.com>2022-08-14 15:19:13 +0200
commit6d436a2c6a5d9b51070b8399c4fdb196603a8e82 (patch)
tree0ac08abe69626ad89e25eb9b0c7aadb7e5243dac /src/main/resources
parentd8d8a462a25a29a9640f6c038ced50a570255e6e (diff)
downloadGT5-Unofficial-6d436a2c6a5d9b51070b8399c4fdb196603a8e82.tar.gz
GT5-Unofficial-6d436a2c6a5d9b51070b8399c4fdb196603a8e82.tar.bz2
GT5-Unofficial-6d436a2c6a5d9b51070b8399c4fdb196603a8e82.zip
Add "Mob Drops" NEI page + Extreme Extermination Chamber (#1)
* First commit * Mixins * Merge the same items with diffrent damage * Faster random in NEI * More accuracy ? * Update ClientProxy.java * Renaming * Update buildscript * Use reserved MTE ID's * EEC work * Rework NEI page * Fix inaccurate chances * Basic equipment spawn * Add config options * Translations * Add infernal drops * Witchery fix * Forestry fixes * More fixes * Default blacklist * NEI sorting * Comment out testing deps * Clientsided check * Blood Magic support * LoaderReference * Check if peacefull is allowed * Add some XP output * Add recipe * Send Server config to Client * Add command to reload config * Translations * Process MT additions
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/assets/kubatech/lang/en_US.lang25
-rw-r--r--src/main/resources/assets/kubatech/textures/gui/MobHandler.pngbin0 -> 7548 bytes
2 files changed, 25 insertions, 0 deletions
diff --git a/src/main/resources/assets/kubatech/lang/en_US.lang b/src/main/resources/assets/kubatech/lang/en_US.lang
new file mode 100644
index 0000000000..be22ffc8a2
--- /dev/null
+++ b/src/main/resources/assets/kubatech/lang/en_US.lang
@@ -0,0 +1,25 @@
+#This file is a translation file for KubaTech
+
+#NEI
+mobhandler.normal_drops=Normal drops
+mobhandler.rare_drops=Rare drops
+mobhandler.additional_drops=Additional drops
+mobhandler.infernal_drops=Infernal drops
+mobhandler.infernal_cannot=Cannot spawn infernal
+mobhandler.infernal_can=Can spawn infernal
+mobhandler.infernal_always=Always spawns infernal
+mobhandler.mod=Mod:
+mobhandler.max_health=Max health:
+mobhandler.chance=Chance:
+mobhandler.average_reminder=§7§oPlease remember that these are average drops.
+
+#Commands
+commandhandler.invalid=§cInvalid use ! The proper use of this command is /%s
+commandhandler.cant_find=§cCan't find command option %s
+commandhandler.generic_help=§cYou can also use "/kubatech help" to get possible commands
+commandhandler.usage=<option>
+command.help.possible_commands=Possible commands:
+command.help.usage=- Shows all possible commands
+command.config.invalid_option=§cInvalid option ! Possible options: reload
+command.config.success=§aConfig reloaded successfully !
+command.config.usage=<option>
diff --git a/src/main/resources/assets/kubatech/textures/gui/MobHandler.png b/src/main/resources/assets/kubatech/textures/gui/MobHandler.png
new file mode 100644
index 0000000000..1cb2a616b3
--- /dev/null
+++ b/src/main/resources/assets/kubatech/textures/gui/MobHandler.png
Binary files differ