create:bound_cardboard_block

Bound Block of Cardboard

Create · by simibubi
block Axe Mineable

Acquisition

Crafting using Block of Cardboard and String, in any arrangement. Produces Bound Block of Cardboard.

Crafting ⇆ any arrangement
Bound Block of Cardboard guaranteed

Item Application using Block of Cardboard and Any String. Produces Bound Block of Cardboard.

Item Application
Block of CardboardAny String Any String·members not yet documented
Bound Block of Cardboard guaranteed

Mining & drops

sourcecountchanceconditions
Bound Block of Cardboard1–1100%Drops itself with Silk Touch

Used in (1)

Crafting using Bound Block of Cardboard, in any arrangement. Produces 4× Cardboard.

Crafting ⇆ any arrangement
Cardboard Cardboard ×4 guaranteed

Block drops

dropscountchanceconditions
Bound Block of Cardboard1–1100%Drops itself with Silk Touch
1–1100%Survives Explosion
Block of Cardboard1–1100%Inverted, Survives Explosion
Developer reference
Registry name
create:bound_cardboard_block
Namespace
create
Mod ID
create
Tags (1)
minecraft:blocks/mineable/axe

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "create:cardboard_block"
    },
    {
      "item": "minecraft:string"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:item_application",
  "pattern": null,
  "ingredients": [
    {
      "item": "create:cardboard_block"
    },
    {
      "tag": "forge:string"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}