minecraft-inventory 0.1.38 → 0.1.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minecraft-inventory",
3
- "version": "0.1.38",
3
+ "version": "0.1.39",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "release": {
@@ -330,7 +330,7 @@ export function InventoryOverlay({
330
330
  lineHeight: 1,
331
331
  }}
332
332
  >
333
- INV 0.1.38
333
+ INV 0.1.39
334
334
  </a>
335
335
  )}
336
336
 
@@ -246,7 +246,7 @@ export function JEI({
246
246
  fontFamily: "'Minecraftia', 'Minecraft', monospace",
247
247
  }}
248
248
  >
249
- Display All {baseList.length} {baseList.length === 1 ? 'item' : 'items'}
249
+ Show All {baseList.length} {baseList.length === 1 ? 'item' : 'items'}
250
250
  </button>
251
251
  ) : null
252
252
 
@@ -565,6 +565,7 @@ export const inventoryDefinitions = makeInventoryDefinitions({
565
565
  backgroundWidth: 176,
566
566
  backgroundHeight: 166,
567
567
  entityDisplay: { x: 26, y: 18, width: 52, height: 52 },
568
+ entityPlaceholder: 'horse',
568
569
  slots: [
569
570
  { x: 8, y: 18, group: 'saddle', label: 'Saddle' },
570
571
  { x: 8, y: 36, group: 'armor', label: 'Horse Armor' },