Dart
mowziesmobs:dart

Dart

Mowzie's Mobs · by BobMowzie, Wadoo, Vakypanda, Noonyez, pau101
item Impact Projectiles Entity Type

Function

Can only be used with blowgun Poisons targets

Acquisition

Crafting using Naga Fang, Stick and Feather, arranged in the pattern shown. Produces 8× Dart.

Crafting
Naga Fang
Stick
Feather
Dart Dart ×8 guaranteed
Developer reference
Registry name
mowziesmobs:dart
Namespace
mowziesmobs
Mod ID
mowziesmobs
Tags (1)
minecraft:entity_types/impact_projectiles

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " F ",
    " S ",
    " E "
  ],
  "ingredients": {
    "E": {
      "item": "minecraft:feather"
    },
    "F": {
      "item": "mowziesmobs:naga_fang"
    },
    "S": {
      "item": "minecraft:stick"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}