{"id":15141069,"url":"https://github.com/minetest-mods/vehicle_mash","last_synced_at":"2025-10-23T18:30:32.664Z","repository":{"id":30992058,"uuid":"34550398","full_name":"minetest-mods/vehicle_mash","owner":"minetest-mods","description":"Cars, boats, and hovercrafts for Minetest","archived":false,"fork":false,"pushed_at":"2024-02-15T04:27:34.000Z","size":2835,"stargazers_count":8,"open_issues_count":6,"forks_count":10,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-01-30T20:12:25.940Z","etag":null,"topics":["lua","minetest","minetest-mod","vehicles"],"latest_commit_sha":null,"homepage":"https://content.minetest.net/packages/Panquesito7/vehicle_mash/","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/minetest-mods.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-04-25T01:37:05.000Z","updated_at":"2024-02-16T17:02:34.000Z","dependencies_parsed_at":"2024-02-15T01:42:12.517Z","dependency_job_id":"95d25f0b-a085-4d6b-b09f-2b78bea666dd","html_url":"https://github.com/minetest-mods/vehicle_mash","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minetest-mods%2Fvehicle_mash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minetest-mods%2Fvehicle_mash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minetest-mods%2Fvehicle_mash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minetest-mods%2Fvehicle_mash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/minetest-mods","download_url":"https://codeload.github.com/minetest-mods/vehicle_mash/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237869185,"owners_count":19379282,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["lua","minetest","minetest-mod","vehicles"],"created_at":"2024-09-26T08:44:04.859Z","updated_at":"2025-10-23T18:30:32.193Z","avatar_url":"https://github.com/minetest-mods.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vehicle Mash [![LuaCheck status](https://github.com/minetest-mods/vehicle_mash/workflows/luacheck/badge.svg)](https://github.com/minetest-mods/vehicle_mash/actions) [![ContentDB](https://content.minetest.net/packages/Panquesito7/vehicle_mash/shields/downloads/)](https://content.minetest.net/packages/Panquesito7/vehicle_mash/)\n\n- Current version: 2.4.0\n- By [blert2112](https://github.com/blert2112), and handed over to [Panquesito7](https://github.com/Panquesito7).\n\n![Screenshot](https://raw.githubusercontent.com/minetest-mods/vehicle_mash/master/screenshot.png)\n\nA merge of all the vehicles from:\n\n- \"Mesecars\" by paramat.\n- \"Car\" by Esteban.\n- \"Boats\" by PilzAdam.\n- \"Hovercraft\" by Stuart Jones.\n\n- 28 vehicles currently.\n- All CAR01's can carry 3 passengers.\n\n- Disable vehicles by going to your Minetest Settings.\n- Adding new vehicles is a simple matter of:\n  - Create/acquire vehicle model and textures.\n  - Create, and name appropriately, a new `.lua` file on its appropiate folder for the vehicle based on one of the existing ones.\n  - Add a setting in `settingtypes.txt` for users to enable/disable it.\n  - Change settings in the file you created to reflect the new vehicle.\n  - Add a new line to `init.lua` to load the vehicle `dofile(minetest.get_modpath(\"vehicle_mash\") .. \"/NAME_OF_VEHICLE.lua\")`\n\n## Installation\n\n- Unzip the archive, rename the folder to `vehicle_mash` and place it in\n../minetest/mods/\n\n- GNU/Linux: If you use a system-wide installation place\nit in ~/.minetest/mods/.\n\n- If you only want this to be used in a single world, place\nthe folder in worldmods/ in your world directory.\n\nFor further information or help, see:\\\n\u003chttps://wiki.minetest.net/Installing_Mods\u003e\n\n## Known issues\n\n- None as of now.\n\n## License\n\nCopyright (C) 2015-2016 blert2112 and contributors\\\nCopyright (C) 2019-2022 Panquesito7 (halfpacho@gmail.com) and contributors\n\nAll licenses of previous works, of course, apply (see credits below).\nAs far as the work I did... It's really just a fork of a fork of a fork of a fork, tossed it all into a blender and spun it on puree for a bit. Baked it for a while and set it on the counter to cool. What I mean is, make what you will of it, it matters not to me.\n\nSee [`LICENSE.md`](LICENSE.md) for more information.\n\n## Dependencies\n\n- `default` (included in [Minetest Game](https://github.com/minetest/minetest_game))\n- [`lib_mount`](https://github.com/minetest-mods/lib_mount)\n\n## Requirements\n\n- `vehicle_mash` 2.1.0 for MT 5.0.0+.\n- `vehicle_mash` 2.0 for MT 0.4.12+ (may work on older versions).\n\n## TODO\n\nThere are no pending tasks to do yet.\n\n## Changelog\n\nv2.4.0 1/12/2022\n\n- Added new API support for `lib_mount`.\n- Customizable HP/Armor for all vehicles. Players will be affected.\n- Short and tweak the code.\n- Cars can now be killed by players.\n- Support for 3+ passengers (beta).\n\nv2.3.0 2/12/2021\n\n- Improved formatting in `README.md`.\n- Added [API Mode](https://github.com/minetest-mods/vehicle_mash/commit/6b3bdac4d880a6fde298a286b3bd5043750e904e) setting.\n- Removed F1 and 126r cars due to closed-source license.\n- Improved vehicle drops.\n  - Vehicles can now drop multiple items.\n- Add option for vehicles to fly (setting per vehicle).\n- Can enable/disable crash separately for each vehicle.\n- Added ContentDB badge on `README.md`.\n- Improved GitHub workflow.\n\nv2.2.2 6/02/2020\n\n- Fix passengers not detaching when driver gets out.\n- Various other tweaks and fixes for passengers.\n\nv2.2.1 5/28/2020\n\n- Added vehicle crafting (Enabled by default).\n  - Added car battery, windshield, tire, and motor.\n- All CAR01's can now carry 3 passengers.\n- Add `screenshot.png`.\n- Improve `README.md`.\n\nv2.2 5/15/2020\n\n- Move files to a folder of its own.\n- Add GitHub workflow and LuaCheck.\n- Add `settingtypes.txt` to select enabled cars.\n- Improve `README.md`.\n- Short a bit the code.\n\nv2.1 6/10/2019\n\n- Fix attachment positions for drivers/passengers on all vehicles.\n- Adds red, green, and yellow hovercrafts.\n- Use `mod.conf` for name, description and dependencies.\n- Support for MT 5.0.0+.\n\nv2.0 8/13/2016\n\n- converted to use the lib_mount mod for \"driving\"\n- enlarged F1 and 126r models x2.5\n- added yellow Mesecar\n- updated boat model from default boat mod\n- various speed/braking/turning/acceleration tweaks\n- various collision box tweaks\n- various other tweaks I probably forgot about\n- last version supporting MT 0.4.12+.\n\nv1.4 5/19/2015\n\n- attach (one) passenger added\n- reorganized vehicle definition file code and added some variables pertaining to passengers\n- added a vehicle definition file template with comments\n- cleaned up to remove code dulplication\n\nv1.3 5/5/2015\n\n- player now sits forward in vehicles\n- tweaked player sit positions\n- tweaked collison boxes\n- proper placement on_ground/in_water\n\nv1.2 5/1/2015\n\n- added boats\n- changed name so  to not conflict with other mods\n\nv1.1 4/25/2015\n\n- car won't come to a complete stop (fixed)\n\nv1.0 4/24/2015\n\n- first release\n\n## Bugs, suggestions and new features\n\nReport bugs or suggest ideas by [creating an issue](https://github.com/minetest-mods/vehicle_mash/issues/new).\\\nIf you know how to fix an issue, consider opening a [pull request](https://github.com/minetest-mods/vehicle_mash/compare).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminetest-mods%2Fvehicle_mash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminetest-mods%2Fvehicle_mash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminetest-mods%2Fvehicle_mash/lists"}