Chemical Turret
16×16 · BAKED

block· Machines & Other Blocks

Chemical Turret

Create: Diesel Generators · by George VI
block Pickaxe Mineable

Chemical Turret is a block from Create: Diesel Generators, crafted from Precision Mechanism, Copper Plate, Chemical Sprayer With Lighter, Cogwheel, and Copper Casing. Fill with any _fluid_ using a _spout_ to spray your _friends_ or _enemies_ with it!.

Function

Fill with any _fluid_ using a _spout_ to spray your _friends_ or _enemies_ with it!

When R-Clicked: Starts / stops controlling

When Shifted: Stops controlling

When Powered with Redstone: Starts _spraying_ with the _Fluid_ in its _Tank_.

Acquisition

Mining & drops

sourcecountdrop rateconditions
Chemical Turret1–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
createdieselgenerators:chemical_turret
Namespace
createdieselgenerators
Mod ID
createdieselgenerators
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "PBS",
    " G ",
    "BCB"
  ],
  "ingredients": {
    "B": {
      "tag": "forge:plates/copper"
    },
    "C": {
      "item": "create:copper_casing"
    },
    "G": {
      "item": "create:cogwheel"
    },
    "P": {
      "item": "create:precision_mechanism"
    },
    "S": {
      "item": "createdieselgenerators:chemical_sprayer_lighter"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "PBS",
    " G ",
    "BCB"
  ],
  "ingredients": {
    "B": {
      "tag": "forge:plates/copper"
    },
    "C": {
      "item": "create:copper_casing"
    },
    "G": {
      "item": "create:cogwheel"
    },
    "P": {
      "item": "create:precision_mechanism"
    },
    "S": {
      "item": "createdieselgenerators:chemical_sprayer"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}