Commit Graph

1943 Commits

Author SHA1 Message Date
Wuzzy f22411656b Can place torch on upside-down stair; update help 2017-06-05 21:44:44 +02:00
Wuzzy 07d36c9ded Place trapdoors upside-down when placed at top 2017-06-05 21:26:11 +02:00
Wuzzy dfe03efd1b Allow to place torches on upper slabs 2017-06-05 19:47:00 +02:00
Wuzzy 60956add1f Fix 2 mcl_stairs warnings 2017-06-05 19:30:48 +02:00
Wuzzy 5bf17dda64 Add stair/slab aliases for compability with 0.21.0 2017-06-05 19:21:14 +02:00
Wuzzy a7f5413e9d Refactor mcl_stairs into multiple files 2017-06-05 19:11:01 +02:00
Wuzzy 8daac96e58 Rename stairs mod to mcl_stairs 2017-06-05 18:40:56 +02:00
Wuzzy b9a40f2b7f Update stairs/slab help 2017-06-05 16:53:00 +02:00
Wuzzy 4f9154433b Add double slabs for all slab types 2017-06-05 16:27:51 +02:00
Wuzzy f3805ab395 Allow to combine slabs from below 2017-06-05 16:10:21 +02:00
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 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 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 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
Wuzzy c5668b3f25 Make armor stand no longer ground content 2017-05-30 17:18:19 +02:00
Wuzzy 5d494abf81 Tweak wieldhand 2017-05-30 16:20:48 +02:00
Wuzzy 6edd418c7f Move wieldhand.png to mcl_tools 2017-05-30 16:04:47 +02:00
Wuzzy 24c34b206f Fix acacia/spruce sapling not growing correctly 2017-05-30 15:31:04 +02:00
Wuzzy 7b075f5772 Fix crash after item hit unloaded chunk 2017-05-30 13:59:26 +02:00
Wuzzy 4f51af2ebc Update to doc_items 1.1.1 2017-05-30 13:06:03 +02:00
Wuzzy 53b5754359 Update to HUD Bar 1.8.0 2017-05-30 13:04:18 +02:00
Wuzzy 64c91afa4a Re-enable item physic after player follow failed 2017-05-30 06:00:26 +02:00
Wuzzy 467baaf67c Fix broken item safety code 2017-05-30 05:51:48 +02:00
Wuzzy b33d4bf9f8 Fix diamonds achievement icon 2017-05-30 05:31:34 +02:00
Wuzzy 9449908565 Disable fire in mob explosions 2017-05-30 02:08:53 +02:00
Wuzzy f00b0fe7ac Simple mob explosion smoke 2017-05-30 01:50:59 +02:00
Wuzzy 45a2e5ed0d Add simple TNT explosion effect 2017-05-30 01:27:45 +02:00
Wuzzy 1c2825ce6c Final fix-ups for push-item-out code 2017-05-30 00:58:14 +02:00
Wuzzy f0b9799dee More item refactor 2017-05-29 23:31:41 +02:00
Wuzzy 4fd6e527a1 Disable physics when items are stuck 2017-05-29 23:20:29 +02:00
Wuzzy 4ff31ffa8c Add missing break in mcl_item_entities 2017-05-29 22:56:53 +02:00
Wuzzy 0b28ae2fe9 Push items out of solid opaque nodes 2017-05-29 22:51:13 +02:00
Wuzzy 88fb03a0d8 Refactor mcl_item_entity 2017-05-29 21:42:24 +02:00
Wuzzy 932e2dc6f8 Minor item entity code cleanup 2017-05-29 20:10:51 +02:00
Wuzzy 37f6bfaa9a Increase player collect height 2017-05-29 18:50:57 +02:00
Wuzzy ce242511f0 Increase item magnet timer 2017-05-29 17:39:01 +02:00
Wuzzy 7bc10b2ade Don't set item age for node drops 2017-05-29 17:32:49 +02:00
Wuzzy 040cead946 Reduce default item despawn time to 5 minutes 2017-05-29 17:18:43 +02:00
Wuzzy 9d5497b347 Items dropped from nodes have no collection delay 2017-05-29 17:13:58 +02:00
Wuzzy 7d6bfceeba Don't spread grass block/mycelium below liquid 2017-05-28 00:46:09 +02:00
Wuzzy cf9f4ba976 Don't attract item when inventory is full 2017-05-27 18:45:15 +02:00
Wuzzy 1f6548063e Item entity: Double collection radius 2017-05-27 18:39:10 +02:00
Wuzzy e75f08f1db Fix place sound played when vines placement failed 2017-05-27 18:31:10 +02:00
Wuzzy 524c526ba6 Fix placesound being played on button place fail 2017-05-27 18:28:30 +02:00
Wuzzy bb0468cc47 Update button help 2017-05-27 18:21:57 +02:00
Wuzzy 434c7a399a Allow buttons to replace pointed node again 2017-05-27 18:18:54 +02:00
Wuzzy 1357bd5555 Restrict button placement on solid opaque cubes 2017-05-27 18:09:11 +02:00
Wuzzy f116bcfb48 Fix items not falling again after failed collect 2017-05-27 17:53:36 +02:00
Wuzzy db26ba2191 Fix item entity jittering after falling on floor 2017-05-27 17:07:17 +02:00
Wuzzy e99dd9d085 Fix item entities following player forever 2017-05-27 17:02:17 +02:00
Wuzzy a15ef03d9c Fix incorrect overworld_min in flat mapgen 2017-05-27 16:10:21 +02:00
Wuzzy 23c438f427 Re-enable item falling after being in unloaded 2017-05-27 15:37:15 +02:00
Wuzzy 3cda40818c Make item entities respect gravity setting 2017-05-27 15:22:28 +02:00
Wuzzy 0b4ae22c21 Clean up various potential crashes in minetest.after in mcl_item_entities 2017-05-27 15:17:03 +02:00
Wuzzy 0930ab52c9 Item entities: Reduce player collect height 2017-05-27 14:59:13 +02:00
Wuzzy f551eb42ce Fix eternal fire help mistakes 2017-05-27 14:36:13 +02:00
Wuzzy c2d950b7c2 Disable digging for bow 2017-05-27 04:08:44 +02:00
Wuzzy 25c9583ed2 Tweak vine density 2017-05-27 03:50:35 +02:00
Wuzzy b0f36500cf Vine generation now uses Perlin noise 2017-05-27 03:19:19 +02:00
Wuzzy f7393cf970 Generate vines in jungles, move cocoa gen b/w mods 2017-05-27 01:54:40 +02:00
Wuzzy 077242efa4 Disable cocoa generator for non v6 mapgens 2017-05-27 00:55:56 +02:00
Wuzzy f132bc78a3 Reduce range for Sniper Duel achievement 2017-05-27 00:37:25 +02:00
Wuzzy d143d492a1 Check for arrow collision every tick 2017-05-27 00:27:56 +02:00
Wuzzy d7a42bd831 Change uncharged bow range to 1 (for itemframe) 2017-05-27 00:10:03 +02:00
Wuzzy 3025ff92c5 Disable melee combat with bow for real 2017-05-27 00:05:50 +02:00
Wuzzy 0231efa7bb Add durability info to bow help page 2017-05-27 00:04:11 +02:00
Wuzzy 78e8dcdfaf Update bow help 2017-05-26 23:51:29 +02:00
Wuzzy 5915e39d6f Don't spawn arrow items in Creative Mode 2017-05-26 23:34:25 +02:00
Wuzzy 1b0e45835c Reset range of 0 bow to make it work in itemframe 2017-05-26 23:32:00 +02:00
Wuzzy 0e23d1ef89 Allow to use bow w/o arrow in Creative Mode 2017-05-26 23:27:11 +02:00
Wuzzy af759d61a3 Set bow pointing range to 0 (no melee combat) 2017-05-26 23:18:31 +02:00
Wuzzy 8cd114a9e4 Fix arrow damaging multiple objects at once 2017-05-26 23:10:50 +02:00
Wuzzy 30b8e693af Make flowers less likely with bone meal 2017-05-26 21:52:41 +02:00
Wuzzy 5e4424713c Fix irregular bone meal growth on grass block 2017-05-26 21:40:03 +02:00
Wuzzy 2b4dc9fdfa Remove debug message 2017-05-26 21:27:48 +02:00
Wuzzy bf9c990760 New vines growth algorithm (WIP) 2017-05-26 21:25:25 +02:00
Wuzzy 2b558e0b54 Update vines placement rules and help 2017-05-26 20:58:13 +02:00
Wuzzy 73cd5498fb Fix ender pearl regression causing player to sink into ground again 2017-05-26 18:33:30 +02:00
Wuzzy 16d018b406 Teleport inside plants and vines w/ ender pearl 2017-05-26 18:12:35 +02:00
Wuzzy 75fbf7f95e Update ender pearl help 2017-05-26 17:58:40 +02:00
Wuzzy 42224d9df6 Make ender pearls collide on plants, too 2017-05-26 17:56:09 +02:00
Wuzzy 7e1f8fa7ba Prevent player getting stuck after ender-pearling 2017-05-26 17:43:07 +02:00
Wuzzy 937e1f6999 No teleport when ender pearl hits ignore 2017-05-26 16:13:51 +02:00
Wuzzy 447489f7a9 Fix player fall through floor when use ender pearl 2017-05-26 15:10:35 +02:00
Wuzzy 9697232566 Lift WIP status from birch sapling 2017-05-26 02:41:35 +02:00
Wuzzy de10e2e1a8 Grow proper acacia tree from acacia saplings 2017-05-26 02:36:25 +02:00
Wuzzy b5b8561483 Tree grown from spruce sapling matches v6 pines 2017-05-26 02:16:41 +02:00
Wuzzy 3461893961 Remove unused sound in slime block 2017-05-26 01:34:43 +02:00
Wuzzy a6a28e752d Add sounds for slime block 2017-05-26 01:33:26 +02:00
Wuzzy 316ee94c2d Clean up and rename textures in mcl_core 2017-05-26 01:06:54 +02:00
Wuzzy 37bcb9449d Remove weather override setting 2017-05-25 20:41:04 +02:00
Wuzzy 98e66f74ca Update book background texture to Faithful 1.12 2017-05-25 11:02:28 +02:00
Wuzzy 461807b0dc Remove messages for feeding/taming animals 2017-05-25 10:48:13 +02:00
Wuzzy 8d1ffbe2cd Update to Mobs Redo 1.35 2017-05-25 10:33:19 +02:00
Wuzzy 0d6b57c9c4 Fix mob spawner icon not shown in gen'd spawners 2017-05-25 07:34:53 +02:00
Wuzzy f676a2fc2c Remove unused code in mobs 2017-05-25 06:40:11 +02:00
Wuzzy 7ce80bada5 Update error msg 2017-05-25 06:12:22 +02:00
Wuzzy c1c15eb60b Rename mcl_monster_spawners to mcl_mobspawners.
Sorry for the trouble, but the long name annoyed me. :P
2017-05-25 06:09:03 +02:00
Wuzzy 6b07bde2e8 Fix monster spawner bugs caused by rename 2017-05-25 05:57:04 +02:00
Wuzzy 93a36a91c2 Add dependency to mobs_mc in mcl_dungeons 2017-05-25 05:53:48 +02:00
Wuzzy 8abe53c6e1 Rename: mcl_monster_spawner to mcl_monster_spawners 2017-05-25 05:52:47 +02:00
Wuzzy 83150f43ea Remove formspec of monster spawner, default pigs 2017-05-25 05:45:45 +02:00
Wuzzy a9b54a0980 Make monster spawners timer-based +balance 2017-05-25 05:37:13 +02:00
Wuzzy 559d60ffe9 Remove on_right_click in monster spawner mod 2017-05-25 05:04:35 +02:00
Wuzzy d1ea880be6 Generate monster spawners in dungeons (kinda...) 2017-05-25 05:01:50 +02:00
Wuzzy 62e3967082 Tweak monster spawner spawn rules 2017-05-25 04:47:08 +02:00
Wuzzy f194e1666f Change default monster spawner mob to pig 2017-05-25 04:23:21 +02:00
Wuzzy 71d7ed09c8 Fix possible crash in monster spawner code 2017-05-25 04:22:18 +02:00
Wuzzy 9f5a310aae Fix bone meal not used up on farming plants 2017-05-25 03:24:11 +02:00