minecraft-inventory 0.1.39 → 0.1.41
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/README.md
CHANGED
|
@@ -622,10 +622,6 @@ Each Minecraft window type has a fixed slot layout defined by the server protoco
|
|
|
622
622
|
- [`prismarine-windows`](https://github.com/PrismarineJS/prismarine-windows) for JS slot maps
|
|
623
623
|
- Minecraft source: `net/minecraft/world/inventory/` for the canonical layout
|
|
624
624
|
|
|
625
|
-
### Memory leak note (Tooltip / MessageFormattedString)
|
|
626
|
-
|
|
627
|
-
If opening tooltips increases memory without returning to baseline, see [docs/MEMORY_LEAK_ANALYSIS.md](docs/MEMORY_LEAK_ANALYSIS.md). The likely cause is `filter:blur(2px)` on obfuscated (§k) text creating retained compositor layers.
|
|
628
|
-
|
|
629
625
|
### Connector protocol
|
|
630
626
|
|
|
631
627
|
When implementing a custom connector, actions have these shapes:
|
package/package.json
CHANGED
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "minecraft-inventory",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.41",
|
|
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
|
},
|