Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2014
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. <Vexatos> OreDictionary.registerOre("ingotChromiumDioxide", new ItemStack(itemPartsGreg, 1, 0));
  2. <Vexatos> OreDictionary.registerOre("dustChromiumDioxide", new ItemStack(itemPartsGreg, 1, 1));
  3.  
  4. <Vexatos> There should be some way to add a material through the API
  5. <Vexatos> Instead of through telling Greg
  6. <SpwnX> if there is i don't know :D
  7. <Vexatos> I don't either
  8.  
  9.  
  10. <Vexatos> @param aTypes which kind of Items should be generated.
  11. <Vexatos> * 1 = Dusts of all kinds.
  12. <Vexatos> * 2 = Dusts, Ingots, Plates, Rods/Sticks, Machine Components and other Metal specific things.
  13. <Vexatos> * 4 = Dusts, Gems, Plates, Lenses (if transparent).
  14. <Vexatos> * 8 = Dusts, Impure Dusts, crushed Ores, purified Ores, centrifuged Ores etc.
  15. <Vexatos> * 16 = Cells
  16. <Vexatos> * 32 = Plasma Cells
  17. <Vexatos> * 64 = Tool Heads
  18. <Vexatos> * 128 = Gears
  19. <Vexatos> Chromium dioxide should have 1|2
  20.  
  21. <Vexatos> All the materials are stored in an enum
  22. <Vexatos> I just made the enum entry for Chromium dioxide, if Greg wants to add it, suggest this
  23. <Vexatos> ChromiumDioxide ( 255, Textures.SET_DULL , 11.0F, 256, 3, 1|2 , 230, 200, 200, 0, "ChromiumDioxide" , 0, 0, 0, 0, 0, 0, false, false, 5, 1, 1, Dyes.dyePink , 1, Arrays.asList(new MaterialStack(Chrome, 1), new MaterialStack(Oxygen, 2)), Arrays.asList(new TC_AspectStack(TC_Aspects.METALLUM, 2), new TC_AspectStack(TC_Asp
  24. <Vexatos> ects.MACHINA, 1))),
  25.  
  26. <Vexatos> The RGB colour should be 230, 200, 200
  27. <Vexatos> And dull
  28. <Vexatos> The metal should be dull
  29. <Vexatos> to differ from chrome
  30. <Vexatos> (It's a little darker than chrome as well)
  31.  
  32. <Vexatos> Then the metal specification needs to be re-done
  33. <Vexatos> http://puu.sh/bjyHl/9774852064.png
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement