
Vehicle Registration
Активный0.0
Установок
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");