Crafting using Cardboard, Cardboard and Treated Stick, arranged in the pattern shown. Produces Cardboard Sword.
Cardboard Sword
Create · by simibubi
Function
Bonk. A _mostly_ _harmless_, yet powerful weapon of choice.
Acquisition
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
}