Crafting using Any Planks, Any Planks, Any Planks, Handle and Any Planks, arranged in the pattern shown. Produces Wooden Rapier.
item· Other
Wooden Rapier
Spartan Weaponry · by ObliviousSpartan
Wooden Rapier is a item from Spartan Weaponry, crafted from Any Planks and Handle.
Acquisition
Related items
Developer reference
- Registry name
spartanweaponry:wooden_rapier- Namespace
spartanweaponry- Mod ID
spartanweaponry- Tags (2)
spartanweaponry:items/rapiers spartanweaponry:items/wooden_weapons
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" #",
"## ",
"|# "
],
"ingredients": {
"#": {
"tag": "minecraft:planks"
},
"|": {
"item": "spartanweaponry:handle"
}
},
"conditions": [
{
"raw": {
"type": "spartanweaponry:type_disabled",
"disabled": [
"rapier"
]
},
"type": "spartanweaponry:type_disabled"
}
],
"sequence": null,
"group_name": "spartanweaponry:rapier",
"experience": null,
"cooking_time": null
}