Sumyjkl
509fadfebb
fix is_pressing_jump being global
2022-08-07 00:38:20 +10:00
Sumyjkl
1263c43b5d
elytra and other non-combat armour don't take durability damage when the player is attacked
2022-08-06 14:38:42 +10:00
Sumyjkl
cd6da88b37
tweaks again
2022-08-05 14:43:48 +10:00
Sumyjkl
3c0992e58d
tweaks
2022-08-03 18:41:51 +10:00
Sumyjkl
4df51bac72
code quality, minor tweaks
2022-08-03 01:03:28 +10:00
Sumyjkl
b7a5a74ccf
less pitch up slowdown
2022-08-03 00:14:31 +10:00
Sumyjkl
ece79cad8a
prevent player from getting hyperspeed while flying from ground
2022-08-03 00:08:30 +10:00
Sumyjkl
845e43c143
tweaked several things
2022-08-02 23:51:21 +10:00
Sumyjkl
aa93ce4b3a
tweaked slowdown on pitch up
2022-08-02 23:45:20 +10:00
Sumyjkl
12af0e7de8
semi-working on 0.3 server step
2022-08-02 23:42:04 +10:00
Sumyjkl
32a57133ac
use dtime
2022-08-02 22:47:51 +10:00
Sumyjkl
5c085bd28f
prevent player gaining infinite momentum by spamming jump while running, added dtime dependent velocity
2022-08-02 22:06:19 +10:00
Sumyjkl
c80012a14f
fix gravity not being reset when died after rocketing
2022-08-02 21:23:05 +10:00
SumianVoice
e28c0d311a
Merge branch 'master' into elytra-overhaul
2022-08-02 10:27:14 +00:00
cora
4b5476dbff
fix end sky and void crash
2022-08-02 11:55:55 +02:00
cora
a2b003a195
sky slightly overcast on weather in non-weather b.
2022-08-02 11:55:55 +02:00
cora
ee3b98c809
Fix skybox in non-weather areas
2022-08-02 11:55:55 +02:00
cora
4a6f98636d
fix crash in mapgen v6
2022-08-02 11:55:55 +02:00
cora
cae11f99e4
fix wrong mapgen setting var
2022-08-02 11:55:55 +02:00
cora
bb496db605
use _mcl_biome_type for weather
2022-08-02 11:55:55 +02:00
cora
50840f6bdc
No nether rain lol
2022-08-02 11:55:55 +02:00
cora
05a6f09f05
Never rain in deserts
2022-08-02 11:55:55 +02:00
cora
2aaeed7720
Pile up snow while snowing
2022-08-02 11:55:55 +02:00
cora
eb5378afec
Rain and snow where appropriate(biome, heat, alt)
2022-08-02 11:55:55 +02:00
SumianVoice
fab3c35c28
Merge branch 'master' into elytra-overhaul
2022-08-02 09:44:51 +00:00
Sumyjkl
0f6a51a031
remove unused file scope variables
2022-08-02 18:39:15 +10:00
Sumyjkl
1468acf6d4
move player up to give clearance when start flying
2022-08-02 18:26:00 +10:00
Sumyjkl
5fd66d1850
can pitch up without losing too much speed
2022-08-02 18:12:15 +10:00
chmodsayshello
f949c72945
make abm check param2 for up-to date beam color
2022-08-01 23:06:02 +00:00
chmodsayshello
e979535256
convert spaces into tabs
2022-08-01 23:06:02 +00:00
chmodsayshello
e344d1c742
remove itemstring debug logging
2022-08-01 23:06:02 +00:00
chmodsayshello
10d200da80
beacon optimisations
2022-08-01 23:06:02 +00:00
Sumyjkl
8378ca92e2
turning slows the player down in fly mode
2022-08-02 08:20:08 +10:00
Sumyjkl
2b5e3b5123
code quality: combine add_velocity calls into one
2022-08-02 00:14:24 +10:00
Sumyjkl
368ffda75b
can only fly when pressed jump and cannot hold jump to enter fly mode, set speed to player velocity when entered fly mode
2022-08-01 23:45:41 +10:00
Sumyjkl
cd62278336
improved code quality
2022-08-01 23:01:27 +10:00
Sumyjkl
9e1b0184c5
fireworks function, slight balancing, removed debug starting speed
2022-08-01 22:15:36 +10:00
Sumyjkl
20b229a9b9
pitching up too far can make player fall fast
2022-08-01 20:53:35 +10:00
Sumyjkl
832b0afdd6
more reasonable values
2022-08-01 20:51:08 +10:00
Sumyjkl
177cf231b6
make elytra better again
2022-08-01 20:34:56 +10:00
Sumyjkl
696cc150b4
broke elytra
2022-08-01 20:12:53 +10:00
Sumyjkl
8f4388c4c8
elytra less sensitive to landing, allows entering flight without as much downward velocity
2022-08-01 17:42:43 +10:00
cora
eb7171fd51
Make boats unsinkable in river water
2022-08-01 05:20:19 +02:00
chmodsayshello
4d52c0d9c6
glass no longer has to be right on top of the beacon
2022-07-31 22:22:57 +02:00
chmodsayshello
1830ca8815
'fix' beacon beam abm
2022-07-31 22:22:57 +02:00
chmodsayshello
1462c39092
remove unnecessary minetest.get_node
2022-07-31 22:22:57 +02:00
chmodsayshello
ca77ffe1c7
decrease blockcheck by 25 nodes
...
that way, even with the lowest possible render distance, all nodes are loaded, if there are no nodes above the beacon (excluding glass etc.), it sets the meta and places the beam 175 blocks high, it extends all the way until the next non-air block if the player is near enoght...
Signed-off-by: chmodsayshello <chmodsayshello@hotmail.com>
2022-07-31 22:22:57 +02:00
chmodsayshello
d3eccce013
fix color palette
2022-07-31 22:22:57 +02:00
chmodsayshello
b9cb3a4d70
optimisations
2022-07-31 22:22:57 +02:00
chmodsayshello
022fa1d794
remove last beam completly before placing a new one
2022-07-31 22:22:57 +02:00