Tech Reborn

Tech Reborn

30M Downloads

bronze ingot isnt tagged

danilwhale opened this issue ยท 4 comments

commented

bronze ingot isnt tagged as c:bronze_ingots and because of that, for example, mixed alloy ingot craft contain empty line, wrench is uncraftable

image
image
image

minecraft: 1.20.1
mod loader: fabric
mod version: 5.8.7

commented

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

commented

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"
  ]
}

and ingame
image
image

It would suggest to me that something is wrong your end, eg Modpack related.

commented

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

commented

Can't reproduce in dev env with TR only.

We have bronze_ingot tagged.

image