Skip to content

Commit

Permalink
1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyploszaj committed May 1, 2024
1 parent aad1f66 commit 1bfa401
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -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
51 changes: 51 additions & 0 deletions xplat/src/main/resources/assets/emi/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1bfa401

Please sign in to comment.