Advertisement
Naddox

Microblocks.cfg fix for Chisel mod

Dec 5th, 2014
1,079
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. #Configuration file for adding microblock materials for aesthetic blocks added by mods
  2. #Each line needs to be of the form <ID>:<meta>
  3. #<ID> may be a numerical id or the unlocalised name of the block/item enclosed in double quotes. NEI can help you find these
  4. #<meta> may be ommitted, in which case it defaults to 0, otherwise it can be a number, a comma separated list of numbers, or a dash separated range
  5. #Ex. 3. 5:3. 213:1,2,3,5. "tile.blockIron":0-15
  6.  
  7. #Chisel
  8. #Already Added
  9. "tile.marble":0-15
  10. "tile.limestone":0-15
  11. "tile.icePillar":0-15
  12. "tile.wood-jungle":1-15
  13. "tile.wood-oak":1-15
  14. "tile.wood-spruce":1-15
  15. "tile.wood-birch":1-15
  16. "tile.sandstoneScribbles":0-15
  17. "tile.concrete":0-10
  18. "tile.roadLine":0-15
  19. "tile.snakestone":0-15
  20. "tile.sandSnakestone":0-15
  21. "tile.obsidianSnakestone":0-15
  22. "tile.cobblestone":1-15
  23. "tile.iron":1-15
  24. "tile.diamond":1-12
  25. "tile.lightstone":1-15
  26. "tile.lapis":1-8
  27. "tile.emerald":1-11
  28. "tile.gold":1-14
  29. "tile.blockTyrian":0-15
  30. "tile.blockCarpet":0-15
  31. "tile.blockFactory":0-12,14
  32. "tile.sandstone":3-15
  33. "tile.stoneBrick":4-15
  34. "tile.blockCloud":0
  35. "tile.blockFft":0-1,3-14
  36. "tile.blockHolystone":0-13
  37. "tile.blockLavastone":0-6
  38. "tile.blockTemple":1-2,4-15
  39. "tile.blockTempleMossy":1-2,4-15
  40. "tile.glass":0-15
  41. "tile.netherBrick":0-15
  42. "tile.hellrock":0-15
  43. "tile.stoneMoss":0-15
  44. "tile.blockDirt":0-3,6,7,11
  45. "tile.ice":0-15
  46. "tile.wood-acacia":1,2,6,8-11,13
  47. "tile.wood-dark-oak":1,2,6,8-11,13
  48. "tile.obsidian":0-15
  49. "tile.blockRedstone":0-15
  50. "tile.stainedGlassWhite":0-15
  51. "tile.stainedGlassYellow":0-15
  52. "tile.stainedGlassLightGray":0-15
  53. "tile.stainedGlassBrown":0-15
  54. "info.jbcs.minecraft.chisel.BlockGlassCarvable":1-15
  55. "info.jbcs.minecraft.chisel.BlockMarble":0-15
  56. "info.jbcs.minecraft.chisel.BlockMarbleIce":1-15
  57. "info.jbcs.minecraft.chisel.BlockPoweredMarble":1-15
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement