Crafting using Cycad, Cycad and Heavy Bone, arranged in the pattern shown. Produces Primitive Club.
Primitive Club
Alex's Caves · by Alexthe668, Noonyeyz
Primitive Club is a tool from Alex's Caves, crafted from Cycad and Heavy Bone.
Acquisition
Related items
Developer reference
- Registry name
alexscaves:primitive_club- Namespace
alexscaves- Mod ID
alexscaves- Tags (2)
forge:items/tools minecraft:items/weapons
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" C",
" C ",
"B "
],
"ingredients": {
"B": {
"item": "alexscaves:heavy_bone"
},
"C": {
"item": "alexscaves:cycad"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}