You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add traffic flow and a bunch of small random tweaks
- Autopilot vehicles will stop behind other vehicles
- Auto mechanic table UI now shows tooltips for missing items in a recipe
- You can extract items out of vehicles with hoppers
- Invulnerable mobs will stay in the driver seat of a car even if another player gets on
- More appropriate automobile frustum culling
Copy file name to clipboardExpand all lines: README.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,18 @@
4
4
**Automobility is currently in BETA!** <br/>
5
5
The mod isn't feature-complete, and any feature requests would be greatly appreciated. Discuss features on the mod's GitHub Discussions page, or in the [Discord](https://discord.gg/7Aw3y4RtY9).
6
6
7
-
## Available for Fabric/Quilt and Forge
8
-
- Requires **[Fabric API](https://modrinth.com/mod/fabric-api)** (Fabric) or **[QSL](https://modrinth.com/mod/qsl)** (Quilt)
**Currently maintained for version 1.19.2, older versions are retired.**
11
+
**Currently maintained for version 1.21.1, older versions are retired.**
12
+
13
+
### Supports Data Packs and Resource Packs
14
+
- Add your own custom vehicle types with data packs and resource packs!
15
+
- Here is an [example](https://github.com/FoundationGames/City-Vehicles-Example-Addon) that you can use as a template.
12
16
13
17
## Getting Started
14
-
-**Recipes:** Crafting recipes can be viewed using [**EMI**](https://www.curseforge.com/minecraft/mc-mods/emi)(Fabric/Quilt) or [**JEI**](https://www.curseforge.com/minecraft/mc-mods/jei) (Forge).
18
+
-**Recipes:** Crafting table recipes can be viewed using [**EMI**](https://www.curseforge.com/minecraft/mc-mods/emi) or [**JEI**](https://www.curseforge.com/minecraft/mc-mods/jei). Automobile part recipes are viewed in the Auto Mechanic Table's GUI.
15
19
-**Automobile Parts:** Craft an Auto Mechanic Table. Use the GUI to craft the frame, engine, and wheels for your automobile. You can optionally craft an attachment.
16
20
-**Building your Automobile:** Craft an Automobile Assembler, as well as a Crowbar. Place parts on the assembler until the vehicle is complete. Use a crowbar to destroy the vehicle.
17
21
-**Enhancing your Automobile:** Use your Auto Mechanic Table to craft attachments, which can be placed on your Automobile to add exciting functionality or utility.
@@ -26,7 +30,7 @@ The mod isn't feature-complete, and any feature requests would be greatly apprec
26
30
- A/D - Steer left/right
27
31
- Space - Drift/Deploy
28
32
29
-
**Controller Support (*Fabric and Quilt Exclusive*):** when using [MidnightControls](https://www.curseforge.com/minecraft/mc-mods/midnightcontrols), you will be able to control automobiles with the following default controls:
33
+
**Controller Support (*Fabric Exclusive*):** when using [Controlify](https://modrinth.com/mod/controlify), you will be able to control automobiles with the following default controls:
Copy file name to clipboardExpand all lines: common/src/main/java/io/github/foundationgames/automobility/automobile/attachment/front/AutopilotFrontAttachment.java
0 commit comments