Jump to content
Message added by ThePitereq,

CarbonAliases Extension is required only if your server runs on Oxide!

Addon isn't required on Carbon servers!

4 Screenshots

  • 33.8k
  • 334
  • 80.77 kB

About Custom Mixing

Discord Banner

RUST Plugin Test Server
TEST MY PLUGINS THERE!

connect play.thepitereq.ovh:28050

 

Custom Mixing plugin allows you to create an infinite number of custom recipes for the mixing table. It updates the mixing table, enabling you to customize, add, or remove recipes, change their craft times, ingredients, and much more!

 

VideoPreview.png.7f998de5a767fae68b52333665eed510.png

 

PluginFeatures.png.fe3d7e8e2c3f92b0866abacce0a6fcdf.png

  • Create an infinite number of custom recipes with the Custom Mixing plugin.
  • Edit or remove default recipes, supports custom item crafts with skins, display names, and blueprint requirements, and offers configurable mixing times.
  • Full support of the item content, so you can work with liquids inside containers.
  • Crafting times are cached through server restarts, and it includes crafting item search and paging features.
  • Configurable hints appear when clicking on item icons, and admins can give items by clicking an icon with the SPRINT button pressed, provided they have permission.
  • A RUST-themed UI.
  • Optional statistics data file for admins.

 

Permissions.png.264afd906700c4d493c4f7cabfd1d556.png

  • custommixing.give - Gives access for giving items by clicking icons with SPRINT button pressed.
  • custommixing.instacraft - Makes every crafting an insta-craft.

 

DefaultConfig.png.188a511a1ee568d4fb8c208658affda8.png

{
  "Enable Statistics": false,
  "PopUP API Preset Name": "Legacy",
  "Use Translated Item Names (will generate a lot of text in lang file)": false,
  "Next Page Button Offset": {
    "X Offset - Min": 576,
    "X Offset - Max": 636,
    "Y Offset - Min": 439,
    "Y Offset - Max": 546,
    "Button Text Size": 80
  },
  "Prev Page Button Offset": {
    "X Offset - Min": 576,
    "X Offset - Max": 636,
    "Y Offset - Min": 227,
    "Y Offset - Max": 334,
    "Button Text Size": 80
  },
  "Current Page Text Offset": {
    "X Offset - Min": 576,
    "X Offset - Max": 636,
    "Y Offset - Min": 334,
    "Y Offset - Max": 439,
    "Button Text Size": 18
  },
  "Craftings": [
    {
      "Crafting Display Name": "Low Grade Fuel",
      "Item Shortname": "lowgradefuel",
      "Item Amount": 4,
      "Skin ID": 0,
      "Item Name": "",
      "Mixing Time": 1.0,
      "Default Display": true,
      "Require Shortname Blueprint": false,
      "Show Recipe Without Permission": true,
      "Required Permission": "",
      "Mixing Time Permission Divider": {},
      "Crafting Ingredients": [
        {
          "Item Shortname": "cloth",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "fat.animal",
          "Item Amount": 3,
          "Skin ID": 0,
          "Content Item": null
        }
      ]
    },
    {
      "Crafting Display Name": "Gun Powder",
      "Item Shortname": "gunpowder",
      "Item Amount": 10,
      "Skin ID": 0,
      "Item Name": "",
      "Mixing Time": 1.0,
      "Default Display": true,
      "Require Shortname Blueprint": false,
      "Show Recipe Without Permission": true,
      "Required Permission": "",
      "Mixing Time Permission Divider": {},
      "Crafting Ingredients": [
        {
          "Item Shortname": "sulfur",
          "Item Amount": 10,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "charcoal",
          "Item Amount": 10,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "sulfur",
          "Item Amount": 10,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "charcoal",
          "Item Amount": 10,
          "Skin ID": 0,
          "Content Item": null
        }
      ]
    },
    {
      "Crafting Display Name": "Explosives",
      "Item Shortname": "explosives",
      "Item Amount": 1,
      "Skin ID": 0,
      "Item Name": "",
      "Mixing Time": 4.0,
      "Default Display": true,
      "Require Shortname Blueprint": true,
      "Show Recipe Without Permission": true,
      "Required Permission": "",
      "Mixing Time Permission Divider": {
        "custommixing.premium": 1.5,
        "custommixing.vip": 4.0
      },
      "Crafting Ingredients": [
        {
          "Item Shortname": "gunpowder",
          "Item Amount": 50,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "lowgradefuel",
          "Item Amount": 3,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "sulfur",
          "Item Amount": 10,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "metal.fragments",
          "Item Amount": 10,
          "Skin ID": 0,
          "Content Item": null
        }
      ]
    },
    {
      "Crafting Display Name": "Pistol Bullet",
      "Item Shortname": "ammo.pistol",
      "Item Amount": 4,
      "Skin ID": 0,
      "Item Name": "",
      "Mixing Time": 1.0,
      "Default Display": true,
      "Require Shortname Blueprint": true,
      "Show Recipe Without Permission": true,
      "Required Permission": "",
      "Mixing Time Permission Divider": {},
      "Crafting Ingredients": [
        {
          "Item Shortname": "gunpowder",
          "Item Amount": 5,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "metal.fragments",
          "Item Amount": 10,
          "Skin ID": 0,
          "Content Item": null
        }
      ]
    },
    {
      "Crafting Display Name": "5.56 Rifle Ammo",
      "Item Shortname": "ammo.rifle",
      "Item Amount": 3,
      "Skin ID": 0,
      "Item Name": "",
      "Mixing Time": 1.0,
      "Default Display": true,
      "Require Shortname Blueprint": true,
      "Show Recipe Without Permission": true,
      "Required Permission": "",
      "Mixing Time Permission Divider": {},
      "Crafting Ingredients": [
        {
          "Item Shortname": "gunpowder",
          "Item Amount": 5,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "metal.fragments",
          "Item Amount": 5,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "metal.fragments",
          "Item Amount": 5,
          "Skin ID": 0,
          "Content Item": null
        }
      ]
    },
    {
      "Crafting Display Name": "HV Pistol Bullet",
      "Item Shortname": "ammo.pistol.hv",
      "Item Amount": 4,
      "Skin ID": 0,
      "Item Name": "",
      "Mixing Time": 1.0,
      "Default Display": true,
      "Require Shortname Blueprint": true,
      "Show Recipe Without Permission": true,
      "Required Permission": "",
      "Mixing Time Permission Divider": {},
      "Crafting Ingredients": [
        {
          "Item Shortname": "gunpowder",
          "Item Amount": 5,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "gunpowder",
          "Item Amount": 5,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "metal.fragments",
          "Item Amount": 10,
          "Skin ID": 0,
          "Content Item": null
        }
      ]
    },
    {
      "Crafting Display Name": "HV 5.56 Rifle Ammo",
      "Item Shortname": "ammo.rifle.hv",
      "Item Amount": 3,
      "Skin ID": 0,
      "Item Name": "",
      "Mixing Time": 1.0,
      "Default Display": true,
      "Require Shortname Blueprint": true,
      "Show Recipe Without Permission": true,
      "Required Permission": "",
      "Mixing Time Permission Divider": {},
      "Crafting Ingredients": [
        {
          "Item Shortname": "gunpowder",
          "Item Amount": 5,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "gunpowder",
          "Item Amount": 5,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "metal.fragments",
          "Item Amount": 5,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "metal.fragments",
          "Item Amount": 5,
          "Skin ID": 0,
          "Content Item": null
        }
      ]
    },
    {
      "Crafting Display Name": "Incendiary Pistol Bullet",
      "Item Shortname": "ammo.pistol.fire",
      "Item Amount": 4,
      "Skin ID": 0,
      "Item Name": "",
      "Mixing Time": 1.0,
      "Default Display": true,
      "Require Shortname Blueprint": true,
      "Show Recipe Without Permission": true,
      "Required Permission": "",
      "Mixing Time Permission Divider": {},
      "Crafting Ingredients": [
        {
          "Item Shortname": "gunpowder",
          "Item Amount": 10,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "metal.fragments",
          "Item Amount": 10,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "sulfur",
          "Item Amount": 5,
          "Skin ID": 0,
          "Content Item": null
        }
      ]
    },
    {
      "Crafting Display Name": "Incendiary 5.56 Rifle Ammo",
      "Item Shortname": "ammo.rifle.incendiary",
      "Item Amount": 3,
      "Skin ID": 0,
      "Item Name": "",
      "Mixing Time": 1.0,
      "Default Display": true,
      "Require Shortname Blueprint": true,
      "Show Recipe Without Permission": true,
      "Required Permission": "",
      "Mixing Time Permission Divider": {},
      "Crafting Ingredients": [
        {
          "Item Shortname": "gunpowder",
          "Item Amount": 10,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "metal.fragments",
          "Item Amount": 5,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "metal.fragments",
          "Item Amount": 5,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "sulfur",
          "Item Amount": 5,
          "Skin ID": 0,
          "Content Item": null
        }
      ]
    },
    {
      "Crafting Display Name": "Basic Healing Tea",
      "Item Shortname": "healingtea",
      "Item Amount": 1,
      "Skin ID": 0,
      "Item Name": "",
      "Mixing Time": 5.0,
      "Default Display": true,
      "Require Shortname Blueprint": false,
      "Show Recipe Without Permission": true,
      "Required Permission": "",
      "Mixing Time Permission Divider": {},
      "Crafting Ingredients": [
        {
          "Item Shortname": "red.berry",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "red.berry",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "red.berry",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "red.berry",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        }
      ]
    },
    {
      "Crafting Display Name": "Advanced Healing Tea",
      "Item Shortname": "healingtea.advanced",
      "Item Amount": 1,
      "Skin ID": 0,
      "Item Name": "",
      "Mixing Time": 5.0,
      "Default Display": true,
      "Require Shortname Blueprint": false,
      "Show Recipe Without Permission": true,
      "Required Permission": "",
      "Mixing Time Permission Divider": {},
      "Crafting Ingredients": [
        {
          "Item Shortname": "healingtea",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "healingtea",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "healingtea",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "healingtea",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        }
      ]
    },
    {
      "Crafting Display Name": "Pure Healing Tea",
      "Item Shortname": "healingtea.pure",
      "Item Amount": 1,
      "Skin ID": 0,
      "Item Name": "",
      "Mixing Time": 5.0,
      "Default Display": true,
      "Require Shortname Blueprint": false,
      "Show Recipe Without Permission": true,
      "Required Permission": "",
      "Mixing Time Permission Divider": {},
      "Crafting Ingredients": [
        {
          "Item Shortname": "healingtea.advanced",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "healingtea.advanced",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "healingtea.advanced",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "healingtea.advanced",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        }
      ]
    },
    {
      "Crafting Display Name": "Basic Ore Tea",
      "Item Shortname": "oretea",
      "Item Amount": 1,
      "Skin ID": 0,
      "Item Name": "",
      "Mixing Time": 5.0,
      "Default Display": true,
      "Require Shortname Blueprint": false,
      "Show Recipe Without Permission": true,
      "Required Permission": "",
      "Mixing Time Permission Divider": {},
      "Crafting Ingredients": [
        {
          "Item Shortname": "yellow.berry",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "blue.berry",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "yellow.berry",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "blue.berry",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        }
      ]
    },
    {
      "Crafting Display Name": "Advanced Ore Tea",
      "Item Shortname": "oretea.advanced",
      "Item Amount": 1,
      "Skin ID": 0,
      "Item Name": "",
      "Mixing Time": 5.0,
      "Default Display": true,
      "Require Shortname Blueprint": false,
      "Show Recipe Without Permission": true,
      "Required Permission": "",
      "Mixing Time Permission Divider": {},
      "Crafting Ingredients": [
        {
          "Item Shortname": "oretea",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "oretea",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "oretea",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "oretea",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        }
      ]
    },
    {
      "Crafting Display Name": "Pure Ore Tea",
      "Item Shortname": "oretea.pure",
      "Item Amount": 1,
      "Skin ID": 0,
      "Item Name": "",
      "Mixing Time": 5.0,
      "Default Display": true,
      "Require Shortname Blueprint": false,
      "Show Recipe Without Permission": true,
      "Required Permission": "",
      "Mixing Time Permission Divider": {},
      "Crafting Ingredients": [
        {
          "Item Shortname": "oretea.advanced",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "oretea.advanced",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "oretea.advanced",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "oretea.advanced",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        }
      ]
    },
    {
      "Crafting Display Name": "Basic Anti-Rad Tea",
      "Item Shortname": "radiationresisttea",
      "Item Amount": 1,
      "Skin ID": 0,
      "Item Name": "",
      "Mixing Time": 5.0,
      "Default Display": true,
      "Require Shortname Blueprint": false,
      "Show Recipe Without Permission": true,
      "Required Permission": "",
      "Mixing Time Permission Divider": {},
      "Crafting Ingredients": [
        {
          "Item Shortname": "red.berry",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "red.berry",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "green.berry",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "green.berry",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        }
      ]
    },
    {
      "Crafting Display Name": "Advanced Anti-Rad Tea",
      "Item Shortname": "radiationresisttea.advanced",
      "Item Amount": 1,
      "Skin ID": 0,
      "Item Name": "",
      "Mixing Time": 5.0,
      "Default Display": true,
      "Require Shortname Blueprint": false,
      "Show Recipe Without Permission": true,
      "Required Permission": "",
      "Mixing Time Permission Divider": {},
      "Crafting Ingredients": [
        {
          "Item Shortname": "radiationresisttea",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "radiationresisttea",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "radiationresisttea",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "radiationresisttea",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        }
      ]
    },
    {
      "Crafting Display Name": "Pure Anti-Rad Tea",
      "Item Shortname": "radiationresisttea.pure",
      "Item Amount": 1,
      "Skin ID": 0,
      "Item Name": "",
      "Mixing Time": 5.0,
      "Default Display": true,
      "Require Shortname Blueprint": false,
      "Show Recipe Without Permission": true,
      "Required Permission": "",
      "Mixing Time Permission Divider": {},
      "Crafting Ingredients": [
        {
          "Item Shortname": "radiationresisttea.advanced",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "radiationresisttea.advanced",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "radiationresisttea.advanced",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "radiationresisttea.advanced",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        }
      ]
    },
    {
      "Crafting Display Name": "Basic Wood Tea",
      "Item Shortname": "woodtea",
      "Item Amount": 1,
      "Skin ID": 0,
      "Item Name": "",
      "Mixing Time": 5.0,
      "Default Display": true,
      "Require Shortname Blueprint": false,
      "Show Recipe Without Permission": true,
      "Required Permission": "",
      "Mixing Time Permission Divider": {},
      "Crafting Ingredients": [
        {
          "Item Shortname": "red.berry",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "blue.berry",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "red.berry",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "blue.berry",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        }
      ]
    },
    {
      "Crafting Display Name": "Advanced Wood Tea",
      "Item Shortname": "woodtea.advanced",
      "Item Amount": 1,
      "Skin ID": 0,
      "Item Name": "",
      "Mixing Time": 5.0,
      "Default Display": true,
      "Require Shortname Blueprint": false,
      "Show Recipe Without Permission": true,
      "Required Permission": "",
      "Mixing Time Permission Divider": {},
      "Crafting Ingredients": [
        {
          "Item Shortname": "woodtea",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "woodtea",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "woodtea",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "woodtea",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        }
      ]
    },
    {
      "Crafting Display Name": "Pure Wood Tea",
      "Item Shortname": "woodtea.pure",
      "Item Amount": 1,
      "Skin ID": 0,
      "Item Name": "",
      "Mixing Time": 5.0,
      "Default Display": true,
      "Require Shortname Blueprint": false,
      "Show Recipe Without Permission": true,
      "Required Permission": "",
      "Mixing Time Permission Divider": {},
      "Crafting Ingredients": [
        {
          "Item Shortname": "woodtea.advanced",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "woodtea.advanced",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "woodtea.advanced",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "woodtea.advanced",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        }
      ]
    },
    {
      "Crafting Display Name": "Basic Scrap Tea",
      "Item Shortname": "scraptea",
      "Item Amount": 1,
      "Skin ID": 0,
      "Item Name": "",
      "Mixing Time": 5.0,
      "Default Display": true,
      "Require Shortname Blueprint": false,
      "Show Recipe Without Permission": true,
      "Required Permission": "",
      "Mixing Time Permission Divider": {},
      "Crafting Ingredients": [
        {
          "Item Shortname": "yellow.berry",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "white.berry",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "yellow.berry",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "white.berry",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        }
      ]
    },
    {
      "Crafting Display Name": "Advanced Scrap Tea",
      "Item Shortname": "scraptea.advanced",
      "Item Amount": 1,
      "Skin ID": 0,
      "Item Name": "",
      "Mixing Time": 5.0,
      "Default Display": true,
      "Require Shortname Blueprint": false,
      "Show Recipe Without Permission": true,
      "Required Permission": "",
      "Mixing Time Permission Divider": {},
      "Crafting Ingredients": [
        {
          "Item Shortname": "scraptea",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "scraptea",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "scraptea",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "scraptea",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        }
      ]
    },
    {
      "Crafting Display Name": "Pure Scrap Tea",
      "Item Shortname": "scraptea.pure",
      "Item Amount": 1,
      "Skin ID": 0,
      "Item Name": "",
      "Mixing Time": 5.0,
      "Default Display": true,
      "Require Shortname Blueprint": false,
      "Show Recipe Without Permission": true,
      "Required Permission": "",
      "Mixing Time Permission Divider": {},
      "Crafting Ingredients": [
        {
          "Item Shortname": "scraptea.advanced",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "scraptea.advanced",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "scraptea.advanced",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "scraptea.advanced",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        }
      ]
    },
    {
      "Crafting Display Name": "Basic Max Health Tea",
      "Item Shortname": "maxhealthtea",
      "Item Amount": 1,
      "Skin ID": 0,
      "Item Name": "",
      "Mixing Time": 5.0,
      "Default Display": true,
      "Require Shortname Blueprint": false,
      "Show Recipe Without Permission": true,
      "Required Permission": "",
      "Mixing Time Permission Divider": {},
      "Crafting Ingredients": [
        {
          "Item Shortname": "red.berry",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "red.berry",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "red.berry",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "yellow.berry",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        }
      ]
    },
    {
      "Crafting Display Name": "Advanced Max Health Tea",
      "Item Shortname": "maxhealthtea.advanced",
      "Item Amount": 1,
      "Skin ID": 0,
      "Item Name": "",
      "Mixing Time": 5.0,
      "Default Display": true,
      "Require Shortname Blueprint": false,
      "Show Recipe Without Permission": true,
      "Required Permission": "",
      "Mixing Time Permission Divider": {},
      "Crafting Ingredients": [
        {
          "Item Shortname": "maxhealthtea",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "maxhealthtea",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "maxhealthtea",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "maxhealthtea",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        }
      ]
    },
    {
      "Crafting Display Name": "Pure Max Health Tea",
      "Item Shortname": "maxhealthtea.pure",
      "Item Amount": 1,
      "Skin ID": 0,
      "Item Name": "",
      "Mixing Time": 5.0,
      "Default Display": true,
      "Require Shortname Blueprint": false,
      "Show Recipe Without Permission": true,
      "Required Permission": "",
      "Mixing Time Permission Divider": {},
      "Crafting Ingredients": [
        {
          "Item Shortname": "maxhealthtea.advanced",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "maxhealthtea.advanced",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "maxhealthtea.advanced",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "maxhealthtea.advanced",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        }
      ]
    },
    {
      "Crafting Display Name": "Worm",
      "Item Shortname": "worm",
      "Item Amount": 1,
      "Skin ID": 0,
      "Item Name": "",
      "Mixing Time": 2.0,
      "Default Display": true,
      "Require Shortname Blueprint": false,
      "Show Recipe Without Permission": true,
      "Required Permission": "custommixing.worm",
      "Mixing Time Permission Divider": {},
      "Crafting Ingredients": [
        {
          "Item Shortname": "horsedung",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": null
        },
        {
          "Item Shortname": "waterjug",
          "Item Amount": 1,
          "Skin ID": 0,
          "Content Item": {
            "Item Shortname": "water",
            "Item Amount": 50,
            "Skin ID": 0,
            "Content Item": null
          }
        }
      ]
    }
  ]
}

User Feedback

1.2m

Downloads

Total number of downloads.

6.1k

Customers

Total customers served.

90.3k

Files Sold

Total number of files sold.

1.8m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.