I want to change the item and number of weapon building materials, but it is not successful after modifying the file. When I enter my server, the original item and number are still displayed. How can I modify it? thank you!
stations.Add<ObjectWeaponWorkbench>();
duration = CraftingDuration.Medium;
inputItems.Add<ItemIngotIron>(count: 99);
inputItems.Add<ItemPlanks>(count: 99);
inputItems.Add<ItemComponentsHighTech>(count: 99);
outputItems.Add<ItemMusket>();