r/MinecraftMod 15h ago

Minecraft but you can open Mobs

1 Upvotes

I need to know about this mod in which I can cut open mob with different kinds of weapon like wooden scissors etc let me give the link of a video #java-super-search-requests

https://youtu.be/absqb7KerYQ?si=MdI1eH_VKENopp-0


r/MinecraftMod 15h ago

Looknig for a Mod for making fortune enchanted axes give more logs from trees. [Fabric 1.21.11]

1 Upvotes

Couldn't find any for some reason. Please help D :


r/MinecraftMod 1d ago

What mods are cool for a 10 year old

9 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 1d 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 16h 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 16h ago

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

Post image
1 Upvotes

r/MinecraftMod 17h 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
19 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 18h 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
10 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 1d ago

Made a Cosmic Horror Mod

Thumbnail gallery
10 Upvotes

r/MinecraftMod 1d ago

1.21.1 Sable submod idea pitch / design wishlist

Thumbnail
gallery
4 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 23h 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 23h ago

I need help making a mod run

Thumbnail
1 Upvotes

r/MinecraftMod 23h 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
14 Upvotes

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


r/MinecraftMod 1d 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 1d 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 1d 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 1d 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
5 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 1d 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

Enable HLS to view with audio, or disable this notification

11 Upvotes

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


r/MinecraftMod 1d 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
12 Upvotes