minecraft-inventory 0.1.38 → 0.1.40
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,9 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "minecraft-inventory",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.40",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"release": {
|
|
7
|
+
"sharedActionsOverride": {
|
|
8
|
+
"generateFields": {
|
|
9
|
+
"repository": false
|
|
10
|
+
}
|
|
11
|
+
},
|
|
7
12
|
"initialVersion": {
|
|
8
13
|
"version": "0.1.0"
|
|
9
14
|
}
|
|
@@ -36,7 +41,6 @@
|
|
|
36
41
|
"optional": true
|
|
37
42
|
}
|
|
38
43
|
},
|
|
39
|
-
"repository": "https://github.com/zardoy/minecraft-inventory",
|
|
40
44
|
"engines": {
|
|
41
45
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
42
46
|
},
|
|
@@ -246,7 +246,7 @@ export function JEI({
|
|
|
246
246
|
fontFamily: "'Minecraftia', 'Minecraft', monospace",
|
|
247
247
|
}}
|
|
248
248
|
>
|
|
249
|
-
|
|
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' },
|