Advertisement
lonjonsilver

noitem tekkit

Aug 28th, 2012
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.51 KB | None | 0 0
  1. #    blockname:
  2. #        id: block id
  3. #        data: black data value
  4. #        type: furnace or workbench
  5. #        itemSlots: a list of the raw item slots
  6. #        fuelSlots: a list of the raw fuel slots
  7. #        resultSlots: a list of the raw result slots
  8. #        recipeSlots: a list of the raw recipe slots
  9.     Project Table:
  10.         id: 137
  11.         data: 3
  12.         type: workbench
  13.         itemSlots: [10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27]
  14.         fuelSlots: []
  15.         resultSlots: [9]
  16.         recipeSlots: [1, 2, 3, 4, 5, 6, 7, 8, 9]
  17.  
  18.     AutomaticCraftingTable:
  19.         id: 169
  20.         data: 0
  21.         type: workbench
  22.         resultSlots: [0]
  23.         recipeSlots: [1, 2, 3, 4, 5, 6, 7, 8, 9]
  24.  
  25.     AutomaticCraftingTableMkII:
  26.         id: 194
  27.         data: 1
  28.         type: workbench
  29.         resultSlots: [0]
  30.         recipeSlots: [1, 2, 3, 4, 5, 6, 7, 8, 9]
  31.  
  32.     PhilosopherStone:
  33.         id: 27526
  34.         data: [0, 41, 31, 21, 11, 1]
  35.         type: workbench
  36.         resultSlots: [0]
  37.         recipeSlots: [1, 2, 3, 4, 5, 6, 7, 8, 9]
  38.        
  39.     DMFurnace:
  40.         id: 126
  41.         data: 3
  42.         type: furnace
  43.         itemSlots: [1, 2, 3, 4, 5, 6, 7 , 8 , 9]
  44.         fuelSlots: [0]
  45.         resultSlots: [10, 11, 12, 13, 14, 15, 16, 17, 18]
  46.        
  47.     RMFurnace:
  48.         id: 126
  49.         data: 4
  50.         type: furnace
  51.         itemSlots: [1, 2, 3, 4, 5, 6, 7 , 8 , 9, 10, 11, 12, 13]
  52.         fuelSlots: [0]
  53.         resultSlots: [14, 15, 16, 17, 18, 19, 20, 21 , 22, 23, 24, 25, 26, 27, 28]
  54.  
  55.     AlloyFurnace:
  56.         id: 137
  57.         data: 0
  58.         type: furnace
  59.         itemSlots: [0, 1, 2, 3, 4, 5, 6, 7 , 8]
  60.         fuelSlots: [9]
  61.         resultSlots: [10]
  62.        
  63.     BlulectricAlloyFurnace:
  64.         id: 137
  65.         data: 4
  66.         type: furnace
  67.         itemSlots: [0, 1, 2, 3, 4, 5, 6, 7 , 8]
  68.         fuelSlots: []
  69.         resultSlots: [10]
  70.     BlulectricFurnace:
  71.         id: 137
  72.         data: 1
  73.         type: furnace
  74.         itemSlots: [0]
  75.         fuelSlots: []
  76.         resultSlots: [1]
  77.  
  78.     ElectricFurnace:
  79.         id: 250
  80.         data: 2
  81.         type: furnace
  82.         itemSlots: [0]
  83.         fuelSlots: [1]
  84.         resultSlots: [2]
  85.  
  86.     IronFurnace:
  87.         id: 250
  88.         data: 1
  89.         type: furnace
  90.         itemSlots: [0]
  91.         fuelSlots: [1]
  92.         resultSlots: [2]
  93.        
  94.     InductionFurnace:
  95.         id: 250
  96.         data: 13
  97.         type: furnace
  98.         itemSlots: [0, 1]
  99.         fuelSlots: [2]
  100.         resultSlots: [3, 4]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement