Vehicle Registration
Vehicle Registration is a supplementary modification for MrCrayfish's Vehicle Mod that provides pack creators with tools for fine-tuning the original mod through integration with CraftTweaker.
Main Features
Workstation
The modification enables complete control over vehicle creation:
- Complete removal of existing crafting recipes
- Complete replacement of vehicle creation recipes
Important note: when changing recipes, specific items (IItemStack) must be used rather than general material types. Ore Dictionary is not supported - exact item specifications are required.
Usage Examples
Changing a recipe:
mods.vr.workstation.changeRecipe(String vehicleName, IItemStack[] items);
mods.vr.workstation.changeRecipe("ATV", [<minecraft:apple>,<minecraft:potato>]);
Removing a recipe:
mods.vr.Workstation.removeRecipe(String vehicleName);
mods.vr.Workstation.removeRecipe("BUMPER_CAR");
Supported Vehicles
The following vehicle types are available for configuration: 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