Lit Redstone Lamp bit itemstacks have no name.
Phylogeny opened this issue ยท 11 comments
The display name is simply "Chiseled Bit", rather than "Chiseled Bit - Lit Redstone Lamp".
Its probobly because there is no item for that state, still should probobly say something, I'll have to look at it.
Hmm... yeah. Well, whether or not there's a good general solution to be found, at least making sure (by hard-coding, if necessary) that all bits of vanilla blocks display correctly would be nice. As far as I can tell, lit redstone lamp bits are the only vanilla block bits with this problem.
Well, I can make it "Redstone Lamp" but not much in the way of getting "Lit" onto that without adding localization for it myself, honestly more tempted to black list it instead.. i'm not sure it makes sense to chisel a material that requires redstone signal.
That's true. Redstone lamps being chiselable in the first place is relatively new anyway, if I'm not mistaken.
I've added a test to ignore blocks without items, which in vanilla only blacklists the lit variant of the lamp, leaving the unlit variant alone.
I don't think this will change much mod wise, its a pretty unusual case, having a separate block for a state of another block.
Take 2, https://dvs1.progwml6.com/jenkins/job/Chisels-and-Bits/27/
I'm honestly confused that my test some how worked the other night, I'm pretty sure this should resolve the issue for real now.