Advertisement
FoxMulder__

Untitled

Sep 10th, 2021
1,311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.33 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.   "cooking_time" : 60,
  47.   "exp" : 5.0,
  48.   "result" : {
  49.     "items" : [ {
  50.       "custom_amount" : 1,
  51.       "itemsadder" : "itemsadder:ruby"
  52.     } ],
  53.     "tags" : [ ],
  54.     "extensions" : [ ]
  55.   },
  56.   "source" : {
  57.     "items" : [ {
  58.       "custom_amount" : 1,
  59.       "itemsadder" : "itemsadder:black_bar_chair"
  60.     } ],
  61.     "tags" : [ ],
  62.     "replaceWithRemains" : true
  63.   }
  64. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement