Commit Graph

43 Commits

Author SHA1 Message Date
Wuzzy e5a34367c9 Use new Minetest settings API syntax for most mods 2017-08-09 16:17:00 +02:00
Wuzzy a06670b02f Soften dependencies in mcl_throwing 2017-07-26 19:35:56 +02:00
Wuzzy 3bee57e97d Make arrows only damage players and mobs 2017-07-25 01:14:32 +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 1b7b43551e 5% chance spawn endermite after using ender pearl 2017-07-07 17:26:55 +02:00
Wuzzy f0c86debb3 Simplify arrow textures 2017-07-05 00:59:14 +02:00
Wuzzy d7b5ee494e Remove on_construct of snowballs 2017-07-01 19:04:27 +02:00
Wuzzy 38cf151806 Fix many crashes when placing item on unknown node 2017-06-29 13:02:53 +02:00
Wuzzy 6a5b2e6d1b Spawn chicks (instead of chickens) from eggs 2017-06-24 15:31:46 +02:00
Wuzzy 823c20bd1b Fix some global variable warnings 2017-06-10 17:52:21 +02:00
Wuzzy c2d950b7c2 Disable digging for bow 2017-05-27 04:08:44 +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 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 c1ad39febd Exhaust player for hitting by arrow 2017-05-21 05:55:55 +02:00
Wuzzy b1b45274e4 Add Help entry aliases for many core items 2017-03-20 18:12:05 +01:00
Wuzzy 7f572f1dcd Update many help texts for misc. items 2017-03-18 17:52:41 +01:00
Wuzzy 70c0ff05ea Add help for bow and arrow 2017-03-12 02:20:33 +01:00
Wuzzy 1fc98d74b9 Partially implement “Sniper Duel” achievement 2017-03-06 01:02:30 +01:00
Wuzzy aabb1e972d Add _doc_items_create_entry fields for doc_items 2017-03-02 19:53:53 +01:00
Wuzzy 9cb2f5b392 Make more items respect the node's on_rightclick
- Bone meal
- Fishing rod
- Seeds
- Hopper
- Nether wart
- Sponge
- Bow
- Shovel
2017-03-02 16:09:13 +01:00
Wuzzy 878888b051 Different arrow damage and speed based on charge 2017-02-21 22:51:07 +01:00
Wuzzy d4ea161f33 Fix arrows from bow facing the wrong direction 2017-02-21 22:31:39 +01:00
Wuzzy e396ab8e4d Allow to only shoot fully charged arrows 2017-02-21 22:19:37 +01:00
Wuzzy 3fc496c0e1 Fix bow charging without arrows 2017-02-21 22:18:27 +01:00
Wuzzy d25feb2990 Allow to shoot arrow anywhere in inventory 2017-02-21 21:59:45 +01:00
Wuzzy 924d3680c5 Improve spawning of 4 chicks by eggs a bit 2017-02-20 01:51:09 +01:00
Wuzzy 3696ee3761 Organize mods into modpacks for better overview 2017-02-16 01:45:21 +01:00