Rolling Mill
createaddition:rolling_mill

Rolling Mill

block Pickaxe Mineable

Acquisition

Crafting using Any Iron Plate, Shaft, Any Iron Plate, Andesite Alloy, Shaft, Andesite Alloy, Andesite Alloy, Andesite Casing and Andesite Alloy, arranged in the pattern shown. Produces Rolling Mill.

Crafting
Rolling Mill Rolling Mill guaranteed

Mining & drops

sourcecountchanceconditions
Rolling Mill1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "PSP",
    "ASA",
    "ACA"
  ],
  "ingredients": {
    "A": {
      "item": "create:andesite_alloy"
    },
    "C": {
      "item": "create:andesite_casing"
    },
    "P": {
      "tag": "forge:plates/iron"
    },
    "S": {
      "item": "create:shaft"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}