Factory Gauge
create:factory_gauge

Factory Gauge

Create · by simibubi
block Pickaxe Mineable

Acquisition

Crafting using Stock Link and Precision Mechanism, in any arrangement. Produces 2× Factory Gauge.

Crafting ⇆ any arrangement
Stock Link
Precision Mechanism
Factory Gauge Factory Gauge ×2 guaranteed

Crafting using Factory Gauge, in any arrangement. Produces Factory Gauge.

Crafting ⇆ any arrangement
Factory Gauge
Factory Gauge Factory Gauge guaranteed

Mining & drops

sourcecountchanceconditions
Factory Gauge1–1100%Survives Explosion

Used in (1)

Crafting using Factory Gauge, in any arrangement. Produces Factory Gauge.

Crafting ⇆ any arrangement
Factory Gauge
Factory Gauge Factory Gauge guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
create:factory_gauge
Namespace
create
Mod ID
create
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "create:stock_link"
    },
    {
      "item": "create:precision_mechanism"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "create:factory_gauge"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}