Example : new Mapping(62, "burning_furnace", new Note("merged with furnace, only available via state")) would also have its flattening id be "furnace".
The issue I see is that you might lose some data with this conversion, but this at least doesn't give null.
Example :
new Mapping(62, "burning_furnace", new Note("merged with furnace, only available via state"))
would also have its flattening id be "furnace".The issue I see is that you might lose some data with this conversion, but this at least doesn't give null.