so, now i'm writing
item Eraser
{
Weight = 0.05,
Type = Normal,
DisplayName = Eraser,
Icon = Eraser,
}
but wanna
item Eraser
{
Weight = 0.05,
}
is there syntaxis for change only weight?
i have been trying to find/figure out what keys are assigned to what number values, is there a list that shows all the keys and their number values? or can one be provided? because i really need one right now to help assign a new key for a command in my mod, but i don't know the number value of it. So please if somebody who knows could provide me with a table listing the, it would be greatly appreciated.