Скачать Vehicle Registration — Minecraft Моды — ModStock

Vehicle Registration

Активный

Установок

0

Последнее обновление

4 года назад
Клиент
Аддоны

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
Участники проекта
mallrat208

mallrat208