Commit Graph

119 Commits

Author SHA1 Message Date
Wuzzy
2d8e4b4e64 Make hotbar slots semitransparent 2017-07-21 00:21:50 +02:00
Wuzzy
e65029394f Replace most textures with Pixel Perfection
- Using the converter script
- A bunch of textures are still missing
2017-07-20 20:20:45 +02:00
Wuzzy
c0495289a6 Fix hotbar 2017-07-20 18:10:13 +02:00
Wuzzy
7c854cc5c7 Pixel Perfection hotbar textures 2017-07-20 17:59:30 +02:00
Wuzzy
036aa7b82d Move hotbar images to mcl_base_textures 2017-07-20 17:48:20 +02:00
Wuzzy
d04c46f3c8 Convert some base textures to Pixel Perfection 2017-07-14 19:51:03 +02:00
Wuzzy
98155d5ebe Fix bad PNG profile of hbarmor_bar.png 2017-07-08 20:02:18 +02:00
Wuzzy
4c1bf8d978 Remove empty crafting_inventory.png 2017-07-08 16:40:09 +02:00
Wuzzy
5de05b404e Reorganize some GUI-related textures 2017-07-08 16:28:25 +02:00
Wuzzy
684c11d79f Change player texture to Pixel Perfection 2017-07-06 01:13:10 +02:00
Wuzzy
9fb0e6ce29 Move horse armor to armor creative tab 2017-07-05 22:19:17 +02:00
Wuzzy
7a29d8580d Add mod: show_wielded_item 2017-07-02 19:34:09 +02:00
Wuzzy
b7abcabf2f HUD Bars version 1.9.0 2017-07-02 19:12:38 +02:00
Wuzzy
1791907747 MCL2-specific default HUD bars settings 2017-07-02 18:55:26 +02:00
Wuzzy
28dc5b802f Update HUD bars mod 2017-07-02 18:51:13 +02:00
Wuzzy
f3c3b47999 Easier Haggler achievement 2017-06-13 02:52:00 +02:00
Wuzzy
1ddd629fd5 Fix broken workbench achievement 2017-06-13 02:50:43 +02:00
Wuzzy
62f755f52a Remove heads and pumpkin from combat creative tab 2017-06-11 22:20:25 +02:00
Wuzzy
823c20bd1b Fix some global variable warnings 2017-06-10 17:52:21 +02:00
Wuzzy
c843e8ca87 Use Faithful 1.12 textures for hotbar 2017-06-10 15:31:26 +02:00
Wuzzy
f10b712752 Sharper moon and sun textures 2017-06-10 03:37:13 +02:00
Wuzzy
d629f9f6cc Resize heard.png to 16×16 2017-06-10 03:31:20 +02:00
Wuzzy
e87a1dc44a Remove unused mcl_inventory code 2017-06-09 23:28:37 +02:00
Wuzzy
fe090c9a9e Rename craftguide button 2017-06-08 21:27:44 +02:00
Wuzzy
8ac3349a3e Re-align survival buttons 2017-06-08 21:09:23 +02:00
Wuzzy
6a39ed5dd0 Reposition crafting guide buttons 2017-06-08 20:59:34 +02:00
Wuzzy
bae4a9786f Fix some item HUD bugs 2017-06-06 03:37:49 +02:00
Wuzzy
1becc44732 Item HUD: Show metadata description, if present 2017-06-06 03:22:07 +02:00
Wuzzy
d497205c98 Item name HUD: Show itemstring as fallback 2017-06-05 22:47:50 +02:00
Wuzzy
a5130c4da9 Fix wrong HUD bars ordering 2017-06-03 06:32:14 +02:00
Wuzzy
0df5e40e89 Fix broken inventory menu after join 2017-06-03 02:21:42 +02:00
Wuzzy
6a0aba3463 Crafting table → mcl_crafting_table (fix dig fail) 2017-06-03 02:09:56 +02:00
Wuzzy
5e0b4d749f Fix armor tab not updating in Creative 2017-06-03 00:51:28 +02:00
Wuzzy
fcf928540f Tweak slider height in Creative inventory 2017-06-03 00:33:15 +02:00
Wuzzy
8e58459337 Tweak creative slider positioning 2017-06-03 00:10:37 +02:00
Wuzzy
d5814195d8 Fix invisible scrollbar on first creative inv open 2017-06-02 23:43:39 +02:00
Wuzzy
7389ed0e25 Don't set creative inventory twice on player join 2017-06-02 23:26:56 +02:00
Wuzzy
260c83087c Creative inv.: Reset scroll bar when switching 2017-06-02 23:14:19 +02:00
Wuzzy
b53f1432b8 Creative: Reset search field when clicking on icon 2017-06-02 23:12:00 +02:00
Wuzzy
352f5a55b1 Fix creative slider disappearing in empty search 2017-06-02 23:03:57 +02:00
Wuzzy
60744e81fb Dump unused code in mcl_inventory 2017-06-02 23:00:12 +02:00
Wuzzy
4b5fce18ad mcl_inventory: Don't store inv. size globally 2017-06-02 22:46:39 +02:00
Wuzzy
f8bb3bd2ca Creative inv.: Use set_list for performance boost 2017-06-02 22:09:07 +02:00
Wuzzy
ed5f487f63 Refactor Creative inv., get rid of \0 2017-06-02 21:33:50 +02:00
Wuzzy
571ba4ce30 Don't reset creative inv. formspec after close 2017-06-02 20:02:24 +02:00
Wuzzy
c935e78ef4 Only scan item defs once for creative inventory 2017-06-02 19:41:52 +02:00
Wuzzy
20dabaa352 Don't rebuild creative inv. on same tab (mostly) 2017-06-02 19:01:12 +02:00
Wuzzy
6f1e958758 Fix 2×2 crafting 2017-06-02 01:14:21 +02:00
Wuzzy
d4d7d8792f Fix no craftgrid drop after close; fix creative
The 2nd bug in Creative Mode was that the inventory got reset each time you closed it.
2017-06-01 22:57:13 +02:00
Wuzzy
4b4403b39c Don't try to collect items dropped from workbench 2017-05-30 18:34:08 +02:00