Advertisement
FoxMulder__

Untitled

Sep 10th, 2021
1,185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.18 KB | None | 0 0
  1. {
  2.   "group" : "",
  3.   "hidden" : false,
  4.   "priority" : "NORMAL",
  5.   "exactItemMeta" : true,
  6.   "conditions" : [ {
  7.     "id" : "world_name",
  8.     "option" : "IGNORE",
  9.     "names" : [ ]
  10.   }, {
  11.     "id" : "craft_limit",
  12.     "option" : "IGNORE",
  13.     "limit" : 0
  14.   }, {
  15.     "id" : "world_biome",
  16.     "option" : "IGNORE",
  17.     "biomes" : [ ]
  18.   }, {
  19.     "id" : "world_time",
  20.     "option" : "IGNORE",
  21.     "time" : 0
  22.   }, {
  23.     "id" : "weather",
  24.     "option" : "IGNORE",
  25.     "weather" : "NONE"
  26.   }, {
  27.     "id" : "permission",
  28.     "option" : "IGNORE",
  29.     "permission" : "customcrafting.craft.%namespace%.%recipe_name%"
  30.   }, {
  31.     "id" : "elite_crafting_table",
  32.     "option" : "IGNORE",
  33.     "elite_crafting_tables" : [ ]
  34.   }, {
  35.     "id" : "advanced_workbench",
  36.     "option" : "IGNORE"
  37.   }, {
  38.     "id" : "player_experience",
  39.     "option" : "IGNORE",
  40.     "experience" : 0
  41.   }, {
  42.     "id" : "craft_delay",
  43.     "option" : "IGNORE",
  44.     "delay" : 0
  45.   } ],
  46.   "shapeless" : false,
  47.   "result" : {
  48.     "items" : [ {
  49.       "custom_amount" : 1,
  50.       "itemsadder" : "itemsadder:black_go_cart"
  51.     } ],
  52.     "tags" : [ ],
  53.     "extensions" : [ ]
  54.   },
  55.   "ingredients" : {
  56.     "D" : {
  57.       "items" : [ {
  58.         "custom_amount" : 1,
  59.         "itemsadder" : "itemsadder:ruby"
  60.       } ],
  61.       "tags" : [ ],
  62.       "replaceWithRemains" : true
  63.     },
  64.     "F" : {
  65.       "items" : [ {
  66.         "custom_amount" : 1,
  67.         "itemsadder" : "itemsadder:ruby"
  68.       } ],
  69.       "tags" : [ ],
  70.       "replaceWithRemains" : true
  71.     },
  72.     "G" : {
  73.       "items" : [ {
  74.         "custom_amount" : 1,
  75.         "itemsadder" : "itemsadder:ruby"
  76.       } ],
  77.       "tags" : [ ],
  78.       "replaceWithRemains" : true
  79.     },
  80.     "H" : {
  81.       "items" : [ {
  82.         "custom_amount" : 1,
  83.         "itemsadder" : "itemsadder:ruby"
  84.       } ],
  85.       "tags" : [ ],
  86.       "replaceWithRemains" : true
  87.     },
  88.     "I" : {
  89.       "items" : [ {
  90.         "custom_amount" : 1,
  91.         "itemsadder" : "itemsadder:ruby"
  92.       } ],
  93.       "tags" : [ ],
  94.       "replaceWithRemains" : true
  95.     }
  96.   },
  97.   "vanillaRecipe" : false,
  98.   "mirror" : {
  99.     "horizontal" : true,
  100.     "vertical" : false,
  101.     "rotation" : false
  102.   }
  103. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement