Skip to content

LunarCraft-Project/ratree-fontpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minecraft Custom Font Resource Pack

📥 Download a Font

  1. Visit Google Fonts.
  2. Choose and download any font that supports your language (e.g. Thai).
  3. Extract the .ttf file from to /assets/minecraft/font

✏️ Modify the Resource Pack

  1. Replace or add your font file inside: assets/minecraft/font/your-font.tff
  2. Edit default.json to point to your .ttf file:
{
  "providers": [
    {
      "type": "ttf",
      "file": "minecraft:your-font.tff", <-----
      "shift": [0.0, 1.6],
      "size": 8.0,
      "oversample": 25.0
    }
  ]
}

About

font minecraft thai with font "Itim Saraban"

Resources

License

MIT, OFL-1.1 licenses found

Licenses found

MIT
LICENSE
OFL-1.1
OFL.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors