Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Links
Tags
Creators
Details
this mod is as you can clearly tell, is my recreation of the famous "1/10,000 foxy jumpscare" mod. its more annoying than it is scary. I've made this mainly to learn mc modding and to have some fun.
HOW TO INSTALL:
1-download the mod and put it in the "mods" folder (duh)
2-take this link https://github.com/shankshoe/not-so-scary-jumpscare-mod/tree/main/run/config and download the jumpassets folder using this link: https://download-directory.github.io/ Then put it inside your config folder.
if you want to add more jumpscares, add them them as mp4 clips into the "raw" folder inside jumpassets. And if you want to REMOVE a jumpscare, delete it from BOTH "raw" AND "processed" (you'll find a folder with it's name). After that you can hit F3 + 3 and you're done.
you can also press 'U' to test the jumpscares.
If you're having trouble joining a server because of this mod, you'll need to: 1-turn the mod into a .zip file instead of a .jar file (you can simply rename it) 2-go to fabric.mod.json file, and delete the "main" inside entry points:
"entrypoints": {
**_"main": [
"com.rjs.Randomjumpscare"
],_**
"client": [
"com.rjs.RandomjumpscareClient"
]
}
3-save, turn it back into a .jar file and it should be good to go


