Wuzzy
|
5aeb4aea74
|
Add translation templates for most mods
Using the findtext.lua script
|
2019-03-13 23:40:59 +01:00 |
|
Wuzzy
|
20576431e1
|
More death messages, more reliable
|
2019-03-08 20:22:01 +01:00 |
|
Wuzzy
|
f9b557c2ba
|
New translation system, part 9: Items, part 5
|
2019-03-08 00:46:35 +01:00 |
|
Wuzzy
|
66c6b373a5
|
Make many entities non-pointable
|
2019-03-07 03:53:06 +01:00 |
|
Wuzzy
|
2f74aea6f5
|
Replace deprecated functions
|
2019-03-06 04:38:57 +01:00 |
|
Wuzzy
|
371bc0cb76
|
Creative categories: book, chorusfruit, endpearl
|
2019-02-06 12:04:58 +01:00 |
|
Wuzzy
|
27fa2c2e66
|
Clean up item categorization in creative inv.
|
2019-02-06 11:15:53 +01:00 |
|
Wuzzy
|
e789801662
|
Replace getpos() with get_pos()
|
2019-02-01 06:33:07 +01:00 |
|
Wuzzy
|
4be5f89829
|
Move bow/arrow logic into new mod mcl_bows
|
2018-05-07 23:10:49 +02:00 |
|
Wuzzy
|
e55a1a6211
|
Play sound when hitting other player with arrow
|
2018-05-07 22:23:15 +02:00 |
|
Wuzzy
|
254a12b8af
|
Use sneak speed when using bow
|
2018-05-07 20:37:45 +02:00 |
|
Wuzzy
|
fc9b57950f
|
Slow player down when using bow
|
2018-05-07 20:31:40 +02:00 |
|
Wuzzy
|
7a208e3cd8
|
Drop charging bows as uncharged bow
|
2018-05-07 17:59:53 +02:00 |
|
Wuzzy
|
adc86232ee
|
Also reset charging bows after shoot
|
2018-05-07 17:46:52 +02:00 |
|
Wuzzy
|
9a5f4e41cb
|
Bow: Fix broken bow charging when switching bows during charge
|
2018-05-07 17:43:39 +02:00 |
|
Wuzzy
|
b19b1f5a2d
|
Rewrite bow/arrow help texts
|
2018-05-07 17:06:00 +02:00 |
|
Wuzzy
|
db755036c3
|
Just some sanity checks for bow charging
|
2018-05-07 16:45:12 +02:00 |
|
Wuzzy
|
88ef857fb4
|
Increase arrow damage smooth dmg/speed increase
Currently using linear increase.
|
2018-05-07 16:25:46 +02:00 |
|
Wuzzy
|
90363edd59
|
Charge bow faster and with higher time precision
|
2018-05-07 15:53:16 +02:00 |
|
Wuzzy
|
72d4940bf2
|
Remove unused code in mcl_throwing
|
2018-05-07 15:39:08 +02:00 |
|
Wuzzy
|
3f5079d2b9
|
Update mcl_throwing license
|
2018-05-07 15:34:16 +02:00 |
|
Wuzzy
|
33bdad095b
|
Refactor bow code in mcl_throwing
|
2018-05-07 15:29:17 +02:00 |
|
Wuzzy
|
b477d35cdc
|
Implement smooth bow charging, based on [bows]
[bows] mod by Arcelmi:
https://github.com/Arcelmi/minetest-bows
|
2018-05-07 15:25:41 +02:00 |
|
Wuzzy
|
fa10dc93ae
|
Add _on_dispense callback for dispenser; refactor
|
2018-02-01 22:49:41 +01:00 |
|
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 |
|