diff --git a/CHANGELOG.md b/CHANGELOG.md index 9df1a27d..92bc2f57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +### Updated to 1.20.5 + ### Tweaks * Significantly reduce EMI's RAM consumption at the minor cost of niche ItemStack identity dependency scenarios (halved total RAM consumption in smaller pack testing with other optimization mods). * Fluid hovering highlight no longer covers the fluid in the sidebar. diff --git a/gradle.properties b/gradle.properties index 5290bda6..e0469457 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,21 +1,21 @@ org.gradle.jvmargs=-Xmx2048M -minecraft_version=1.20.5 +minecraft_version=1.20.6 enabled_platforms=fabric,neoforge archives_base_name=emi -mod_version=1.1.4 +mod_version=1.1.5 maven_group=dev.emi architectury_version=4.9.83 -yarn_mappings=1.20.5+build.1 +yarn_mappings=1.20.6+build.1 fabric_loader_version=0.15.10 -fabric_api_version=0.97.6+1.20.5 +fabric_api_version=0.97.8+1.20.6 forge_version=1.20.4-49.0.9 -neoforge_version=20.5.0-beta +neoforge_version=20.6.2-beta jei_version=jei-1.20.4-fabric:17.3.0.49 diff --git a/xplat/src/main/resources/assets/emi/lang/en_us.json b/xplat/src/main/resources/assets/emi/lang/en_us.json index 135e7e68..3dad6183 100644 --- a/xplat/src/main/resources/assets/emi/lang/en_us.json +++ b/xplat/src/main/resources/assets/emi/lang/en_us.json @@ -399,6 +399,57 @@ "tag.item.minecraft.trimmable_armor": "Trimmable Armor", "tag.item.minecraft.villager_plantable_seeds": "Villager Plantable Seeds", + "tag.minecraft.armadillo_food": "Armadillo Food", + "tag.minecraft.axolotl_food": "Axolotl Food", + "tag.minecraft.bee_food": "Bee Food", + "tag.minecraft.camel_food": "Camel Food", + "tag.minecraft.cat_food": "Cat Food", + "tag.minecraft.chest_armor": "Chest Armor", + "tag.minecraft.chicken_food": "Chicken Food", + "tag.minecraft.cow_food": "Cow Food", + "tag.minecraft.dyeable": "Dyeable", + "tag.minecraft.enchantable.armor": "Enchantable Armor", + "tag.minecraft.enchantable.bow": "Enchantable Bows", + "tag.minecraft.enchantable.chest_armor": "Enchantable Chest Armor", + "tag.minecraft.enchantable.crossbow": "Enchantable Crossbows", + "tag.minecraft.enchantable.durability": "Durability Enchantable", + "tag.minecraft.enchantable.equippable": "Enchantable Equipment", + "tag.minecraft.enchantable.fire_aspect": "Fire Aspect Enchantable", + "tag.minecraft.enchantable.fishing": "Fishing Enchantable", + "tag.minecraft.enchantable.foot_armor": "Enchantable Foot Armor", + "tag.minecraft.enchantable.head_armor": "Enchantable Head Armor", + "tag.minecraft.enchantable.leg_armor": "Enchantable Leg Armor", + "tag.minecraft.enchantable.mining": "Mining Enchantable", + "tag.minecraft.enchantable.mining_loot": "Mining Looting Enchantable", + "tag.minecraft.enchantable.sharp_weapon": "Enchantable Sharp Weapons", + "tag.minecraft.enchantable.sword": "Enchantable Swords", + "tag.minecraft.enchantable.trident": "Enchantable Tridents", + "tag.minecraft.enchantable.vanishing": "Vanishing Enchantable", + "tag.minecraft.enchantable.weapon": "Enchantable Weapons", + "tag.minecraft.foot_armor": "Foot Armor", + "tag.minecraft.frog_food": "Frog Food", + "tag.minecraft.goat_food": "Goat Food", + "tag.minecraft.head_armor": "Head Armor", + "tag.minecraft.hoglin_food": "Hoglin Food", + "tag.minecraft.horse_food": "Horse Food", + "tag.minecraft.horse_tempt_items": "Horse Temptables", + "tag.minecraft.leg_armor": "Leg Armor", + "tag.minecraft.llama_food": "Llama Food", + "tag.minecraft.llama_tempt_items": "Llama Temptables", + "tag.minecraft.meat": "Meat", + "tag.minecraft.ocelot_food": "Ocelot Food", + "tag.minecraft.panda_food": "Panda Food", + "tag.minecraft.parrot_food": "Parrot Food", + "tag.minecraft.parrot_poisonous_food": "Poisonous Parrot Food", + "tag.minecraft.pig_food": "Pig Food", + "tag.minecraft.rabbit_food": "Rabbit Food", + "tag.minecraft.sheep_food": "Sheep Food", + "tag.minecraft.skulls": "Skulls", + "tag.minecraft.strider_food": "Strider Food", + "tag.minecraft.strider_tempt_items": "Strider Temptables", + "tag.minecraft.turtle_food": "Turtle Food", + "tag.minecraft.wolf_food": "Wolf Food", + "tag.fluid.minecraft.water": "Water", "tag.fluid.minecraft.lava": "Lava", "tag.fluid.c.water": "Water",