EasyFurnace

Auto fills and auto starts furnaces

Total Downloads: 4,207 - First Release: Jun 30, 2015 - Last Update: Sep 29, 2016

5/5, 7 likes
  1. I will take a look at the code, thanks for the heads up.
     
  2. I solved myself the problem:)
    Code:
    if (retainedWood < woodfactor)
                {
                    return;               
                }
     
  3. Does this plugin work anymore? i put it on my server and we cannot get it to work.
    i did not mess with the default config or anything.
     
    Last edited by a moderator: Sep 6, 2016
  4. @BeautyKilled Does it give you any errors in console? (The plugin has not been updated but should work unless the API calls got changed)
     
    Last edited by a moderator: Sep 6, 2016
  5. nope. it says loaded and thats it. we tried all diff ways and nothing happens?
     
  6. Hmm, that is weird. Will take a look and see if I can spot the fault.
    [DOUBLEPOST=1473144166][/DOUBLEPOST]@BeautyKilled And just to make sure, did you make sure the furnace was empty and had some wood and some of the output material when you moved the ore?
     
  7. my 2nd admin was not putting in output material. that was the issue. thank you for that.
    only issue now is it dont leave a slot open for coal so its spit out and wasted?
    is there a way to fix that?
     
  8. @BeautyKilled Yes there is, just change the slot numbers in the config file. (To add a slot for coal you just remove 1 or more of the other slots)
     
  9. I thought so but wanted to be sure. thats great, works great now thanks!
    [DOUBLEPOST=1473146595][/DOUBLEPOST]
    oh sorry one more thing, he said big furnaces took it all but small ones take less than 1k. is that normal?
     
  10. It adds as much as the wood can burn
     
  11. Just wondering if I am doing something wrong. I changed the configs for like hqm and sulfur. instead of putting in 3 ore and only getting 1 back I put it to be even but either I have a plugin that is overriding this one or I am doing something wrong. For me it only starts automatically using metal ore not sulfur or hqm and I am not sure if it is based on a stack size. And then it's not giving me the right output that I put in the configs. I did the oxide.reload EasyFurnace and it does it's thing and I even tried to restart the server and I have removed and re added and reconfigured EasyFurnace. Could something be overriding it or did I mess up somewhere?
     
  12. Hi. How to disable notifications in the Rcon console?
    (13:33:21) | [Oxide] 13:33 [Info] [EasyFurnace] 120
     
  13. oskar3123 updated EasyFurnace with a new update entry:

    1.1.4


    [DOUBLEPOST=1475153262][/DOUBLEPOST]@Minxy-2
    Are you sure you have enough output material in your inventory?
    If you do, could you send me your config?
    Sorry for the late reply, simply missed the email notification.
     
  14. Not work with metal and HQMetal, only sulfur
     
  15. for the most part its stacks of at least 25k-100k or more in my invo.
     

    Attached Files:

  16. Hi im having issues i just added the mod restarted server and seem to have no config file listed for the mod ? any ideas
     
  17. did you try oxide.reload EasyFurnace in the console?
     
  18. tried that thank you but still no joy cannot find the config file using clanforge.
    [DOUBLEPOST=1475165253][/DOUBLEPOST]i do use a smelting controller maybe that is conflicting
    ?
     
  19. It wont work for me.
     
  20. It does work.

    I would wish me the following improvement:

    On my server, stacks of ores are 50.000.
    Stacks of e.g. sulphur are 10.000.

    I would like to have a config option,
    to set the total amount i put into the furnace.

    e.g.

    "Sulfur": {
    "Ores": 3,
    "TotalAmount": 9999,
    "Output": 1,
    "Wood": 1
    }


    So i would end up with 3 ore stacks, each 3333 and in the end with 9999 sulphur of my 10k stack.