Advertisement
Guest User

Untitled

a guest
Aug 8th, 2021
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.57 KB | None | 0 0
  1. {
  2.     type = "test1"
  3.     primary_input = {
  4.         items = {
  5.             "minecraft:ender_pearl"
  6.            
  7.         }
  8.         consumption_chance = 30
  9.         number_to_use = 1
  10.     }
  11.     secondary_input = {
  12.         items = {
  13.            
  14.         }
  15.         consumption_chance = 0
  16.         number_to_use = 0
  17.     }
  18.     tertiary_input = {
  19.         items = {
  20.            
  21.         }
  22.         consumption_chance = 0
  23.         number_to_use = 0
  24.     }
  25.     main_item = {
  26.         "RotaryCraft:rotarycraft_item_shaftcraft:1"
  27.     }
  28.     required_main_item = 1
  29.     match_number_exactly = false
  30.     has_bonus = true
  31.     xp = 0.3
  32.     temperature = 1800
  33.     alloying = false
  34.     output = "EnderIO:itemAlloy:5"
  35.     output_nbt = {
  36.        
  37.     }
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement