Go to file
Oskar Nordling 6fc0bc87eb 1.1.2 2016-07-05 12:20:51 +02:00
EasyFurnace.cs 1.1.2 2016-07-05 12:20:51 +02:00
README.md Update README.md 2016-07-05 12:08:31 +02:00

README.md

EasyFurnace

EasyFurnace creates a joy out of using furnaces.

What is EasyFurnace used for?

Is the filling of furnaces to much of a pain? Then EasyFurnace is for you, all you have to do is drag some metal or sulfur into the furnace and sit back to watch the magic.

Config

The config file for the plugin is located in Oxide's default config file folder ([serverroot]/server/[serveridentity]/oxide/config).

The default configuration:

{
  "Furnace": {
    "Metal": {
      "Ores": 4,
      "Output": 1,
      "Wood": 1
    },
    "Sulfur": {
      "Ores": 4,
      "Output": 1,
      "Wood": 1
    }
  },
  "LargeFurnace": {
    "Metal": {
      "Ores": 12,
      "Output": 1,
      "Wood": 5
    },
    "Sulfur": {
      "Ores": 12,
      "Output": 3,
      "Wood": 3
    }
  }
}

The sum of "Ores", "Output" and "Wood" has to be 6 for normal furnaces and 18 for large furnaces.

  • "Ores": {int} - The amount of slots in the furnace to be used by ores.
  • "Output": {int} - The amount of slots in the furnace to be used by the output material.
  • "Wood": {int} - The amount of slots in the furnace to be used by wood.