luisdanieldlcg / BackTools

BackTools for Fabric. Shows the last used tool on the player's back. Purely aesthetic.
MIT License
8 stars 3 forks source link

Added offset to the config #24

Open FireInstall opened 5 months ago

FireInstall commented 5 months ago

Added offset to the config offset and orientation now allow optional nbt to further specify an item offset orientation now allow optional x and y axis offset/rotation Examples:

net.minecraft.item.HoeItem{"minecraft:custom_name": '"translation test1"'}:0.3 matches every hoe named "translation test1" and applies the offset/roation of 0.3. net.minecraft.item.HoeItem:.1:0:0.3 matches every hoe and applys an offset/roation of [0.1, 0, 0.3] closes #19

New PR since I renamed the branch to reflect the update to 1.20.5 and this does autoclose all open PRs

FireInstall commented 4 days ago

Note: because of #28 thw build checks have failed.