diff --git a/ReadMe.md b/ReadMe.md index 3b9841c..56bcce1 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,4 +1,4 @@ -# [](https://halbear.net/) Hal's Vehicle Framework +# [Logo of the mod](https://halbear.net/) Hal's Vehicle Framework 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 {