now it works in pre4. #2
Loading…
Reference in New Issue
No description provided.
Delete Branch "JuliGame/VehiclesPlusConverter:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Made it work in pre4.
There are some hardcoded things that should be fixed in line 242.
@ -245,2 +250,4 @@
.gearbox(new Gearbox(true, 10))
.build();
// Idk why but it was detecting type as "car" and it should be "cars" to work
That's weird, will check that out before merging this PR.
Thanks, I updated to the latest snapshot build based on this PR in
841f8c358f
.Pull request closed