Missing names for some items in english.json

I’ve used the english.json file to get readable names from internal item names, but after release 220 implemented the dug up versions of some blocks I can’t do that anymore. For example a recipe asks for item with id 10830, which resolves to

“10830”: {
“name”: “WOOD_ANCIENT_TRUNK_DUGUP”

}

But there is no corresponding entry in english.json anymore, there was in release 219

“ITEM_TYPE_WOOD_ANCIENT_TRUNK_DUGUP”: “Ancient Wood Trunk”

Is this intended? Should I just make a quick hack and strip any occurances of _DUGUP from the names or is this going to be changed?

Just pointing this out if somebody else runs in to it, you should look at “stringID” in the compileditems.msgpack, not “name”. Previously they matched up well enough it seems so my site worked fine :smiley:

My bad, not a bug!