teknomunk
|
a980446315
|
Fix players repelling carts with new player metadata system
|
2024-06-15 14:08:29 +02:00 |
|
teknomunk
|
ccf5882a98
|
Add persistent player-specific metadata into mcl_playerinfo, simple cart reattachment (only exists if the luaentity for the cart exists when the player logs in)
|
2024-06-15 14:08:29 +02:00 |
|
teknomunk
|
f3b0ee67ed
|
Fix hopper-minecart interaction, convert ipairs(table) to use for i=1,#table instead
|
2024-06-15 14:08:29 +02:00 |
|
teknomunk
|
79d068b98a
|
Fix undefined global warning, move player off to the side of a cart when dismounting so trains don't get pushed apart when getting out
|
2024-06-15 14:08:29 +02:00 |
|
teknomunk
|
79b3b3b26b
|
Make trains containing a player in a minecart function, minor cleanup in mcl_playerinfo
|
2024-06-15 14:08:29 +02:00 |
|
teknomunk
|
095ad465e5
|
Give furnace minecart minimum velocity when lit, add train separation code, update logging code, add sequence number to entity staticdata to allow respawn/despawn when carts move when the entity is unloaded
|
2024-06-15 14:08:29 +02:00 |
|
teknomunk
|
db96e86d57
|
Fix rail detach crash, make tnt minecarts explode if they hit something hard (off rails)
|
2024-06-15 14:08:29 +02:00 |
|
teknomunk
|
386bde698d
|
Major reorganization, start setup for trains
|
2024-06-15 14:08:29 +02:00 |
|