Disable/Modify Recipes

Due to human (non-bot) spam the first contribution of a user has to be reviewed and activated manually, all further contributions do not require this.
As long as a user does not have at least one reviewed and activated contribution, the user is unable to edit his profile, set a avatar, title picture or a signature.
  • ye its possibile if you yoin my discord i can better help you and later we can post the results
    or Disable it like this

    go to line 38 looks like this

    Code
    CraftingComponent.AddRecipe(typeof(WainwrightTableObject), this);


    then easy change it to

    Code
    //CraftingComponent.AddRecipe(typeof(WainwrightTableObject), this);


    and the asphalt roads are disabled


    and you can change the needed item in line 32 and 33 and the ammount

    new CraftingElement<ConcreteItem>(typeof(RoadConstructionEfficiencySkill), 1, RoadConstructionEfficiencySkill.MultiplicativeStrategy),
    new CraftingElement<StoneItem>(typeof(RoadConstructionEfficiencySkill), 1, RoadConstructionEfficiencySkill.MultiplicativeStrategy),

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!