Advertisement
Guest User

Untitled

a guest
Jul 1st, 2016
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.47 KB | None | 0 0
  1. {
  2.     name: "default",
  3.     description: "Default",
  4.     sets: [
  5.         {
  6.             name: "default",
  7.             operations: [
  8.                 {
  9.                     type: "remove",
  10.                     what: [
  11.                           "tconstruct:piggybackpack",
  12.                           "tconstruct:throwball:1",
  13.                           "tconstruct:throwball",
  14.                           "tconstruct:slimesling",
  15.                           "tconstruct:slime_boots",
  16.                           "substratum:nugget",
  17.                           "torcharrowsmod:torch_arrow",
  18.                           "yeoldetanks:infiniteWaterBucket",
  19.                           "supercraftingframe:super_xp_frame",
  20.                           "supercraftingframe:super_teleportation_frame",
  21.                           "supercraftingframe:destination_marker",
  22.                           "supercraftingframe:super_breeding_frame"
  23.                     ]
  24.                 },
  25.                 {
  26.                     type: "addShaped",
  27.                     output: "survivalist:tanned_chestplate",
  28.                     quantity: 1,
  29.                     with: [
  30.                         "survivalist:tanned_leather", "", "survivalist:tanned_leather",
  31.                         "survivalist:tanned_leather", "survivalist:tanned_leather", "survivalist:tanned_leather",
  32.                         "survivalist:tanned_leather", "survivalist:tanned_leather", "survivalist:tanned_leather"
  33.                     ]
  34.                 },
  35.                 {
  36.                     type: "addShaped",
  37.                     output: "survivalist:tanned_boots",
  38.                     quantity: 1,
  39.                     with: [
  40.                         "survivalist:tanned_leather", "", "survivalist:tanned_leather",
  41.                         "survivalist:tanned_leather", "", "survivalist:tanned_leather"
  42.                     ]
  43.                 },
  44.                 {
  45.                     type: "addShaped",
  46.                     output: "survivalist:tanned_leggings",
  47.                     quantity: 1,
  48.                     with: [
  49.                         "survivalist:tanned_leather", "survivalist:tanned_leather", "survivalist:tanned_leather",
  50.                         "survivalist:tanned_leather", "", "survivalist:tanned_leather",
  51.                         "survivalist:tanned_leather", "", "survivalist:tanned_leather"
  52.                     ]
  53.                 },
  54.                 {
  55.                     type: "addShaped",
  56.                     output: "survivalist:tanned_helmet",
  57.                     quantity: 1,
  58.                     with: [
  59.                         "survivalist:tanned_leather", "survivalist:tanned_leather", "survivalist:tanned_leather",
  60.                         "survivalist:tanned_leather", "", "survivalist:tanned_leather",
  61.                         "survivalist:tanned_leather", "", "survivalist:tanned_leather"
  62.                     ]
  63.                 },
  64.                 {
  65.                     type: "addShapeless",
  66.                     output: "moarsigns:nugget:1",
  67.                     quantity: 9,
  68.                     with: ["minecraft:iron_ingot"]
  69.                 },
  70.                 {
  71.                     type: "addShaped",
  72.                     output: "torcharrowsmod:torch_arrow",
  73.                     quantity: 1,
  74.                     with: [
  75.                         "minecraft:flint",
  76.                         "minecraft:torch",
  77.                         "minecraft:feather"
  78.                     ]
  79.                 }
  80.             ]
  81.         }
  82.     ]
  83. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement