Guest User

Untitled

a guest
Jan 6th, 2019
447
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. In blockstates
  2. {
  3. "variants": {
  4. "normal": { "model": "davesmod:obsidium_block" }
  5. }
  6. }
  7.  
  8. In models\block
  9. {
  10. "parent": "block/cube_all",
  11. "textures": {
  12. "all": "davesmod:blocks/obsidium_block"
  13. }
  14. }
  15.  
  16. In models\item
  17. {
  18. "parent": "davesmod:block/obsidium_block"
  19. }
Advertisement
Add Comment
Please, Sign In to add comment