From 4d028a9ef8a6a704a52a6bc42f15fb035e124d46 Mon Sep 17 00:00:00 2001 From: tobinio Date: Wed, 18 Jun 2025 08:55:18 +0200 Subject: [PATCH] adding docs for adding new arrows - resolves #1 --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 038ac6c..d52fe83 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,17 @@ all arrows show their true selves - Crossbow displays correct colored tip when shooting tipped arrows - Crossbow displays spectral arrows - Arrow entity displays colored tip when it's a tipped arrow + +--- + +### Supporting more Arrows + +This mod adds a new `real_arrow_tip:charge_type` for the crossbow and bow item. It sets the item identifier of the currently used arrow as its value, making it possible to support any arrow. + +The texture pack needs to include the required arrow textures (see this mod’s resource pack for examples) and update `minecraft/items/bow.json` and `minecraft/items/crossbow.json` to reference the new textures. + +To create these `.json` files, you can use `item-model-generator.py.` Simply add the new arrows, and the `.json` files will be generated. + +Note: +Supporting modded arrows is outside the scope of this mod. +Feel free to publish any resource pack that adds compatibility for modded arrows. -- 2.51.2