Vehicle Registration is a companion mod for MrCrayfish's Vehicle Mod designed to allow modpack makers fine tune the mod for their desires using CraftTweaker.
Current Features:
Workstation
- Removing Recipes
- Changing Recipes - Note, this requires IItemStack entries, not IIngredients. You cannot use the Ore Dictionary, only specific ItemStacks
//Changing Recipes Example:
mods.vr.workstation.changeRecipe(String vehicleName, IItemStack[] items);
mods.vr.workstation.changeRecipe("ATV", [<minecraft:apple>,<minecraft:potato>]);
//Removing Recipes Example:
mods.vr.Workstation.removeRecipe(String vehicleName);
mods.vr.Workstation.removeRecipe("BUMPER_CAR");
The following are valid values for vehicleName:
ALUMINUM_BOAT, ATV, BUMPER_CAR, DUNE_BUGGY, DIRT_BIKE, GO_KART, GOLF_CART, JET_SKI,LAWN_MOWER, MINI_BIKE, MINI_BUS, MOPED, OFF_ROADER, SHOPPING_CART, SMART_CAR, SPORTS_PLANE, TRACTOR, SEEDER_TRAILER, SPEED_BOAT, STORAGE_TRAILER, VEHICLE_TRAILER, FERTILIZER_TRAILER, FLUID_TRAILER, BATH, COUCH, SOFACOPTER
Verified by MCModsHub
- Ships as VehicleRegistration-1.1.2.jar — drop this file into the mods folder
- Download size: 19 KB
- Download link checked 13 Aug 2026 — working
These come from our own check of the pack file, not from the source page.