Skip to content

Commit 451b2c8

Browse files
zardoyzverevЗверев Александр
authored
NEW REWORKED inventory GUI : Spread, Anvil, Enchant and more! (#518)
Co-authored-by: zverev <sadnexz@yandex.ru> Co-authored-by: Зверев Александр <zverev@5042.ru>
1 parent 5241ee7 commit 451b2c8

21 files changed

Lines changed: 1161 additions & 958 deletions

assets/generic_91.png

-2.41 KB
Binary file not shown.

assets/generic_92.png

-2.45 KB
Binary file not shown.

assets/generic_93.png

-2.46 KB
Binary file not shown.

assets/generic_94.png

-2.48 KB
Binary file not shown.

assets/generic_95.png

-2.5 KB
Binary file not shown.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@
8787
"jszip": "^3.10.1",
8888
"lodash-es": "^4.17.21",
8989
"mcraft-fun-mineflayer": "^0.1.23",
90-
"minecraft-data": "3.106.0",
90+
"minecraft-data": "0.0.0",
91+
"minecraft-inventory": "^0.1.37",
9192
"minecraft-protocol": "github:PrismarineJS/node-minecraft-protocol#master",
9293
"mineflayer-item-map-downloader": "github:zardoy/mineflayer-item-map-downloader",
9394
"mojangson": "^2.0.4",
@@ -155,9 +156,8 @@
155156
"http-server": "^14.1.1",
156157
"https-browserify": "^1.0.0",
157158
"mc-assets": "^0.2.72",
158-
"minecraft-inventory-gui": "github:zardoy/minecraft-inventory-gui#next",
159-
"mineflayer": "github:zardoy/mineflayer#gen-the-master",
160-
"mineflayer-mouse": "^0.1.26",
159+
"mineflayer": "0.0.0",
160+
"mineflayer-mouse": "0.1.28",
161161
"npm-run-all": "^4.1.5",
162162
"os-browserify": "^0.3.0",
163163
"path-browserify": "^1.0.1",

pnpm-lock.yaml

Lines changed: 78 additions & 87 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/defaultOptions.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@ export const defaultOptions = {
5858
preciseMouseInput: false,
5959
// todo ui setting, maybe enable by default?
6060
waitForChunksRender: false as 'sp-only' | boolean,
61-
jeiEnabled: true as boolean | Array<'creative' | 'survival' | 'adventure' | 'spectator'>,
61+
inventoryJei: true as boolean | Array<'creative' | 'survival' | 'adventure' | 'spectator'>,
62+
inventoryNotes: true as boolean,
63+
inventoryPlaceholders: false,
64+
inventoryPlayerModel: true,
6265
modsSupport: false,
6366
modsAutoUpdate: 'check' as 'check' | 'never' | 'always',
6467
modsUpdatePeriodCheck: 24, // hours

0 commit comments

Comments
 (0)