/
Belyash5
/
Flu
Обзор
Документация
Войти
/
Belyash5
/
Flu
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/main/java/com/hbm/handler/nei/AmmoPressHandler.java
16 строк
395 B
Bob
do you dare take a spookie dookie in the skoilet?
08 дек 2024, 00:48
08 дек 2024, 00:48
da407e6
Код
Авторство
О чём код?
package com.hbm.handler.nei; import com.hbm.blocks.ModBlocks; import com.hbm.inventory.recipes.AmmoPressRecipes; public class AmmoPressHandler extends NEIUniversalHandler { public AmmoPressHandler() { super(ModBlocks.machine_ammo_press.getLocalizedName(), ModBlocks.machine_ammo_press, AmmoPressRecipes.getRecipes()); } @Override public String getKey() { return "ntmAmmoPress"; } }