Sticker
create:sticker

Sticker

Create · by simibubi
block Pickaxe Mineable

Acquisition

Crafting using Andesite Alloy, Luminous Jelly, Andesite Alloy, Any Cobblestone, Any Redstone Dust and Any Cobblestone, arranged in the pattern shown. Produces Sticker.

Crafting
Andesite Alloy
Luminous Jelly
Andesite Alloy
Any Cobblestone
Any Redstone Dust
Any Cobblestone
Sticker Sticker guaranteed

Mining & drops

sourcecountchanceconditions
Sticker1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "ISI",
    "CRC"
  ],
  "ingredients": {
    "C": {
      "tag": "forge:cobblestone"
    },
    "I": {
      "item": "create:andesite_alloy"
    },
    "R": {
      "tag": "forge:dusts/redstone"
    },
    "S": {
      "tag": "forge:slimeballs"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}