Hi I have a simple (hopefully) question regarding computercraft.
I have set up a spawning room similar to the season 6 Direwolf20 void age room but I want to be able to handle the names of the mobs differently.
The basics are a chest containing safari nets is searched and the safari net data "captured" value is displayed on buttons on the screen, and it shows things like "thaumcraft.Pech" and longer names for other mobs which are hard to fit to a button and I also want to be able to select sheep by colour but the name comes up only as "sheep".
I thought there may be a way similar to the MS Excel right(x) command that returns the right hand requested characters to solve the first problem but cant find a solution to the second apart from creating a screen with set labeled buttons that get the mob from a designated slot.
Is there a command like right() or any other ideas would be appreciated
BTW I tried renaming the safari net with the mob in it - fail
and a name tag on the mob before capturing - fail
I have set up a spawning room similar to the season 6 Direwolf20 void age room but I want to be able to handle the names of the mobs differently.
The basics are a chest containing safari nets is searched and the safari net data "captured" value is displayed on buttons on the screen, and it shows things like "thaumcraft.Pech" and longer names for other mobs which are hard to fit to a button and I also want to be able to select sheep by colour but the name comes up only as "sheep".
I thought there may be a way similar to the MS Excel right(x) command that returns the right hand requested characters to solve the first problem but cant find a solution to the second apart from creating a screen with set labeled buttons that get the mob from a designated slot.
Is there a command like right() or any other ideas would be appreciated
BTW I tried renaming the safari net with the mob in it - fail
and a name tag on the mob before capturing - fail