Skip to content
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
daf4709
inv start!
zardoy Mar 15, 2026
c105fd3
local config, make test
zardoy Mar 18, 2026
c8da2a1
final changes by me for now
zardoy Mar 30, 2026
e6b46e1
fix: resolve cherry-pick conflicts and fix TS errors
Apr 2, 2026
59bce8f
feat: rewrite hotbar to React InventoryWindow component
Apr 3, 2026
87805dc
feat: integrate player model rendering in inventory
Apr 4, 2026
12a6b73
fix: use connector for inventory close and cleanup on unmount
Apr 5, 2026
b5a1061
fix: wire hotbarOnly and formatTitle to inventory connectors
Apr 6, 2026
4a04ca5
fix: use renderer/viewer renderSlot path after hotbar cherry-picks
zardoy Apr 7, 2026
f219eae
lint
zardoy Apr 7, 2026
6a28003
upinv
zardoy Apr 7, 2026
0acb7c6
never use remote fallback
zardoy Apr 7, 2026
edfa917
enable notes as was intended
zardoy Apr 7, 2026
a6e1edc
use mineflayer fix
zardoy Apr 7, 2026
d77b270
up mouse
zardoy Apr 7, 2026
ebfe169
Merge remote-tracking branch 'origin/next' into new-inventory
zardoy Apr 7, 2026
78c608e
fix: correct block faces, durability bar and enrich JEI textures
Apr 8, 2026
8612dcb
up inv
zardoy Apr 9, 2026
1cceaf8
fix: remove CDN texture fallback, use local atlases only
Apr 9, 2026
26d0dbd
feat: enrich recipe item textures from local atlas
Apr 9, 2026
ab29c5d
fix: use ImageBitmap atlas for item sprites, keep data URL for block …
Apr 9, 2026
83e7474
feat: enable noPlaceholders to hide armor slot labels
Apr 9, 2026
473d672
feat: restore JEI item giving in creative mode
Apr 10, 2026
5cab51b
refactor: render player model directly inside inventory component
Apr 10, 2026
2b5f46a
up inv
zardoy Apr 11, 2026
a8b8481
a wa y to disable notes
zardoy Apr 11, 2026
e04a9f8
fix: mobile hotbar slot selection and inventory button
Apr 12, 2026
f20a780
up inv
zardoy Apr 12, 2026
5c6c4d4
perf: defer JEI mount and cache JEI items for faster inventory open
Apr 12, 2026
5ead17a
feat: wire up anvil cost client-side computation
Apr 13, 2026
690027e
feat: pass resolveEnchantmentName to inventory provider
Apr 13, 2026
db923c5
FINISH player model display perfect not duplicated code
zardoy Apr 14, 2026
6323783
up mouse
zardoy Apr 14, 2026
62aad92
revert mouse upadte & up inv
zardoy Apr 16, 2026
4ed11b5
re-update
zardoy Apr 16, 2026
f94d944
add settings!
zardoy Apr 16, 2026
3ef6ed8
feat: wire inventory settings gear button to open options menu
Apr 17, 2026
0923e52
Update package.json
zardoy Apr 17, 2026
1343148
fix: hide player model canvas until skin texture is loaded
Apr 19, 2026
fa34c25
Update package.json
zardoy Apr 19, 2026
0364c90
IMPORTANT: update jei textures on texture update
zardoy Apr 19, 2026
6b0e195
Merge branch 'next' into new-inventory
zardoy Apr 19, 2026
b6b0a17
lint all
zardoy Apr 19, 2026
ac0ee83
up mineflayer to use latest Gen's physics changes (fixes physics regr…
zardoy Apr 19, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed assets/generic_91.png
Binary file not shown.
Binary file removed assets/generic_92.png
Binary file not shown.
Binary file removed assets/generic_93.png
Binary file not shown.
Binary file removed assets/generic_94.png
Binary file not shown.
Binary file removed assets/generic_95.png
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
"lodash-es": "^4.17.21",
"mcraft-fun-mineflayer": "^0.1.23",
"minecraft-data": "3.103.0",
"minecraft-inventory": "^0.1.6",
"minecraft-protocol": "github:PrismarineJS/node-minecraft-protocol#master",
"mineflayer-item-map-downloader": "github:zardoy/mineflayer-item-map-downloader",
"mojangson": "^2.0.4",
Expand Down Expand Up @@ -155,7 +156,6 @@
"http-server": "^14.1.1",
"https-browserify": "^1.0.0",
"mc-assets": "^0.2.72",
"minecraft-inventory-gui": "github:zardoy/minecraft-inventory-gui#next",
"mineflayer": "github:zardoy/mineflayer#gen-the-master",
"mineflayer-mouse": "^0.1.25",
"npm-run-all": "^4.1.5",
Expand Down
49 changes: 29 additions & 20 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading