mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
16 lines
297 B
Java
16 lines
297 B
Java
package com.hbm.main;
|
|
|
|
public class ModEventHandler
|
|
{
|
|
// Achievements
|
|
/*@SubscribeEvent
|
|
public void whenTitaniumSmeleted(PlayerEvent.ItemSmeltedEvent e)
|
|
{
|
|
if (e.smelting.getItem().equals(ModItems.ingot_titanium))
|
|
{
|
|
e.player.addStat(MainRegistry.achievementGetTitanium, 1);
|
|
}
|
|
}*/
|
|
|
|
}
|