Potato Cannon
create:potato_cannon

Potato Cannon

Create · by simibubi
item

Function

_Shoots_ a suitable item from your _Inventory_. _No_ _Durability_ will be used. Instead, _Air_ _pressure_ is drained from the Tank When R-Clicked While wearing Backtank Launches your home-grown vegetables at Enemies. Can be powered with _Air_ _Pressure_ from a _Backtank_

Acquisition

Mechanical Crafting using Andesite Alloy, Precision Mechanism, Fluid Pipe, Fluid Pipe, Fluid Pipe, Copper Ingot and Copper Ingot, arranged in the pattern shown. Produces Potato Cannon.

Mechanical Crafting
Andesite Alloy
Precision Mechanism
Fluid Pipe
Fluid Pipe
Fluid Pipe
Copper Ingot
Copper Ingot
Potato Cannon Potato Cannon guaranteed
Developer reference
Registry name
create:potato_cannon
Namespace
create
Mod ID
create

Recipe JSON (1):

{
  "recipe_type": "create:mechanical_crafting",
  "pattern": [
    "LRSSS",
    "CC   "
  ],
  "ingredients": {
    "C": {
      "tag": "forge:ingots/copper"
    },
    "L": {
      "item": "create:andesite_alloy"
    },
    "R": {
      "item": "create:precision_mechanism"
    },
    "S": {
      "item": "create:fluid_pipe"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}