Add bowModelPredicateProvider
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user