HarvestCraft Tweaker avatar

HarvestCraft Tweaker [1.12.2]

Этот мод добавляет поддержку Crafttweaker к Harvestcraft. Доступные функции перечислены ниже.

Импорт: mods.harvestcrafttweaker.HarvestCraftTweaker;

Доступные методы:

clearAllPressing();

addPressing(IIngredient input, IItemStack leftOutput, IItemStack rightOutput);

removePressingByInput(IItemStack input);

clearAllGrinding();

addGrinding(IIngredient input, IItemStack leftOutput, IItemStack rightOutput);

removeGrindingByInput(IItemStack input);

addWaterFilter(IIngredient input, IItemStack leftOutput, IItemStack rightOutput);

removeWaterFilterByInput(IItemStack input);

// Наземные ловушки, обычно жёстко заданы, поэтому требуются coremods

addGroundTrap(IIngredient input, IItemStack[] outputs) ;

removeGroundTrapByInput(IIngredient input);

// Водные ловушки, также жёстко заданы, поэтому требуются coremods

addWaterTrap(IIngredient input, IItemStack[] outputs);

removeWaterTrapByInput(IIngredient input);

// Рынок

clearAllMarket();

addMarket(IItemStack toBuy,IItemStack input,int cost);

removeMarketByOutput(IItemStack output);

// Торговая биржа

addShipping(IItemStack toBuy,IItemStack currency,int cost);

removeShippingByOutput(IItemStack output);

Скачать HarvestCraft Tweaker

 
Тип Скачать Версия Загрузчик Обновлено Размер
Releaseharvestcrafttweaker-1.2c.jar1.12.2Forge25 августа 202018,1 КБ
Releaseharvestcrafttweaker-1.2a.jar1.12.2Forge24 августа 202017,9 КБ
Releaseharvestcrafttweaker-1.2b.jar1.12.2Forge24 августа 202018,1 КБ
Пожалуйста авторизуйтесь, чтобы оставить свой комментарий.