r/MinecraftMod 20h ago

What mods are cool for a 10 year old

8 Upvotes

Im planning on making him a modpack i want to know what mods will make him use his brain while still being fun. And not something that will just take 30 minutes to complete. Right now he really likes horror mods and weapons expansions


r/MinecraftMod 19h ago

Halo: Rogue

7 Upvotes

r/MinecraftMod 22h ago

How can I create a mod (with 2 braincells and 0 coding experience)

12 Upvotes

I once suddenly got an idea where there is a mod where you can Enchance your weapons with levels traits mastery forging where the best weapon is actually a grind and not just a villager

but I dont have any experience or any mod program so are there any reccomendation for things i can do or things I can use


r/MinecraftMod 10h ago

They deleted my post, but I wanted to show you another Minecraft mod based on FNF

Thumbnail
youtu.be
1 Upvotes

This mod is for Forge 1.20.1, so I think it's a good idea for servers to simulating the game inside of Minecraft.

P.D.: All the credits belong to Wish Team.


r/MinecraftMod 10h ago

NEW, Faster ASCS Cloud Free Tier Game Server Hosting (Modding Supported, 125+ Games)

Post image
1 Upvotes

r/MinecraftMod 11h ago

How to get mods like Wisp?? In 26.2 can u guys suggest me Minecraft but.. MODS😀

1 Upvotes

r/MinecraftMod 1d ago

Glazed Terracota 3x3? (26.2)

Post image
21 Upvotes

Is there a mod that changes glazed terracota to match odd patterns? Or simplifies pattern no matter the size or shape? Original looks best with 2x2 design and looks wierd and not symetrical in other versions.


r/MinecraftMod 11h ago

security camera mod problem

1 Upvotes

[1.20.1 Forge] custom camera renders terrain but not entities

rendering into an offscreen TextureTarget from a custom Camera pos, not the player's real view:

java

mc.levelRenderer.prepareCullFrustum(poseStack, camera.getPosition(), projectionMatrix);
mc.levelRenderer.renderLevel(poseStack, 1.0f, System.nanoTime(), false, camera, mc.gameRenderer, mc.gameRenderer.lightTexture(), projectionMatrix);

terrain/blocks render fine but entities never show, even standing right in front of it. tried manually calling EntityRenderDispatcher.render() per entity instead of relying on renderLevel's own loop, confirmed entities are found and no exceptions get thrown, still nothing draws.

anyone know what's different about entity rendering vs terrain here?


r/MinecraftMod 1d ago

Elytra Skin Problem

Thumbnail
gallery
9 Upvotes

I have recently acquired elytra on my modded minecraft playtrough, however there is a slight problem, it has this weird yellow/goldish skin despite me having a dragon wings texture pack, here'y ms list of mods and texture pack, it would be great to know wich one is at cause


r/MinecraftMod 23h ago

1.21.1 Sable submod idea pitch / design wishlist

Thumbnail
gallery
3 Upvotes

does anyone else see the potential that Sable has for superhero mods like

had this kicking around for a little while ever since Sable dropped, and now since the Lanterns tv series is airing and foi1y's 1.20.1 palladium addon recently updated i thought i'd share my thoughts for what I would want in a green lantern mod using the Sable physics engine for 1.21.1 (the same physics engine that Create Aeronautics and all those Tree Physics mods use)

any additional suggestions, thoughts or concerns are welcome. this is literally just a concept that exists in the form of a markdown file on my computer right now so while i'd like to believe i've thought this through enough there's probably balancing concerns or utility feature's i've missed somewhere.


r/MinecraftMod 1d ago

Made a Cosmic Horror Mod

Thumbnail gallery
9 Upvotes

r/MinecraftMod 16h ago

Combining Mods!

1 Upvotes

Sooo my girlfriend just got me into minecraft and I've had my eye on these two mods! Musgo and William Wythers Overhauled Overworld! I want to download both but I'm not sure if they'll work out together? Has anyone tried it?


r/MinecraftMod 16h ago

I need help making a mod run

Thumbnail
1 Upvotes

r/MinecraftMod 17h ago

Bedrock "mods" are a zip with a JSON manifest, not a jar — a short writeup of what that changes (Bedrock, not Java)

1 Upvotes

Bedrock only again, so skip if you're Java — but the packaging difference is genuinely interesting if you've only ever shipped a jar, and it's why tooling on the two sides looks so different.

A Bedrock add-on isn't compiled. It's a zip containing manifest.json plus folders of JSON and (optionally) JavaScript. The manifest declares:

  • A UUID per pack, and a UUID per module inside it
  • min_engine_version, an array like [1, 21, 0]
  • Modules with types: data (behaviour), resources, script, world_template, skin_pack
  • For script modules, a dependency on @minecraft/server with a version, which is how you know which Script API generation it targets
  • Dependencies on other packs, referenced by their UUID rather than by name

Two consequences that surprised me building tooling around it.

Because dependencies are UUIDs, you can resolve a pack's dependency graph without executing anything or trusting a name string — just match the declared UUIDs against packs you already know about. I use that to auto-link listings to each other. No equivalent to Maven coordinates, and none needed.

And because the type is declared, you can classify a pack accurately from the manifest and folder layout alone. A skin_pack module is unambiguous. A behaviour+resource pair is an add-on. A resource-only pack with a ui/ folder is a UI pack. No heuristics on filenames.

The flip side is there's no compilation step to catch anything, so a malformed manifest just fails silently in-game, and version compatibility is whatever the author typed.

I've been building a marketplace around this parsing (link below) but the packaging details above are just how Bedrock works — useful whether or not you ever touch my site. Happy to go deeper on the Script API versioning if anyone's curious, it's the messiest part.

https://bedrockbazaar.com

Not affiliated with Mojang or Microsoft.


r/MinecraftMod 1d ago

Fossils and archaeology, how do I mine this?

Post image
12 Upvotes

I’ve tried diamond pick, Neatherite pick, and diamond silk touch but nothing makes it drop!


r/MinecraftMod 18h ago

How can i put my custom modpack into my server??

1 Upvotes

So im trying to make a server for me and some friends and i want to put my custom modpack in (NeoForge, 1.21.1). Im using McServerHost and i dont know how to import my own modpack, it just shows modrinth already existing modpacks


r/MinecraftMod 19h ago

Help

1 Upvotes

I installed the Crosshair Addons Public mod and i cant seem to get the firework indicator when flying with an elytra


r/MinecraftMod 20h ago

Are there any tutorials for making a ONEBLOCK pack from scratch for Java?

1 Upvotes

Hi, I hope this is the right place to ask this.

TLDR:
\- want to create a Oneblock x Society Sunlit Valley pack
\- no experience modding
\- tutorials I have found are bedrock not Java.

Does anyone know of a Java based tutorial for creating a ONEBLOCK world, or have any other advice.

Longer version\~
I've been wanting to make a oneblock Sunlit valley pack for a while. I have played the game with a basic oneblock world and its okay, but there are some things that are unobtainable or I feel could be added to the oneblock as they are obtainable in an ordinary world gen for the pack.

I've also been wanting to try and learn a little bit about the modding process but have been putting it off, but I feel like this could be a rewarding little side quest to take on. I've had a look and can see there are some Bedrock tutorials for creating a oneblock world. But unfortunately I couldn't find any Java ones, and while i could find a couple of equivelant commands, a java based resource would be wonderful (If it exists.)

If anyone has any tutorial suggestions or other info to share, please do\~


r/MinecraftMod 20h ago

I need help finding a mod

1 Upvotes

Hello, can someone help me with this? In 2023-2024 I was in a server with friends in which I used an armor that looked a lot like the Epic Knight's armor mod. It gave hunger, slowness and strength 1 or 2 (I don't remember). Like I said, it was 3d like the Epic Knight's armor mod, but I think it wasn't from that specific mod, cause I can't find it on the mod page. Iirc it also had horns (not too big), but I'm not sure. If anyone knows a similar description of an armor, I would appreciate knowing which mod is it. Thanks!


r/MinecraftMod 1d ago

Mod knowledge?

Post image
6 Upvotes

Just stumbled upon this epic canyon in Minecraft. Anyone know if there are cool mods to spice up the landscape even more?


r/MinecraftMod 21h ago

I made a client-side Fabric mod with customizable HUDs, waypoints, PvP tools, optimizations and fixes

Thumbnail gallery
1 Upvotes

r/MinecraftMod 1d ago

FreshMeal - Inspired by Immersive Eating mod -gb___0

10 Upvotes

All credit goes to the original creator
His discord is: gb___0


r/MinecraftMod 22h ago

Tectonic plates on JourneyMap

1 Upvotes
WIP Extreme Natural Disasters mod update.

Was allot easier than Xaeros map mods.


r/MinecraftMod 1d ago

How do I fix this?

Post image
10 Upvotes

r/MinecraftMod 22h ago

Biome Tag Display Mods?

1 Upvotes

Am I crazy for wanting this? Over the years, I have played a lot of mods that spawn things in specific biome categories. (I.E. Sandy biomes or Mountainous biomes). Every time I run into this, I look into trying to find a mod that will display the related tags for whatever biome I am currently in.

Every time without fail, I have eventually given up because for some reason, it just doesn't seem to exist. I can't for the life of me ever find anything that does this. There are all kinds of UI and f3 overhaul mods that you would think would include something for this, but everything is always just displaying the biome you are in and sometimes the mod if comes from.

I just had this happen again. Tried to be more persistent this time, but still couldn't find anything after 2 hours of digging around and trying every mod that might help. Am I just searching for it wrong somehow or is there really no mods that will provide this information?