File Details
TimeIsUp-1.12-1.5.2.jar
- R
- Nov 1, 2021
- 142.85 KB
- 986
- 1.12.2
- Forge
File Name
TimeIsUp-1.12-1.5.2.jar
Supported Versions
- 1.12.2
Curse Maven Snippet
Port 1.5.2 to MC 1.12 :
- You can now change the timer font using resourcepacks. You can modify the assets/timeisup/font/timer_font.json file using the format described here :
{ "name": file or font name, "oversample": font quality (higher number will use more ram), "scale" : font's size is multiplied by this value, "offsets" : [x offset, y offset] }
example : { "name": "font.ttf", "oversample": 4, "scale": 1.2 , "offsets" : [0.0, -0.5]} (font.ttf is your font file in assets/timeisup/font/)
example 2 : { "name": "Arial", "oversample": 4, "scale": 1.2 , "offsets" : [0.0, -0.5]} (this will use the "Arial" font from your computer)
- You can now change the different sounds used by the mod using resourcepacks. You can modify the assets/timeisup/sounds.json file using the format described here : https://minecraft.fandom.com/wiki/Sounds.json
- The mod has now its own creative tab.

