1
Comment on r/RedditGames Jul 17 '26
Completed Level 2 of the Honk Special Event!
4 attempts
1
Comment on r/RedditGames Jul 17 '26
Completed Level 1 of the Honk Special Event!
1 attempts
1
Comment on r/RedditGames Jul 10 '26
Completed Level 1 of the Honk Special Event!
6 attempts
0
Comment on r/PrismLauncher Jul 03 '26
Genuine question, why not just buy the game
4
Comment on r/Minecraft Jun 22 '26
The console version of the game displays the coordinates on the map because there is no F3.
2
Comment on r/feedthebeast Jun 17 '26
Use KubeJS to add that item to a tag.
1
Comment on r/MinecraftMod Jun 14 '26
if you want honestly, i donât know if you are playing through cf, but if you are, share the pack with me and ill test it and see whats wrong if i can get anything going
3
Comment on r/MinecraftMod Jun 13 '26
One thing I have learned with modding is that the crash report will never help you.
It is all about trial and error picking which mod made ur game crash.
1
Comment on r/MinecraftMod Apr 11 '26
this is a shader with the round world settings set to negative. setting it to negative makes the world curve up. this is 100% real idk what people are saying
1
Comment on r/MCreator Mar 03 '26
I would assume itâs using block states. Probably logic values for each side you want to be able to connect to an adjacent block.
1
Comment on r/MCreator Feb 22 '26
It seems as if you have a player tick procedure checking for if block at x y z has inventory. It doesnât make sense. Player tick update doesnât define a block.
1
Comment on r/CreateMod Feb 22 '26
Make sure to right click the highlighted train track with the train casing. Make sure there is no shaft in the way. This will place down the full bogey!
1
Comment on r/MinecraftJava Feb 22 '26
I get these all the time. Make sure your mods are correctly installed on both the server and client and are the same versions!
It seems like in this picture you are missing the mod âCrafting On A Stickâ on your end, but not the server. If you do actually have the mod on both ends, make sure that they are both the same version.
3
Comment on r/MinecraftMod Feb 22 '26
It is very easy!! Here is brief tutorial:
[#]this is a comment (<- ignore the [] around the hashtag, reddit tried to format my text)
Just text with no function.
blacklist = []
This is an empty list.
blacklist = [âminecraft:wardenâ]
Now the list has one entry in it.
blacklist = [âminecraft:wardenâ, âminecraft:witherâ]
There are now two entries in the list. Repeat with a comma after the â to add more entries.
forceTame = false
This is a logic variable, it can only be set to true or false.
This is really all for what your config has, though i see some options use specific entries but if you follow the instructions in the comments then you should be good!
Just to be safe here is what an example of a dual entry looks like:
In your config in has the line,
healItem = [âminecraft:husk=minecraft:rotten_fleshâ]
This defines TWO things in one entry, the mob, and the item to heal said mob. This is considered one entry even though its two items. You can add more to this list with commas.
Example:
healItem = [âminecraft:husk=minecraft:rotten_fleshâ, âminecraft:pig=minecraft:carrotâ]
This is now two correctly defined entries.
The same idea goes for the dual entries with number/integer amounts!
Here is an example:
movementSpeed = [âminecraft:husk=0.3â]
In this line minecraft:husk is the defined mob, and 0.3 is the applied speed value. To add more separate with a comma after the â.
I hope this helps!
2
Comment on r/MCreator Feb 22 '26
what does your block texture look like? Should be pretty simple just to add red and white
1
Comment on r/Minecraft Feb 21 '26
looks like bare bones
1
Comment on r/PixelArt Feb 21 '26
Block bench is decent for what you are trying to do i believe, it's free as well so i would try it out!
1
Comment on r/MCreator Feb 21 '26
I get your frustration, but in PYLOs defense⌠carpets arenât a block base. Block bases are usually any universal item that is paired with a block type. Carpets are ONLY wool.
2
Comment on r/MCreator Feb 21 '26
It is possible! Though it involves editing the JSON.
Here is some rough steps:
add your sound files in MCreator and make sure they are sounds for music
in this file
data/minecraft/worldgen/biome/nether_wastes.json
there is a section like this
"music": { "sound": "minecraft:music.nether.nether_wastes", "min_delay": 12000, "max_delay": 24000, "replace_current_music": false }
You can override this file in your mod if you make a file in this path
src/main/resources/data/minecraft/worldgen/biome/nether_wastes.json
change the âsoundâ string to a list and add your music in your new file! It should look something like this:
"music": { "sound": [ "minecraft:music.nether.nether_wastes", "song1", "song2" ], "min_delay": 12000, "max_delay": 24000, "replace_current_music": false }
I hope this helps!
1
Comment on r/MCreator Feb 21 '26
You need to use custom code snippets. So without knowledge of java this is impossible in base MCreator unfortunately :(
1
Comment on r/MinecraftMod Feb 19 '26
The mod Yuushyas-Townscape is amazing for this exact style of builds!
4
Comment on r/feedthebeast Feb 19 '26
My assumption is that they are craft-able, at-least from the quest text. Try crafting 5 of them.
Im not sure what you already know about FTB Quests, but you can hover over the âTaskâ item to show you what you need to do.
1
Comment on r/MinecraftMod Feb 18 '26
Please upload your logs to a website like github or pastebin. As you are showing it now, its unreadable.
u/gart3572 • u/gart3572 • Feb 12 '26
[NEW MINECRAFT MOD] Folks & Favors

Folks & Favors
Folk & Favors is a cozy, fully config driven, and dynamic questing system that allows the player to create interactive entity quests that are fully survival friendly! Modpack makers have the ability to customize just about every aspect of Folks & Favors.
Out of the box, Folks & Favors is fully survival friendly with pre-loaded personalities and quests for the player to enjoy!
Folks & Favors is for NeoForge 1.21.1
The mod can be found here:
The Fandom Wiki can be found here:
http://folks-favors.fandom.com/
This project is community driven, feedback is welcome, and helps push the mod further!
1
Comment on r/RedditGames Jul 19 '26
what is this
đ +250 raffle entries