Bug: Tags do not work correctly in repairing recipes #2546
Labels
status/blocked
This issue depends on another issue being resolved first.
status/dependent
This issue requires changes in external API.
type/enhancement
This issue is associated with improvements to an existing feature.
What Feature Types Apply to This Bug?
Other (Please Describe)
Other Type
Crafting
What Type of Bug Is This?
Design
Mod Loader
NeoForge
Mod Loader Version
21.1.115
The Aether Version
1.21.1-1.5.3
Is This Bug a Conflict With Another Mod?
no
Client Log
n/a
Crash Report (if applicable)
n/a
Steps to Reproduce
(any valid tag will demonstrate this)
![Image](https://private-user-images.githubusercontent.com/19861808/410734857-b8ef8509-58ce-48b2-867f-10bb430b3aa0.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk5ODA2NTUsIm5iZiI6MTczOTk4MDM1NSwicGF0aCI6Ii8xOTg2MTgwOC80MTA3MzQ4NTctYjhlZjg1MDktNThjZS00OGIyLTg2N2YtMTBiYjQzMGIzYWEwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE5VDE1NTIzNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTBmNThkOGMyZjljMDkxMDExMWI5NjkzMDZhOTZlMzI5MDUyOTNkOTUzY2FhZDBiMDM5MTlkMDU2ZjFlNTQ1M2QmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.4s3WyukaAVDU63IOCIFVHM0RWZIT7ZhvR99LDP6DzsE)
![Image](https://private-user-images.githubusercontent.com/19861808/410734929-6210792e-fce3-4cf1-a30b-457b9190e318.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk5ODA2NTUsIm5iZiI6MTczOTk4MDM1NSwicGF0aCI6Ii8xOTg2MTgwOC80MTA3MzQ5MjktNjIxMDc5MmUtZmNlMy00Y2YxLWEzMGItNDU3YjkxOTBlMzE4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE5VDE1NTIzNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTk0ZWQyNWY5OWIxZDkzYzhjOWIxNjRiMzgyZjQ5ZjAyNmY5MmNiNWMyZjRjNGQ1NmIxOWVjY2YwN2RjYWI2OTEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.F5a4qJOKH9G7oikCW5QSiLnPJYMeTHXU3bwnTZp4zDs)
2. Attempt to perform recipe in-game:
3. observe the incorrect output:
(it seems to be leather boots because that happens to be the 0th item in the
#minecraft:enchantable/durability
tag)What You Expect To Happen
The item that was input it output, but repaired
What Actually Happened
leather boots were output
Additional Details
Unrelated, but CraftTweaker does not consider
aether:repairing
a recipetype. However,<recipetype:aether:enchanting>.removeByRegex("aether:.*_repairing");
seemed to work for removing all other repairing recipes. (This is just a note, having this script or not does not change the outcome of the custom recipe)Please Read and Confirm The Following
The text was updated successfully, but these errors were encountered: