/
Belyash5
/
Flu
Обзор
Документация
Войти
/
Belyash5
/
Flu
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/main/java/com/hbm/handler/imc/ICompatNHNEI.java
14 строк
357 B
Boblet
even more spring cleaning
22 апр 2024, 17:15
22 апр 2024, 17:15
3ab5016
Код
Авторство
О чём код?
package com.hbm.handler.imc; import net.minecraft.item.ItemStack; public interface ICompatNHNEI { /** * First item on the list is the icon for the recipe in the NEI GUI, the * rest are displayed on the sidebar as other items that can be used for the * same purpose **/ public ItemStack[] getMachinesForRecipe(); public String getRecipeID(); }