diff --git a/gradle.properties b/gradle.properties index 8890d050..a084c90e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ yarn_mappings=1.20.1+build.10 loader_version=0.14.21 # Mod Properties -mod_version=1.20-0.1.3-fabric +mod_version=1.20-0.1.4-fabric maven_group=com.github.glodblock.extendedae archives_base_name=ExtendedAE diff --git a/src/main/resources/assets/extendedae/lang/en_us.json b/src/main/resources/assets/extendedae/lang/en_us.json index 0ba8eff8..f4585a06 100644 --- a/src/main/resources/assets/extendedae/lang/en_us.json +++ b/src/main/resources/assets/extendedae/lang/en_us.json @@ -120,5 +120,10 @@ "jade.wireless_connector.color": "Color: %s", "config.jade.plugin_extendedae.jade_wireless": "ME Wireless Connector Color", "key.epp.viewpattern": "View Pattern", - "key.epp.category": "Extended AE" + "key.epp.category": "Extended AE", + "config.extendedae.option.busSpeed": "ME Extend Bus Speed", + "config.extendedae.option.infCellCost": "Infinity Cell Energy Cost", + "config.extendedae.option.infCellTypeID": "Infinity Cell Type", + "config.extendedae.option.wirelessConnectorMaxRange": "Wireless Connector Range", + "config.extendedae.option.tapeWhitelist": "ME Packing Tape List" } \ No newline at end of file