bronze ingot isnt tagged
danilwhale opened this issue ยท 4 comments
Greetings. I'm currently updating the mods on my 1.19.2 modpack (240+ mods). At some point I encountered an absolutely identical problem, and I managed to pinpoint the mod that causes this behavior. To my surprise it turned out to be an iron bookshelves. Version 1.1.2 works well, but after updating it to version 1.2.3, bronze ingot tag magically disappear - and hello, bunchh of bronze armor from nothing. I'm not finished yet, but about this one moment i am certain. Perhaps this clue can help in the future to fully clarify the reasons for such strange behavior/dependence.
TR 5.4.0, EMI 1.0.23, Sodium +addons, Fabric API 0.76.1
Just created a fresh instance with TR 5.8.7 installed on 1.20.1
Only other mod installed is REI to check the tags.
Looking within the jar file i can see the tag is present
TechReborn-5.8.7.jar\data\c\tags\items\
{
"replace": false,
"values": [
"techreborn:bronze_ingot"
]
}
It would suggest to me that something is wrong your end, eg Modpack related.
version=1.19.2 - 1.2.3 of Iron Bookshelves has
c/tags/items/bronze_ingots.json
{
"replace": false,
"values": [
"ingotcraft:bronze_ingot"
]
}
which shouldn't cause conflicts, without testing, i'm not sure its that.
You are correct in that this was added in version 1.2.3 though