Skip to content

Instantly share code, notes, and snippets.

@tryashtar
Created January 19, 2019 21:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tryashtar/0aab0733191b19a426c982792dd5b6a2 to your computer and use it in GitHub Desktop.
Save tryashtar/0aab0733191b19a426c982792dd5b6a2 to your computer and use it in GitHub Desktop.
✗ means JSON file does not end with newline, ✓ means it does (or the entire folder, with exceptions listed inside)
✗ version.json
✓ assets/minecraft/blockstates
✗ brain_coral.json
✗ bubble_coral.json
✗ fire_coral.json
✗ horn_coral.json
✗ jigsaw.json
✗ tube_coral.json
✗ assets/minecraft/font
✓ assets/minecraft/lang
✓ assets/minecraft/models/block
✗ bell_floor.json
✗ brain_coral.json
✗ bubble_coral.json
✗ fire_coral.json
✗ grindstone.json
✗ horn_coral.json
✗ lectern.json
✗ scaffolding_unstable.json
✗ tube_coral.json
✗ data/minecraft/advancements
✗ data/minecraft/loot_tables
✗ data/minecraft/recipes
✗ data/minecraft/tags
@tryashtar
Copy link
Author

Summary:

  • data always excludes newlines
  • assets tends to include newlines, with fonts as a noticeable exception.
  • Several miscellaneous files in blockstates and models/block are missing the usual newlines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment