UpdateReadme

This commit is contained in:
2026-05-20 08:45:57 +01:00
parent 9a81125a48
commit 16cdf8f100
+2 -2
View File
@@ -1,4 +1,4 @@
# [<img src="/RepoImages/HalsVehicleFrameworkLogoAlternativeHD.png" style="width:64px;"/>](https://halbear.net/) Hal's Vehicle Framework
# [<img src="/RepoImages/HalsVehicleFrameworkLogoAlternativeHD.png" width="64" style="width:64px; height:64px;" alt="Logo of the mod"/>](https://halbear.net/) <font size="110">Hal's Vehicle Framework</font>
a simple to use but powerful vehicle library for Minecraft Forge 1.16.5, 1.20.1, and 1.21.1
## Getting Started
@@ -39,7 +39,7 @@ public class MyVehicleClass extends VehicleBaseEntity {
}
```
### The entity renderer:
this you put an array of models in but for this example its an array of 1 size, this is so you can put multiple models for a single vehicle in, or make it dynamically swappable in game
this you put an array of models in but for this example it's an array of 1 size, this is so you can put multiple models for a single vehicle in, or make it dynamically swappable in game
```
@OnlyIn(Dist.CLIENT)
public class MyVehicleRenderer extends VehicleBaseRenderer {