Cardboard Sword
create:cardboard_sword

Cardboard Sword

Create · by simibubi
item

Function

Bonk. A _mostly_ _harmless_, yet powerful weapon of choice.

Acquisition

Crafting using Cardboard, Cardboard and Treated Stick, arranged in the pattern shown. Produces Cardboard Sword.

Crafting
Cardboard
Cardboard
Treated Stick
Cardboard Sword Cardboard Sword guaranteed
Developer reference
Registry name
create:cardboard_sword
Namespace
create
Mod ID
create

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "P",
    "P",
    "S"
  ],
  "ingredients": {
    "P": {
      "item": "create:cardboard"
    },
    "S": {
      "tag": "forge:rods/wooden"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}