Commit Graph

2102 Commits

Author SHA1 Message Date
Wuzzy 72a9eef09c Hide upper slabs from crafting guide 2017-06-05 15:54:10 +02:00
Wuzzy 5e38d1b32f Refactor stairs code a bit 2017-06-05 15:45:47 +02:00
Wuzzy 6229b34c78 Slabs: Add separate upper slab nodes 2017-06-05 15:41:42 +02:00
Wuzzy e5e604617d Remove more legacy stairs code 2017-06-05 14:58:04 +02:00
Wuzzy ce8040ff25 Remove legacy stairs ABM 2017-06-05 14:52:13 +02:00
Wuzzy a9969e675e Update stairs mod from Minetest Game 0.4.16
New features:
- fine pointing
- Upside-down stairs
- Slabs are no longer placed at the side
2017-06-05 14:50:34 +02:00
Wuzzy f9c95650ef Version 0.21.0 2017-06-05 02:16:04 +02:00
Wuzzy d58ed09a9f Add more mapgen aliases 2017-06-05 00:21:34 +02:00
Wuzzy 76f9ba70df Don't collect item too early 2017-06-03 17:36:43 +02:00
Wuzzy b8df2d4e0a Revert "Reduce collection distance"
This reverts commit f44dffd374.
2017-06-03 17:27:58 +02:00
Wuzzy f44dffd374 Reduce collection distance 2017-06-03 17:24:47 +02:00
Wuzzy dcc6e3e829 Fix items sometimes flying away after creation 2017-06-03 17:03:22 +02:00
Wuzzy fa3718f610 Remove movement_speed_descend (unused) 2017-06-03 13:39:34 +02:00
Wuzzy dc3101b6f9 Tweak climb speeds 2017-06-03 12:40:35 +02:00
Wuzzy 0158a3f70e Tweak player water sink speed 2017-06-03 12:34:04 +02:00
Wuzzy f86c466b72 Fix broken on_rightclick in mcl_doors 2017-06-03 06:41:30 +02:00
Wuzzy a5130c4da9 Fix wrong HUD bars ordering 2017-06-03 06:32:14 +02:00
Wuzzy 2942afe76b Tweak horizontal swim speed 2017-06-03 04:18:58 +02:00
Wuzzy 3e58fe6cd8 Add v6-style sapling growth for jungle trees
Taken from Minetest Game 0.4.15. Needs to be replaced later
2017-06-03 03:21:25 +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 8d87ac8f0e Mobs: Switch to A* once again … 2017-06-03 00:37:50 +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 0411a9c7fa Mobs: Use default pathfinder 2017-06-02 23:46:08 +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 835d5592ec Update iron nugget texture 2017-06-01 22:33:39 +02:00
Wuzzy 750ef024d9 Small precision tweaks for item entities 2017-06-01 17:44:25 +02:00
Wuzzy ad41c9b77a Don't use minetest.inventorycube for stained glass 2017-05-31 18:18:31 +02:00
Wuzzy 3c3ed3d344 Fix packed ice being transparent to light 2017-05-31 16:21:12 +02:00
Wuzzy 63717977af Fix 2 item help typos 2017-05-30 19:58:29 +02:00
Wuzzy 52d32331b3 Remove “tamed” spawn eggs 2017-05-30 19:57:54 +02:00
Wuzzy 20551213ef Hide huge mushrooms from craftguide … for now 2017-05-30 19:57:39 +02:00
Wuzzy 4b4403b39c Don't try to collect items dropped from workbench 2017-05-30 18:34:08 +02:00
Wuzzy 8994468c5c Enable _insta_collect by default in item entities 2017-05-30 18:16:36 +02:00
Wuzzy fb26d6d274 Fix sheep losing color after re-activation 2017-05-30 18:06:21 +02:00