Skip to content

Центрифуга

DDShadowRU edited this page Aug 27, 2017 · 1 revision
ModAPI.addAPICallback("ForestryAPI", function(api){ 
    RecipeRegistry.registerCentrifugeRecipe({
        input: {id: ItemID.propolisSilky, data: 0},//Вход
        result: [[ItemID.propolis, 0, 0.1], [ItemID.silkWisp, 0, 0.6]]//Результат ([id, data, chance])
    });
});
Clone this wiki locally