VoxeLibre/mods/ENTITIES/mcl_minecarts/carts
2024-06-15 14:08:29 +02:00
..
minecart.lua 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
with_chest.lua Major reorganization, start setup for trains 2024-06-15 14:08:29 +02:00
with_commandblock.lua Major reorganization, start setup for trains 2024-06-15 14:08:29 +02:00
with_furnace.lua 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
with_hopper.lua Fix hopper-minecart interaction, convert ipairs(table) to use for i=1,#table instead 2024-06-15 14:08:29 +02:00
with_tnt.lua Fix rail detach crash, make tnt minecarts explode if they hit something hard (off rails) 2024-06-15 14:08:29 +02:00