I ran into a problem on my Fletcher tool. The woods need a space above Heartwood to show properly or they run together. I'm at a loss how to do this. Anyone know where i may start looking?Capture.JPG
 
I don't think it should be showing both boards and logs. You don't need them both showing to use either one. Your only real option, if you want them both showing, is to increase the size of the gump itself, which would increase all of the crafting gumps by the same amount.
 
oh then just remove the boards and it will look right? Hmm my server crashes when i commit out the boards. So unless there is a place besides defbowfletching.cs that i need to be looking at, what I would really like is how to put a space in there so they move to where I want. But thank you for trying
Oh where can i find the gump for defbowfletching?
 
Try changing this in the gump( the 497 to like 500 save --restart the server to see if any difference- 497 should be the length of the gump
AddBackground(0, 0, 530, 497, 5054);

I wonder since this is in the core if you will need to recompile the server
 
Back