1
0
mirror of https://github.com/p2r3/bareiron.git synced 2025-10-02 07:35:08 +02:00
Commit Graph

247 Commits

Author SHA1 Message Date
p2r3
fc327299b4 don't send gameplay packets to clients who haven't loaded in 2025-08-28 02:27:04 +03:00
p2r3
de501afb1c fix wrong player handles in player combat 2025-08-28 02:04:20 +03:00
p2r3
728195b48f play item break animation and sound when a tool breaks 2025-08-28 01:59:17 +03:00
p2r3
df8ebf07d5 clarify config wording 2025-08-28 01:55:56 +03:00
p2r3
b26e74c382 add option to disable fluid calculation 2025-08-28 01:50:12 +03:00
p2r3
b5d72f852e make simulation distance equal to view distance 2025-08-28 01:46:39 +03:00
p2r3
c1a78e8509 fix sending wrong entity id to clients during login 2025-08-28 01:34:09 +03:00
p2r3
f5119d0b70 improve hunger mechanics 2025-08-27 17:03:55 +03:00
p2r3
68eb77c424 remove unnecessary data from server list ping 2025-08-27 16:15:57 +03:00
p2r3
ae51fb4fbc clear client visited chunk history on disconnect 2025-08-27 16:15:09 +03:00
p2r3
6c44558083 add cooking 2025-08-27 15:35:28 +03:00
p2r3
b7234ab31e explicitly handle running out of player slots 2025-08-27 15:31:09 +03:00
p2r3
035be84850 vary yaw angle randomly for all mobs 2025-08-27 15:30:35 +03:00
p2r3
39255caef3 fix not being able to access containers with an empty hand 2025-08-27 15:30:24 +03:00
p2r3
1c98f7a469 remove lava fluid checks until lava is actually implemented 2025-08-27 15:23:17 +03:00
p2r3
fcb214cc4c fix mob behavior on low tickrate 2025-08-27 14:50:36 +03:00
p2r3
b46f5927a2 handle server list ping 2025-08-27 14:50:17 +03:00
p2r3
71737380d5 implement water flow 2025-08-26 22:54:48 +03:00
p2r3
aa1334db9e make event timing independent of tickrate 2025-08-26 16:07:43 +03:00
p2r3
84fda79901 implement hunger system 2025-08-26 02:29:00 +03:00
p2r3
297047b6dd manually assign y position on first spawn 2025-08-25 20:34:06 +03:00
p2r3
e51d03e833 implement mob drops 2025-08-24 23:17:54 +03:00
p2r3
97beada80c adjust mob health 2025-08-24 22:51:27 +03:00
p2r3
623f7765d7 sync block light to the client (kinda) 2025-08-24 22:28:03 +03:00
p2r3
549745516f prevent players from dropping and losing items 2025-08-24 20:41:48 +03:00
p2r3
ab9ed43a9b fix segfault when using last piece of bone meal 2025-08-24 16:29:00 +03:00
p2r3
da91e7718f implement shears 2025-08-24 16:24:26 +03:00
p2r3
5fa810b71f update list of blocks requiring a pickaxe to obtain 2025-08-24 16:06:21 +03:00
p2r3
4edc21ab81 fix 3x3 ore block recipes 2025-08-24 15:57:29 +03:00
p2r3
479549e7d2 fix not consuming fuel on a bad fuel value roll 2025-08-24 15:54:17 +03:00
p2r3
82eed6be9e fix clearing wrong slots when closing crafting table 2025-08-24 15:31:37 +03:00
p2r3
ec83594f26 properly handle stack sizes 2025-08-24 14:47:52 +03:00
p2r3
a61f1fba45 allow growing saplings on mud 2025-08-23 23:06:09 +03:00
p2r3
aa74a55a19 implement growing saplings with bone meal 2025-08-23 23:04:45 +03:00
p2r3
5ac426f21a fix compile warnings 2025-08-23 17:55:33 +03:00
p2r3
0945de26f0 refactor use item handler 2025-08-23 17:54:05 +03:00
p2r3
3c86db75fb implement composter 2025-08-23 15:55:46 +03:00
p2r3
c0b903a936 add saplings to instantly breakable blocks 2025-08-23 14:48:30 +03:00
p2r3
ede62b264a change default y value to a more sensible number 2025-08-23 14:45:01 +03:00
p2r3
da2e99bd08 fix mobs failing to find a valid spawn position 2025-08-23 14:42:52 +03:00
p2r3
ee69d3ab9b support placing blocks on containers while sneaking 2025-08-23 04:24:06 +03:00
p2r3
77c68c4dbc fix wrong respawn flag handling 2025-08-23 04:21:13 +03:00
p2r3
34a41b0ff7 prevent potential fall damage death from slow chunk loading 2025-08-23 02:31:11 +03:00
p2r3
bbbf137388 prevent players from leaving world boundaries 2025-08-23 02:30:05 +03:00
p2r3
d0dfa01d9d fix taking damage when attacking players 2025-08-23 02:17:02 +03:00
p2r3
f9bd73d1eb fix right click dealing damage 2025-08-23 02:15:32 +03:00
p2r3
b020cec224 fix mobs spawning at bad Y coordinate 2025-08-23 02:13:51 +03:00
p2r3
d9f6511af1 improve block placement checks 2025-08-23 02:06:01 +03:00
p2r3
eb57e545f6 fix mob movement and collision quirks 2025-08-23 02:00:32 +03:00
p2r3
4a90979e2f improve packet error logging and handling 2025-08-23 01:50:14 +03:00