Guest User

Untitled

a guest
Jul 10th, 2017
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. BLOCKSTATES
  2. blockclear_glass.json
  3. {
  4. "variants": {
  5. "normal": { "model": "ves:clear_glass" }
  6. }
  7. }
  8. -----------------------------------------
  9. MODELS/BLOCK
  10. clear_glass.json
  11. {
  12. "parent": "block/cube_all",
  13. "textures": {
  14. "all": "ves:blocks/clear_glass"
  15. }
  16. }
  17. ----------------
  18. I have 2 other json files, but they're for items, and are currently working so I won't post them
Advertisement
Add Comment
Please, Sign In to add comment