Add bowModelPredicateProvider

This commit is contained in:
RyanTLG
2022-04-30 13:46:37 +02:00
parent c97fad41f6
commit e6d5c373f9
5 changed files with 43 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ import net.minecraft.util.registry.Registry;
public class strongBow {
public static final Item STRONG_BOW = new BowItem(new FabricItemSettings().group(gamermod.CHING).maxCount(1).fireproof().maxDamage(19));
public static final Item STRONG_BOW = new BowItem(new FabricItemSettings().group(gamermod.CHING).maxCount(1).fireproof().maxDamage(458));
public static void register(){
Registry.register(Registry.ITEM, new Identifier("gamermod", "strong_bow"), STRONG_BOW);