Advertisement
CCninja86

EMCwiki

Nov 1st, 2012
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 9.16 KB | None | 0 0
  1. while true do --Always loop
  2.    print ("What Item Are You Looking For?")
  3.    a = io.read()
  4.  
  5.    if a == "Cobblestone"
  6.    or a == "Cobblestone Slab"
  7.    or a == "Dead Bush"
  8.    or a == "Fern"
  9.    or a == "Tall Grass"
  10.    or a == "Dirt"
  11.    or a == "Glass"
  12.    or a == "Grass"
  13.    or a == "Ice"
  14.    or a == "Leaves"
  15.    or a == "Low Covalence Dust"
  16.    or a == "Mycelium"
  17.    or a == "Netherrack"
  18.    or a == "Sand"
  19.    or a == "Snow"
  20.    or a == "Stone"
  21.    or a == "Stone Brick Stairs"
  22.    or a == "Stone Bricks"
  23.    or a == "Stone Slab"
  24.    or a == "Stone Stairs"
  25.    or a == "Basalt"
  26.    or a == "Basalt Brick"
  27.    or a == "Basalt Cobblestone"
  28.    or a == "Marble"
  29.    or a == "Marble Brick"
  30.    or a == "Endstone"
  31.    or a == "White Stone" then
  32.       print ("EMC: 1")
  33.    end
  34.    if a == "Button"
  35.    or a == "Stone Pressure Plate" then
  36.       print ("EMC: 2")
  37.    end
  38.    if a == "Gravel"
  39.    or a == "Nether Brick"
  40.    or a == "Stick"
  41.    or a == "Sandstone"
  42.    or a == "Sandstone Slab"
  43.    or a == "Flint" then
  44.       print ("EMC: 4")
  45.    end
  46.    if a == "Lever" then
  47.       print ("EMC: 5")
  48.    end
  49.    if a == "Cactus"
  50.    or a == "Furnace"
  51.    or a == "Medium Covalence Dust"
  52.    or a == "Vines"
  53.    or a == "Wooden Planks"
  54.    or a == "Dye"
  55.    or a == "Wooden Slab" then
  56.       print ("EMC: 8")
  57.    end
  58.    if a == "Torch" then
  59.       print ("EMC: 9")
  60.    end
  61.    if a == "Cobweb"
  62.    or a == "Fence"
  63.    or a == "Fishing Rod"
  64.    or a == "String"
  65.    or a == "Wooden Stairs" then
  66.       print ("EMC: 12")
  67.    end
  68.    if a == "Ladder"
  69.    or a == "Arrow" then
  70.       print ("EMC: 14")
  71.    end
  72.    if a == "Flower"
  73.    or a == "Rose"
  74.    or a == "Lily Pad"
  75.    or a == "Wooden Pressure Plate"
  76.    or a == "Seeds"
  77.    or a == "Melon Seeds"
  78.    or a == "Pumpkin Seeds" then
  79.       print ("EMC: 16")
  80.    end
  81.    if a == "Wheat"
  82.    or a == "Trap Door"
  83.    or a == "Sticky Resin"
  84.    or a == "Nether Wart"
  85.    or a == "Rotten Flesh" then
  86.       print ("EMC: 24")
  87.    end
  88.    if a == "Charcoal"
  89.    or a == "Crafting Table"
  90.    or a == "Fence Gate"
  91.    or a == "Mushroom"
  92.    or a == "Sapling"
  93.    or a == "Wood"
  94.    or a == "Sugarcane"
  95.    or a == "Paper"
  96.    or a == "Rubberwood"
  97.    or a == "Sugar"
  98.    or a == "Bone Meal"
  99.    or a == "Egg" then
  100.       print ("EMC: 32")
  101.    end
  102.    if a == "Wool"
  103.    or a == "Feather" then
  104.       print ("EMC: 48")
  105.    end
  106.    if a == "Soul Sand" then
  107.       print ("EMC: 49")
  108.    end
  109.    if a == "Chest"
  110.    or a == "Obsidian"
  111.    or a == "Redstone"
  112.    or a == "Porkchop"
  113.    or a == "Beef"
  114.    or a == "Fish"
  115.    or a == "Chicken"
  116.    or a == "Leather"
  117.    or a == "Clay" then
  118.       print ("EMC: 64")
  119.    end
  120.    if a == "Redstone Torch" then
  121.       print ("EMC: 68")
  122.    end
  123.    if a == "Bread" then
  124.       print ("EMC: 72")
  125.    end
  126.    if a == "Painting" then
  127.       print ("EMC: 80")
  128.    end
  129.    if a == "Copper Ingot"
  130.    or a == "Copper Dust" then
  131.       print ("EMC: 85")
  132.    end
  133.    if a == "Iron Bars"
  134.    or a == "Rail"
  135.    or a == "Book"
  136.    or a == "Bone" then
  137.       print ("EMC: 96")
  138.    end
  139.    if a == "Dispenser" then
  140.       print ("EMC: 119")
  141.    end
  142.    if a == "Coal"
  143.    or a == "Coal Dust"
  144.    or a == "Note Block"
  145.    or a == "Spider Eye"
  146.    or a == "Lava Cell"
  147.    or a == "Nikolite" then
  148.       print ("EMC: 128")
  149.    end
  150.    if a == "Mossy Cobblestone" then
  151.       print ("EMC: 145")
  152.    end
  153.    if a == "Gunpowder"
  154.    or a == "Fermented Spider Eye"
  155.    or a == "Saddle" then
  156.       print ("EMC: 192")
  157.    end
  158.    if a == "High Covalence Dust" then
  159.       print ("EMC: 208")
  160.    end
  161.    if a == "Glistering Melon" then
  162.       print ("EMC: 243")
  163.    end
  164.    if a == "Bronze Ingot"
  165.    or a == "Bronze Dust" then
  166.       print ("EMC: 255")
  167.    end
  168.    if a == "Brick Block"
  169.    or a == "Brick Slab"
  170.    or a == "Clay Block"
  171.    or a == "Detector Rail"
  172.    or a == "Iron Ingot"
  173.    or a == "Iron Dust"
  174.    or a == "Tin Ingot"
  175.    or a == "Tin Dust" then
  176.       print ("EMC: 256")
  177.    end
  178.    if a == "Bookshelf" then
  179.       print ("EMC: 336")
  180.    end
  181.    if a == "Brick Stairs"
  182.    or a == "Piston" then
  183.       print ("EMC: 348")
  184.    end
  185.    if a == "Sticky Piston" then
  186.       print ("EMC: 372")
  187.    end
  188.    if a == "Cake"
  189.    or a == "Glowstone Dust" then
  190.       print ("EMC: 384")
  191.    end
  192.    if a == "Alchemical Coal"
  193.    or a == "Silver Ingot"
  194.    or a == "Silver Dust" then
  195.       print ("EMC: 512")
  196.    end
  197.    if a == "Copper Chest" then
  198.       print ("EMC: 744")
  199.    end
  200.    if a == "Blaze Powder"
  201.    or a == "Bucket" then
  202.       print ("EMC: 768")
  203.    end
  204.    if a == "Water Bucket" then
  205.       print ("EMC: 769")
  206.    end
  207.    if a == "Magma Cream" then
  208.       print ("EMC: 792")
  209.    end
  210.    if a == "Lava Bucket" then
  211.       print ("EMC: 832")
  212.    end
  213.    if a == "Milk Bucket" then
  214.       print ("EMC: 833")
  215.    end
  216.    if a == "Lapis Lazuli" then
  217.       print ("EMC: 864")
  218.    end
  219.    if a == "TNT" then
  220.       print ("EMC: 964")
  221.    end
  222.    if a == "Ender Pearl"
  223.    or a == "Emerald"
  224.    or a == "Ruby"
  225.    or a == "Sapphire" then
  226.       print ("EMC: 1,024")
  227.    end
  228.    if a == "Compass" then
  229.       print ("EMC: 1,088")
  230.    end
  231.    if a == "Minecart"
  232.    or a == "Iron Helmet" then
  233.       print ("EMC: 1,280")
  234.    end
  235.    if a == "Furnace Minecart" then
  236.       print ("EMC: 1,288")
  237.    end
  238.    if a == "Chest Minecart" then
  239.       print ("EMC: 1,344")
  240.    end
  241.    if a == "Nova Catalyst" then
  242.       print ("EMC: 1,506")
  243.    end
  244.    if a == "Glowstone Block"
  245.    or a == "Iron Door"
  246.    or a == "Blaze Rod" then
  247.       print ("EMC: 1,536")
  248.    end
  249.    if a == "Brewing Stand" then
  250.       print ("EMC: 1,539")
  251.    end
  252.    if a == "Eye of Ender" then
  253.       print ("EMC: 1,792")
  254.    end
  255.    if a == "Gold Ingot"
  256.    or a == "Gold Dust"
  257.    or a == "Mobius Fuel"
  258.    or a == "Powered Rail" then
  259.       print ("EMC: 2,048")
  260.    end
  261.    if a == "Iron Chest" then
  262.       print ("EMC: 2,112")
  263.    end
  264.    if a == "Iron Block" then
  265.       print ("EMC: 2,304")
  266.    end
  267.    if a == "Ghast Tear"
  268.    or a == "Uranium (Post 3.1.1)" then
  269.       print ("EMC: 4,096")
  270.    end
  271.    if a == "Silver Chest" then
  272.       print ("EMC: 4,840")
  273.    end
  274.    if a == "Nova Cataclysm" then
  275.       print ("EMC: 4,849")
  276.    end
  277.    if a == "Lapis Lazuli Block" then
  278.       print ("EMC: 7,776")
  279.    end
  280.    if a == "Aeternalis Fuel"
  281.    or a == "Diamond" then
  282.       print ("EMC: 8,192")
  283.    end
  284.    if a == "Diamond Shovel" then
  285.       print ("EMC: 8,200")
  286.    end
  287.    if a == "Jukebox" then
  288.       print ("EMC: 8,256")
  289.    end
  290.    if a == "Alchemical Chest" then
  291.       print ("EMC: 8,987")
  292.    end
  293.    if a == "Interdiction Torch" then
  294.       print ("EMC: 12, 932")
  295.    end
  296.    if a == "Tungsten Ore" then
  297.       print ("EMC: 16,384")
  298.    end
  299.    if a == "Diamond Sword" then
  300.       print ("EMC: 16,388")
  301.    end
  302.    if a == "Diamond Hoe" then
  303.       print ("EMC: 16,392")
  304.    end
  305.    if a == "Enchantment Table" then
  306.       print ("EMC: 16,736")
  307.    end
  308.    if a == "Gold Block" then
  309.       print ("EMC: 18,432")
  310.    end
  311.    if a == "Gold Chest" then
  312.       print ("EMC: 18,496")
  313.    end
  314.    if a == "Klein Star Ein (Creation)" then
  315.       print ("EMC: 24,576")
  316.    end
  317.    if a == "Diamond Picaxe"
  318.    or a == "Diamond Axe" then
  319.       print ("EMC: 24,584")
  320.    end
  321.    if a == "Diamond Boots" then
  322.       print ("EMC: 32,768")
  323.    end
  324.    if a == "Diamond Chest" then
  325.       print ("EMC: 34,886")
  326.    end
  327.    if a == "Crystal Chest" then
  328.       print ("EMC: 34,894")
  329.    end
  330.    if a == "Diamond Helmet" then
  331.       print ("EMC: 40,960")
  332.    end
  333.    if a == "Energy Condenser" then
  334.       print ("EMC: 42,011")
  335.    end
  336.    if a == "Uranium Ore (Pre 3.1.1)" then
  337.       print ("EMC: 49,152")
  338.    end
  339.    if a == "Klein Star Ein (Storage)" then
  340.       print ("EMC: 50,000")
  341.    end
  342.    if a == "Diamond Leggings" then
  343.       print ("EMC: 57,344")
  344.    end
  345.    if a == "Diamond Chestplate" then
  346.       print ("EMC: 65,536")
  347.    end
  348.    if a == "Diamond Block" then
  349.       print ("EMC: 73,728")
  350.    end
  351.    if a == "Antimatter Relay" then
  352.       print ("EMC: 74,144")
  353.    end
  354.    if a == "Energy Collector" then
  355.       print ("EMC: 82,953")
  356.    end
  357.    if a == "Klein Star Zwei (Creation)" then
  358.       print ("EMC: 98,304")
  359.    end
  360.    if a == "Dark Matter Orb"
  361.    or a == "Dark Matter Block"
  362.    or a == "Ender Dragon Egg" then
  363.       print ("EMC: 139,264")
  364.    end
  365.    if a == "Klein Star Zwei (Storage)" then
  366.       print ("EMC: 200,000")
  367.    end
  368.    if a == "Antimatter relay Mk 2" then
  369.       print ("EMC: 223,114")
  370.    end
  371.    if a == "Energy Collector Mk 2" then
  372.       print ("EMC: 232,969")
  373.    end
  374.    if a == "Klein Star Drei (Creation)" then
  375.       print ("EMC: 393,216")
  376.    end
  377.    if a == "Red Matter Orb"
  378.    or a == "Red Matter Block" then
  379.       print ("EMC: 466,944")
  380.    end
  381.    if a == "Antimatter Relay Mk 3" then
  382.       print ("EMC: 681,281")
  383.    end
  384.    if a == "Energy Collector Mk 3" then
  385.       print ("EMC: 710,665")
  386.    end
  387.    if a == "Klein Star Drei (Storage)" then
  388.       print ("EMC: 800,000")
  389.    end
  390.    if a == "Pedestal" then
  391.       print ("EMC: 901.120")
  392.    end
  393.    if a == "Dark Matter Furnace" then
  394.       print ("EMC: 1.114.120")
  395.    end
  396.    if a == "Klein Star Vier (Creation)" then
  397.       print ("EMC: 1,572,864")
  398.    end
  399.    if a == "Red Matter Furnace" then
  400.       print ("EMC: 2,514,952")
  401.    end
  402.    if a == "Klein Star Vier (Storage)" then
  403.       print ("EMC: 3,200,000")
  404.    end
  405.    if a == "Klein Star Sphere (Creation)" then
  406.       print ("EMC: 6,291,456")
  407.    end
  408.    if a == "Klein Star Sphere (Storage)" then
  409.       print ("EMC: 12,800,000")
  410.    end
  411.    if a == "Klein Star Omega (Creation)" then
  412.       print ("EMC: 25,165,824")
  413.    end
  414.    if a == "Klein Star Omega (Storage)" then
  415.       print ("EMC: 51,200,000")
  416.    end
  417.    if a == "Clear" then
  418.       clear()
  419.    end
  420. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement