1. How do you change the crafting output for diff items? Like blocks to double? Is there an oxide plugin or do you have to alter files yourself? Any help appreciated.
     
  2. Again, a message so unprecisely written, that i have to ask a question before i can give an answer...

    WHAT Exactly do you want to do?

    do you want to build a stone block and get 10 out of it, instad of 1?

    do you want to get all new items to the game?

    j
     
  3. Was written clearly! Would like double output on crafting 2 blocks for 1. And other things. Didn't think that was so hard to understand or unprecisely written.
     
  4. for this you dont need a plugin, just go to :
    YourServerFolder/Mods/Blueprints.defaults.cfg
    copy its content to the File
    YourServerFolder/Mods/Blueprints.cfg

    then, for every item you want to change the value (of how much is crafted) look for the item and then the entry BATCHSIZE

    for stoneblocks this would be

    BuildingMaterials.Blocks.Tier7.StoneBlock.Crafting.BatchSize = '1' (just change the 1 to a 10 (if you want 10 stoneblocks))
     
  5. Thx for your help! I kinda looked thru other forum with requests and saw a post reply by you about altering cfg file for items. got it done. Thank you!