Skip to content

Commit

Permalink
fix: missing tooltips for some items on first login
Browse files Browse the repository at this point in the history
  • Loading branch information
Yarden-zamir committed Feb 3, 2024
1 parent db95d1a commit ac49a17
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "emi:info",
"stacks": [
"item:minecraft:deepslate_coal_ore"
],
"text": "block.minecraft.deepslate_coal_ore.tooltip.summary"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "emi:info",
"stacks": [
"item:minecraft:deepslate_copper_ore"
],
"text": "block.minecraft.deepslate_copper_ore.tooltip.summary"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "emi:info",
"stacks": [
"item:minecraft:deepslate_gold_ore"
],
"text": "block.minecraft.deepslate_gold_ore.tooltip.summary"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "emi:info",
"stacks": [
"item:minecraft:deepslate_iron_ore"
],
"text": "block.minecraft.deepslate_iron_ore.tooltip.summary"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "emi:info",
"stacks": [
"item:minecraft:deepslate_redstone_ore"
],
"text": "block.minecraft.deepslate_redstone_ore.tooltip.summary"
}

0 comments on commit ac49a17

Please sign in to comment.