Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. [
  2. {
  3. "name": "Iron",
  4. "elements": ["ingot", "block", "nugget", "ore", "tconstruct"],
  5. "allowDuplicates": true,
  6. "oreDictPrereqs": ["optionalOreDictEntry"],
  7. "textColor": "DARK_RED",
  8. "blockStats": {
  9. "material": "ROCK",
  10. "hardness": 50,
  11. "blastResistance": 100,
  12. "harvestLevel": 2,
  13. "lightLevel": 0
  14. },
  15. "oreBlockStats": {
  16. "material": "ROCK",
  17. "hardness": 50,
  18. "blastResistance": 100,
  19. "harvestLevel": 2,
  20. "lightLevel": 0
  21. },
  22. "oreGenInfo": {
  23. "replace": "STONE",
  24. "property": "net.minecraft.block.BlockStone.VARIANT",
  25. "comparable": "net.minecraft.block.BlockStone$EnumType.ANDESITE",
  26. "chance": 150,
  27. "minY": 16,
  28. "maxY": 96,
  29. "minSize": 2,
  30. "maxSize": 8
  31. },
  32. "textures": {
  33. "type": "color",
  34. "baseColor": "ffffff"
  35. },
  36. "stats": {
  37. "durability": 1,
  38. "miningSpeed": 1,
  39. "miningLevel": 1,
  40. "attackDamage": 1,
  41. "handleMultiplier": 1,
  42. "handleDurability": 1,
  43. "bindingDurability": 1,
  44. "enablePartBuilder": false,
  45. "enableCasting": true
  46. },
  47. "alloyingRecipes": [
  48. {
  49. "output": 1,
  50. "someOreDictFluid": 1,
  51. "someOtherOreDictFluid": 1
  52. },
  53. {
  54. "output": 1,
  55. "someOtherOtherOreDictFluid": 1,
  56. "someOtherOtherOtherOreDictFluid": 1
  57. }
  58. ],
  59. "traits": {
  60. "head": ["traitName", "otherTraitName"],
  61. "handle": ["handleTraitName", "otherHandleTraitName"]
  62. }
  63. }
  64. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement