Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Blockstates
- {
- "variants": {
- "normal": { "model": "swaggg:block/tutorialBlock" }
- }
- }
- //Block model
- {
- "parent": "block/cube_all",
- "textures": {
- "all": "swaggg:blocks/tutorialBlock"
- }
- }
- //Item model
- {
- "parent": "swaggg:block/tutorialBlock",
- "display": {
- "thirdperson": {
- "rotation": [ 10, -45, 170 ],
- "translation": [ 0, 1.5, -2.75 ],
- "scale": [ 0.375, 0.375, 0.375 ]
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement