EMI

EMI

1M Downloads

[Feature Request] Reminder always at the bottom

Disketaa opened this issue ยท 1 comments

commented

Some custom recipes place the reminder in a tooltip between the values instead of at the bottom

image
Normal placement

image
Weird placement

  "output": {
    "type": "item",
    "id": "minecraft:nether_wart",
    "nbt": "{display:{Lore:['[{\"translate\": \"recipe.emi.group\", \"italic\": false, \"color\": \"gray\"}, {\"text\": \": \"}, {\"translate\": \"recipe.emi.entry.bartering\", \"color\": \"gold\"}]']}}",
    "chance": 0.03,
    "remainder": {
      "type": "item",
      "id": "minecraft:nether_wart",
      "amount": 2
    }
  }
commented

This is just how EMI's tooltip components are organized, chance appears lower than remainder, it's not acting inconsistently.