StellarWind22 / Fabric-Shield-Lib

Library for easily adding new shields, shield enchantments, and enabling you to enchant shields in general without worry of conflictions.
https://www.curseforge.com/minecraft/mc-mods/fabric-shield-lib
GNU Lesser General Public License v2.1
40 stars 19 forks source link

repairItem tags? #45

Closed Inpaladin closed 3 years ago

Inpaladin commented 3 years ago

Hi! I couldn't find another really great avenue to ask this, so apologies if this isn't the place. I'm very new to modding in general and was wondering, does repairItem support tags? I saw in the example mod "Oak Planks" were used as opposed to the "Planks" tag, and am not sure how I would set it as a tag if I could. Help appreciated!

CringeStar commented 3 years ago

I think there was something like that before the library rewrite, but it no longer exists. I can currently think of a way to allow multiple items as repairItem but not tags since I haven't worked with tags alot

Inpaladin commented 3 years ago

That's unfortunate, how could I go about adding multiple items?

CringeStar commented 3 years ago

im working on something right now to see if it will work, if it doesn't I'll dm @CrimsonDawn45 since he was the one who made tag support for the repairItem before the rewrite.

Inpaladin commented 3 years ago

Alright, thank you!

StellarWind22 commented 3 years ago

Tag support is now included in 1.4.4. I have a bit more bug fixing to do before I release 1.4.4 though.

StellarWind22 commented 3 years ago

Included in 1.4.4 release.