Advertisement
Lordeah18

basic_technium_stock.json

Nov 23rd, 2024
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.64 KB | None | 0 0
  1. {
  2.   "product": "techopolis:basic_technium_ingot",
  3.   "stock": 64,
  4.   "destination": "back",
  5.   "processing_input": "right",
  6.   "batch_size": 1,
  7.   "ingredients": [
  8.     {
  9.       "name": "minecraft:clay",
  10.       "quantity": 4
  11.     },
  12.     {
  13.       "name": "immersiveengineering:treated_wood_planks",
  14.       "quantity": 4
  15.     },
  16.     {
  17.       "name": "minecraft:lapis_lazuli",
  18.       "quantity": 1
  19.     },
  20.     {
  21.       "name": "minecraft:smooth_stone",
  22.       "quantity": 4
  23.     },
  24.     {
  25.       "name": "immersiveengineering:coal_coke",
  26.       "quantity": 4
  27.     },
  28.     {
  29.       "name": "alltheores:bronze_ingot",
  30.       "quantity": 4
  31.     }
  32.   ]
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement