Crafting using Redstone Dust, Block of Iron, Witherite Ingot, Redstone Dust and Witherite Ingot, arranged in the pattern shown. Produces Meat Shredder.
Meat Shredder
cataclysm · by L_Ender
Function
Right-click damages entities in front (i-frame ignore)
Acquisition
Related items
Developer reference
- Registry name
cataclysm:meat_shredder- Namespace
cataclysm- Mod ID
cataclysm- Tags (2)
alexscaves:items/ferromagnetic_items forge:items/tools/axe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" #I",
" n#",
"n "
],
"ingredients": {
"#": {
"item": "minecraft:redstone"
},
"I": {
"item": "minecraft:iron_block"
},
"n": {
"item": "cataclysm:witherite_ingot"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
