I'm currently making a mod which is a bit different to normal mods and has some different blocks. I feel these blocks would be good if they had their own help screens so when a user right clicks on it and selects help a little help screen comes up explaining what it does!
The problem is I'm not sure how you do this!
Could someone possibly help me out, thanks.
Offline
Create a folder named 'Help' in the same folder as the image file.
Create a picture with the help for the block in it.
Look at the name of the method for the block.
Save the picture in the Help folder with the name set to the method name with the colons replaced by underscores.
EXAMPLE:
Block: wait:elapsed:from:
Picture name: wait_elapsed_from_
Offline
TheSuccessor wrote:
Create a folder named 'Help' in the same folder as the image file.
Create a picture with the help for the block in it.
Look at the name of the method for the block.
Save the picture in the Help folder with the name set to the method name with the colons replaced by underscores.
EXAMPLE:
Block: wait:elapsed:from:
Picture name: wait_elapsed_from_
thanks, I'll try that now!
Offline
Did it work?
Offline