Advertisement
shane020482

Untitled

May 22nd, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. //Block Model
  2. {
  3. "parent": "block/cube_all",
  4. "textures": {
  5. "all": "cbm:blocks/block_test"
  6. },
  7. "ctm": {
  8. "model": { "model": "cube" },
  9. "face": "cbm:ctm/block_test.cf"
  10. }
  11. }
  12.  
  13. //.cf file
  14. {
  15. "textures": [
  16. "cbm:ctm/block_test.ctx"
  17. ]
  18. }
  19.  
  20. //.ctx file
  21. {
  22. "type": "CTM",
  23. "textures": [
  24. "blocks/block_test",
  25. "./block_test"
  26. ]
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement