-
ItzBlaaze • 2026-08-25 13:40:47
Your welcome! -
sleep has been halted
i did think about this when i first made this pfp before ppl started asking lol
but i was thinking of drawing people like the noelling for the sillys :P
so yee, watch out you might be next -
song of the day is "heregoesnothing" by NSN
i love this song :3
(the first one i saw was the live version when i looked it up so even better :D) -
stop using they/them for me please my pronouns are right under my name god fucking damnitView more commentsPostaSauce yk I know thought that at first but then I actually talked to it and stopped giving a shit within a day and now it’s a...iExist • 2026-08-25 14:50:37
WHAT IF I CRIEDPostaSauce • 2026-08-25 14:44:39
yk I know thought that at first but then I actually talked to it and stopped giving a shit within a day and now it’s a friend of mine because it’s actually an awesome person deserving of love and praiseDarkEnchanter02 ok I admit it feels a little weird calling a person it/its but I respect your preferencesiExist • 2026-08-25 13:35:02
you're annoying
i know its hypocritical but you didnt really have to say that ykI_AmGeeWay • 2026-08-25 13:26:39
kk
(i don't think I've ever adressed you through pronouns at all lol) -
just turned a band shirt into a tube top in about an hours worth of time.
(god i fucking love my sewing machine, it saves me so much energy, i hate hand sewing) -
-
-
its finally raining is that a tally hall reference
-
am i the only one that HATES pop reel
-
I have 807 songs in my Liked Songs playlist on Spotify- is that too much 😭
What about y’all, how many do you have?qkiko_ • 2026-08-25 17:12:35
501
I hadn't even noticed until now 😭
nope- 807? that's not too much >:DIts_Chizukiii • 2026-08-25 13:16:26
I only have 112
I'd probably have more but I don't like every song I like
i dont think 807 is too much though, lol- -
I'm betting half of my Curseforge stuff and my old plans on Patreon so i can have more time to develop my art and renders for monetary purposes.
the cafe i work at is on renovation, they said it will be completed next year. I'm just running their errands at the moment while i get paid with beer for it. Edit: and also money
No, i cant just get an another job, it's hella hard to get hired in my city of a 3rd world country, tried that shit last year, i'm on life pact with that unregistered cafe -
whats your favorite boss salmonid in the splatoon series
mines salty tongueIts_Chizukiii Horrorborros but I like the steel eels too cause they're cute when they're not chasing youNeo64 • 2026-08-25 13:28:19
my teammates never lead them to the basket ._.Its_Chizukiii • 2026-08-25 13:05:38
Horrorborros but I like the steel eels too cause they're cute when they're not chasing you -
buff chicken is in the works to be a mod that replaces the regular baby chicken. it works the best in the tiny takeover and above but you can do it in the earlier versions to if you'd like. iv never made a mod before so i will test this and if it doesn't work i will fix it. and i hope you guys will enjoy it when the mod is published and... yeah. that's about it. also I'm not lazy-Ish... so it will have animation. Also I'm trying to publish more and be open but sometimes i have other things to do and i cant be here all day. byeeeeee
-
My internet is so ass my spotify got 3 ads, it buffered for a sec, then skipped the adsCalDoesStuff my laptop is so old that it can't even run the ads on Spotify so it just skips them ig 😭Saturn03 • 2026-08-25 13:24:15
lolCalDoesStuff my laptop is so old that it can't even run the ads on Spotify so it just skips them ig 😭Prototype1006Minecraft • 2026-08-25 13:00:03
Lucky I hate Spotify adsCalDoesStuff • 2026-08-25 12:57:24
my laptop is so old that it can't even run the ads on Spotify so it just skips them ig 😭 -
ball in the corner: "oh me? i know this guy."
-
i love my cats
-
where to get fnaf 1 sounds pack for mcpearandomcat04 • 2026-08-25 15:57:17
hi, yes as the person below me stated i can teach you how to add custom sounds :D
1. Make sure you're on a Windows PC with administration privileges. Also make sure you have a full copy of Minecraft Bedrock for Windows installed.
2. Grab your desired sound/sounds. A way I like to do this is to press Windows Key + Shift + S to open the snipping tool; you can then click the video icon in the top menu and select a small redundant area and start playing your sound on your browser. It is then saved to your videos folder. Then, what I would recommend doing (unless you're just downloading the sound, as long as you can convert it to a .ogg then you can ignore this) is installing Audacity as well as the FFMpeg addon in order to convert video files into audio. Then import your audio into Audacity, make any necessary edits to the audio, and make sure to export it as a .ogg.
3. Create your resource pack. Navigate to C:\Users\[USER]\AppData\Roaming\Minecraft Bedrock\Users\Shared\games\com.mojang\development_resource_packs in your computer and right click. Select New > Folder. Name it whatever you like that is easily memorable (e.g., "Pack for Backrooms"). Follow this to add your manifest.json and your UUIDs. Once you have your manifest set up, create a new folder inside of your resource pack folder specifically titled "sounds". You cannot name it anything else. Inside this folder, paste in your .ogg audio file. If you are fine with replacing vanilla sounds in your resource pack, then use this list to find the sound you want to replace, and name it that. You can then add the resource pack to your desired world, load it, and run /playsound [soundID] @p and it should play your custom sound.
4. If you want to create a fully custom sound effect pack that does not replace vanilla sounds, then you will need a sound_definitions.json. Inside your sounds folder, create a new text document. Title it sound_definitions.txt so that you can edit it with Notepad. Inside this document, copy/paste the following text and fill in the "SOUNDNAME" with the exact title of the .ogg audio file, without the .ogg specification.
{
"SOUNDNAME" : {
"category" : "ambient",
"max_distance" : null,
"min_distance" : null,
"sounds" : [
{
"is3D" : false,
"name" : "sounds/SOUNDNAME",
"stream" : true,
"volume" : 4.0
}
]
}
}
If you want to add multiple sounds, then ask me afterward in private messages as to not drag on this comment.
After you have your sound_definitions.txt set up, save it, exit notepad, and rename the sound_definitions.txt to sound_definitions.json. You can then exit out of file explorer, open your minecraft world, and you should be able to play your custom sound with the /playsound command.
Hope this helps; if you have any further questions please do not hesitate to ask me.ASoldVinylRecord • 2026-08-25 14:10:29
Well, I only found a pack that works for java: https://www.planetminecraft.com/texture-pack/fnafsoundspack/
However, arandomcat04 has made a custom addon themselves for their backrooms map that adds custom sounds. Maybe they could teach you? I don't think I am of any help for this, sorry! Either way, continue working hard on the fnaf and backrooms maps! Im sure they're amazing! (Haen't played them yet, but might soon) -
i feel as if i caused something
but also
i kinda wanna go back to sleepy
honk shoe -
View more commentsPostaSauce Well it’s currently LowSoulMC but it’ll be PostaSauce before the day is over so just hold on for rnLuquicio • 2026-08-25 15:30:01
ok mine is NotLuquicioPostaSauce • 2026-08-25 15:15:03
Well it’s currently LowSoulMC but it’ll be PostaSauce before the day is over so just hold on for rn -
spamtong
- View more


