Crafting using Brass Nugget, Paper and Slimeball, arranged in the pattern shown. Produces Interact Me.
Interact Me
Interact Me is a block from Create: Interactive, crafted from Brass Nugget, Paper, and Slimeball.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Interact Me | 1–1 | 100% | 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
}