Grease Ball
16×16 · BAKED

item· Other

Grease Ball

Spartan Weaponry · by ObliviousSpartan
item

Grease Ball is a item from Spartan Weaponry, crafted from Raw Mutton and Adhesive.

Acquisition

Crafting using Raw Mutton, Raw Mutton, Adhesive, Raw Mutton and Raw Mutton, arranged in the pattern shown. Produces Grease Ball.

Crafting conditional
Raw Mutton
Raw Mutton
Adhesive
Raw Mutton
Raw Mutton
Grease Ball Grease Ball guaranteed

Used in

Crafting using Grease Ball, Glass Bottle, Glass Bottle and Glass Bottle, in any arrangement. Produces 3× Weapon Oil.

Crafting ⇆ any arrangement conditional
Grease Ball
Glass Bottle
Glass Bottle
Glass Bottle
Weapon Oil Weapon Oil ×3 guaranteed
Developer reference
Registry name
spartanweaponry:grease_ball
Namespace
spartanweaponry
Mod ID
spartanweaponry

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " # ",
    "#O#",
    " # "
  ],
  "ingredients": {
    "#": {
      "tag": "forge:foods/meat/raw"
    },
    "O": {
      "tag": "forge:slimeballs"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "spartanweaponry:type_disabled",
        "disabled": [
          "oil"
        ]
      },
      "type": "spartanweaponry:type_disabled"
    }
  ],
  "sequence": null,
  "group_name": "spartanweaponry:grease_ball",
  "experience": null,
  "cooking_time": null
}