Advertisement
Guest User

Blockstate, Block Model and Item Model

a guest
Jan 26th, 2020
5,100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. //Blockstate:
  2. {
  3. "variants": {
  4. "": { "model": "tutorialmod:block/example_block" }
  5. }
  6. }
  7.  
  8.  
  9.  
  10.  
  11. //Block Model
  12. {
  13. "parent": "block/cube_all",
  14. "textures": {
  15. "all": "tutorialmod:blocks/example_block"
  16. }
  17. }
  18.  
  19.  
  20.  
  21.  
  22.  
  23. //Item Model
  24. {
  25. "parent": "tutorialmod:block/example_block"
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement