Add Stalinium Axe and Shovel with custom functionalities
Signed-off-by: IM23a-cernik <cernik@bzz.ch>
This commit is contained in:
@@ -6,5 +6,5 @@ import net.minecraft.world.item.crafting.Ingredient;
|
||||
import net.neoforged.neoforge.common.SimpleTier;
|
||||
|
||||
public class ModTiers {
|
||||
public static final Tier STALINIUM = new SimpleTier(BlockTags.INCORRECT_FOR_NETHERITE_TOOL, 4096, 1f, 1f, 25, () -> Ingredient.of(ModItems.STALINIUM_INGOT.get(), ModItems.STALINIUM_NUGGET.get()));
|
||||
public static final Tier STALINIUM = new SimpleTier(BlockTags.INCORRECT_FOR_NETHERITE_TOOL, 4096, 11f, 6f, 25, () -> Ingredient.of(ModItems.STALINIUM_INGOT.get(), ModItems.STALINIUM_NUGGET.get()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user