StorageWhitelist

Allows only whitelisted items to be put into storage containers

Total Downloads: 142 - First Release: Jan 2, 2017 - Last Update: Jan 6, 2017

5/5, 2 likes
  1. Kaleidos submitted a new resource:

    StorageWhitelist - Allows only whitelisted items to be put into storage containers

    Read more about this resource...
     
  2. People can not use the Small Oil refinery.
    They can not put Crude oil on the input.

    Can you help?
     
  3. Hello,

    on my Server everything runs smoothly.
    Please recheck your config, it have to contain "crude.oil" like this:
    Code:
         "refinery_small_deployed": [
          "wood",
          "crude.oil",
          "lowgradefuel"
        ]
     
  4. Kaleidos updated StorageWhitelist with a new update entry:

    0.2.1

     
  5. @Kaleidos

    how to add the Beans Can empty that burned become in Metal Frag in furnaces?
    I want to add it. and the Tuna Can empty.

    Regards
     
  6. You can whitelist it by yourself.
    Here an example:
    Code:
    {
      "Storage Container": {
        "campfire": [
          "wood",
          "charcoal",
          "bearmeat",
          "bearmeat.burned",
          "bearmeat.cooked",
          "humanmeat.burned",
          "humanmeat.cooked",
          "humanmeat.raw",
          "humanmeat.spoiled",
          "meat.boar",
          "meat.pork.burned",
          "meat.pork.cooked",
          "wolfmeat.burned",
          "wolfmeat.cooked",
          "wolfmeat.raw",
          "wolfmeat.spoiled",
          "chicken.burned",
          "chicken.cooked",
          "chicken.raw",
          "chicken.spoiled",
          "fish.raw",
          "fish.cooked",
          "can.beans.empty",
          "can.tuna.empty"
        ],
        "crudeoutput": [
          "crude.oil"
        ],
        "fuelstorage": [
          "lowgradefuel"
        ],
        "furnace": [
          "wood",
          "charcoal",
          "sulfur.ore",
          "sulfur",
          "metal.ore",
          "metal.fragments",
          "hq.metal.ore",
          "metal.refined",
          "can.beans.empty",
          "can.tuna.empty"
        ],
        "furnace.large": [
          "wood",
          "charcoal",
          "sulfur.ore",
          "sulfur",
          "metal.ore",
          "metal.fragments",
          "hq.metal.ore",
          "metal.refined",
          "can.beans.empty",
          "can.tuna.empty"
        ],
        "hopperoutput": [
          "sulfur.ore",
          "metal.ore",
          "metal.fragments",
          "hq.metal.ore",
          "stones"
        ],
        "refinery_small_deployed": [
          "wood",
          "crude.oil",
          "lowgradefuel",
          "can.beans.empty",
          "can.tuna.empty"
        ]
      }
    }
     

    Attached Files:

  7. Yes, I already did it some time ago.
    Thanks anyway !