teknomunk
|
48c380ca0b
|
Make sure to clear _passenger after expelling mobs
|
2024-12-31 02:36:18 +01:00 |
|
teknomunk
|
bf9ad1919e
|
Prevent players getting in the same cart as a mob, don't allow mobs already in a cart to be moved to another one
|
2024-12-31 02:36:18 +01:00 |
|
teknomunk
|
6f5760000e
|
Address review comments
|
2024-12-31 02:36:18 +01:00 |
|
teknomunk
|
bf3e9190b3
|
Fix syntax error from rebase, fix cart tilt, change cart speed to 4 blocks/second and make into a setting, make minecart settings compatibily with upcoming dynamic rules PR (#4662)
|
2024-12-31 02:36:18 +01:00 |
|
teknomunk
|
fd559ec40d
|
Fix crash with minecart on activator rail
|
2024-12-31 02:36:18 +01:00 |
|
teknomunk
|
ee49ff612d
|
Silence debug prints and logging
|
2024-12-31 02:36:18 +01:00 |
|
teknomunk
|
46c1330d31
|
Make activated tnt minecarts glow in the dark, fix crash with lit tnt minecarts
|
2024-12-31 02:36:18 +01:00 |
|
teknomunk
|
dcb534bf9a
|
Move the various rails to their own files, code cleanup
|
2024-12-31 02:36:18 +01:00 |
|
teknomunk
|
4c56707336
|
Fix players repelling carts with new player metadata system
|
2024-12-31 02:36:18 +01:00 |
|
teknomunk
|
22f5369db9
|
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-12-31 02:36:18 +01:00 |
|
teknomunk
|
712f0b9b9b
|
Fix hopper-minecart interaction, convert ipairs(table) to use for i=1,#table instead
|
2024-12-31 02:36:18 +01:00 |
|
teknomunk
|
7c7a987342
|
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-12-31 02:36:18 +01:00 |
|
teknomunk
|
265a25d6ae
|
Make trains containing a player in a minecart function, minor cleanup in mcl_playerinfo
|
2024-12-31 02:36:18 +01:00 |
|
teknomunk
|
7bd95257bd
|
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-12-31 02:36:18 +01:00 |
|
teknomunk
|
40a5184703
|
Fix rail detach crash, make tnt minecarts explode if they hit something hard (off rails)
|
2024-12-31 02:36:18 +01:00 |
|
teknomunk
|
dbeec9b542
|
Major reorganization, start setup for trains
|
2024-12-31 02:36:18 +01:00 |
|