Interact Me
create_interactive:interact_me

Interact Me

block

Interact Me is a block from Create: Interactive, crafted from Brass Nugget, Paper, and Slimeball.

Acquisition

Crafting using Brass Nugget, Paper and Slimeball, arranged in the pattern shown. Produces Interact Me.

Crafting
Brass Nugget
Paper
Slimeball
Interact Me Interact Me guaranteed

Mining & drops

sourcecountchanceconditions
Interact Me1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
create_interactive:interact_me
Namespace
create_interactive
Mod ID
create_interactive

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "H",
    "P",
    "S"
  ],
  "ingredients": {
    "H": {
      "item": "create:brass_nugget"
    },
    "P": {
      "item": "minecraft:paper"
    },
    "S": {
      "item": "minecraft:slime_ball"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}