Oil Can
16×16 · BAKED

block· Machines & Other Blocks

Oil Can

Kaleidoscope Cookery · by ysbbbbbb, tartaric_acid, Azumic
block Cookery Mod Items

Oil Can is a block from Kaleidoscope Cookery, crafted from Heavy Weighted Pressure Plate, Bucket, and Stick.

Acquisition

Mining & drops

sourcecountdrop rateconditions
Oil Can1–1100%Survives Explosion

Drop rates are per-roll probabilities, not absolute find rates — actual odds of finding an item also depend on structure generation and loot pool weights.

Block drops

Drops itself when broken.

Developer reference
Registry name
kaleidoscope_cookery:oil_pot
Namespace
kaleidoscope_cookery
Mod ID
kaleidoscope_cookery
Tags (1)
kaleidoscope_cookery:items/cookery_mod_items

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "P ",
    "BS"
  ],
  "ingredients": {
    "B": {
      "item": "minecraft:bucket"
    },
    "P": {
      "item": "minecraft:heavy_weighted_pressure_plate"
    },
    "S": {
      "item": "minecraft:stick"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}