Change crafting resources?Solved

Hello there! I changed the crafting resources but when I gave the command to craft the blood bag, it gives me nothing. Is it normal or did I mess up with something here?

{
  "Version": "2.2.0",
  "Instant Health Increase": 20.0,
  "Health Increase Over Time": 20.0,
  "Calorie Boost": 100.0,
  "Hydration Boost": 50.0,
  "Stop Bleeding": true,
  "Temperature Target": 25.0,
  "Radiation Poisoning Reduction": 25.0,
  "Amount To Consume": 2,
  "Crafting": {
    "Command": "craftblood",
    "Workbench Level Required": 1.0,
    "Health Sacrifice Amount": 15.0,
    "Crafting Time Seconds": 10.0,
    "Crafting Amount": 0,
    "Ingredients": [
      {
        "Shortname": "cloth",
        "Amount": 20
      },
      {
        "Shortname": "glue",
        "Amount": 1
      },
      {
        "Shortname": "bleach",
        "Amount": 1
      },
      {
        "Shortname": "ducttape",
        "Amount": 1
      },
      {
        "Shortname": "humanmeat.raw",
        "Amount": 1
      }
    ]
  }
}​
Thanks in advance!

You have

    "Crafting Amount": 0,
​

set to 0

fPiX6Qax3EIyr5r.png VisEntities

You have

    "Crafting Amount": 0,
​

set to 0

Thank you for correcting that! My fault. 👍

Locked automatically