Advertisement
VideoCarp

manifest.json resources bedrock

May 25th, 2020
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. {
  2. "format_version": 2,
  3. "header": {
  4. "description": "Description",
  5. "name": "Title.",
  6. "uuid": "UUID",
  7. "version": [1, 0, 0],
  8. "min_engine_version": [1, 14, 0]
  9. },
  10. "modules": [
  11. {
  12. "description": "description broken",
  13. "type": "resources",
  14. "uuid": "UUID",
  15. "version": [1, 0, 0]
  16. }
  17. ]
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement