Minecraft Vehicle Registration mod 2026 download
logo
minecraft mod Vehicle Registration

Vehicle Registration

Game Version: 1.12.2
Total Downloads: 1,729
Updated: Mar 13, 2020
Created: Feb 10, 2020
Download Vehicle RegistrationDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
Vehicle Registration - 1.12.2 - 1.1.2 release 18.71 KB Mar 13, 2020 1.12.2 1,026 download Vehicle Registration Vehicle Registration - 1.12.2 - 1.1.2 releaseDownload
Vehicle Registration - 1.12.2 - 1.1.3 beta 19.83 KB Sep 26, 2020 1.12.2 466 download Vehicle Registration Vehicle Registration - 1.12.2 - 1.1.3 betaDownload
Vehicle Registration - 1.12.2 - 1.1.1 beta 18.03 KB Feb 13, 2020 1.12.2 187 download Vehicle Registration Vehicle Registration - 1.12.2 - 1.1.1 betaDownload
Vehicle Registration - 1.12.2 - 1.1.0 beta 17.94 KB Feb 12, 2020 1.12.2 27 download Vehicle Registration Vehicle Registration - 1.12.2 - 1.1.0 betaDownload
Vehicle Registration - 1.12.2 - 1.0.0 beta 15.61 KB Feb 10, 2020 1.12.2 23 download Vehicle Registration Vehicle Registration - 1.12.2 - 1.0.0 betaDownload

Description

Share this:

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

Comments

Add a comment