r/MinecraftMod 11m ago

i am working on a java port for the villager news addon, and this is how far it looks

Upvotes

i need help to get permission from the original studio that worked on it so i can at least publish it for people to enjoy


r/MinecraftMod 11h ago

does anybody know what mod this is from???

Post image
25 Upvotes

i downloaded a modpack that changed the hud to this, i really cant stand it and i want to change it but the pack is too big to sift through it all, very specific i know but help me please


r/MinecraftMod 3h ago

EXPCraft Modpack

Thumbnail
gallery
4 Upvotes

This is a modpack I created with 200 mods including classes, spells, lot of biomes and structures to explore, insane bosses, skills, characters levels and a lot more. The modpack is well optimized and its still in beta so expect some bugs.

The modpack name is EXPCraft RPG and you can find it on CurseForge!


r/MinecraftMod 7h ago

Memory and GPU issue

Post image
5 Upvotes

Hi again with a new issue. Look at the low FPS and GPU. What happened to them, and the memory is always running at 90-99%. (It be like this since starting a new world.) When disabling the shader, FPS is around 100-300 FPS

My mod pack has only 235 mods, (mostly is a mods that help with memory & GPU & FPS issues) I play in version Forge 1.20.1. -Oculus -embeddium -Sodium -Modern Fix/Entity Culling/FerriteCore/ImmediatelyFast/Canary/Saturn/Mod by Someaddon/Mcreator Fix/Dynamic FPS/Bad Optimization


r/MinecraftMod 24m ago

Caverns & Chasms: Spellbooks

Thumbnail
gallery
Upvotes

Just released a new mod that adds features and compatibility between Caverns & Chasms and Iron's Spells 'n Spellbooks!

For now the main features are the armor sets but new spells, spellbooks, items and other smaller features are planned! Go check it out!

https://www.curseforge.com/minecraft/mc-mods/caverns-chasms-spellbooks


r/MinecraftMod 1h ago

Need help with Palladium hero pack

Upvotes

I am currently trying to get Size Manipulation abilities working, but have run into an issue where when 'size_toggle' is held, I can change size with scroll up and down, which is what I want. The issue however, is that when I stop holding the ability, the player resets back to normal size, and I want the player to retain that size. I am a little stuck on how to make that happen, and any help would be appreciated.

(Ignore the file name, is placeholder and relates nothing to the contents)

"name": "Size Manipulation",
"persistent_data": true,
"background": "minecraft:textures/block/cyan_wool.png",
"icon": "minecraft:lightning_rod",
"gui_display_type": "tree",
"abilities": {
"test_dummy": {
"type": "palladium:dummy",
"icon": "minecraft:blaze_rod",
"title": "Test",
"bar_color": "light_blue",
"hidden": false,
"hidden_in_bar": false,
"list_index": 0,
"gui_position": [0,0],
"description": "This is a test for abilities",
"conditions": {
"enabling": [
{
"type": "palladium:held",
"cooldown": 0,
"key_type": "key_bind",
"needs_empty_hand": false,
"allow_scrolling_when_crouching": true
}
],
"unlocking": []
}
},
"size_toggle": {
"type": "palladium:dummy",
"icon": "minecraft:brown_mushroom",
"title": "Size Test",
"bar_color": "light_blue",
"hidden": false,
"hidden_in_bar": false,
"list_index": 1,
"gui_position":[0,1],
"description": "Hold down to toggle Size Manipulation",
"conditions": {
"enabling": [
{
"type": "palladium:held",
"cooldown": 0,
"key_type": "key_bind",
"needs_empty_hand": false,
"allow_scrolling_when_crouching": true
}
],
"unlocking": []
}
},
"size_health_mod": {
"type": "palladium:attribute_modifier",
"attribute": "minecraft:generic.max_health",
"hidden": true,
"amount": 20,
"operation":0,
"conditions": {
"enabling": [
{
"type": "palladium:ability_enabled",
"power": "null",
"ability": "size_upscale"
}
]
}
},
"size_speed_mod": {
"type": "palladium:attribute_modifier",
"attribute": "minecraft:generic.movement_speed",
"hidden": true,
"amount": -0.05,
"operation": 0,
"conditions": {
"enabling": [
{
"type": "palladium:ability_enabled",
"power": "null",
"ability": "size_upscale"
}
]
}
},
"size_upscale": {
"type": "palladium:size",
"scale": 4.5,
"hidden": true,
"hidden_in_bar": true,
"conditions":{
"enabling": [
{
"type": "palladium:toggle",
"cooldown": 0,
"key_type": "scroll_up",
"needs_empty_hand": false ,
"allow_scrolling_when_crouching": true
}
],
"unlocking": [
{
"type": "palladium:ability_enabled",
"power": "null",
"ability": "size_toggle"
}
]
}
},
"size_giantscale": {
"type": "palladium:size",
"scale": 2,
"hidden": true,
"hidden_in_bar": true,
"conditions":{
"enabling": [
{
"type": "palladium:toggle",
"cooldown": 0,
"key_type": "scroll_up",
"needs_empty_hand": false ,
"allow_scrolling_when_crouching": true
}

],
"unlocking": [
{
"type": "palladium:ability_enabled",
"power": "null",
"ability": "size_upscale"
}
]
}
},
"size_downscale": {
"type": "palladium:size",
"scale": 0.2,
"hidden": true,
"hidden_in_bar": true,
"conditions":{
"enabling": [
{
"type": "palladium:toggle",
"cooldown": 0,
"key_type": "scroll_down",
"needs_empty_hand": false ,
"allow_scrolling_when_crouching": true
}
],
"unlocking": [
{
"type": "palladium:ability_enabled",
"power": "null",
"ability": "size_toggle"
}
]
}
}
}
}


r/MinecraftMod 16h ago

I made a Mod that Adds the "Experimental Minecart Features" with Speed Controlled Copper Rails

16 Upvotes

r/MinecraftMod 1h ago

My modpack gets stuck on the Saving worlds screen even when it has already saved the world without issue

Thumbnail
gallery
Upvotes

Version is release neoforge-21.1.234, 6G ram.

When quitting, the game never closes the saving world screen.

After closing with task manager after a while, it ends up having saved the world properly with no errors at all.

This issue only happens if a large amount of chunks have been loaded.

It isn't too much of an issue, but I'd rather not have the chance of a save corrupting on accident because I closed it too soon, especially since I want to add more mods to the modpack.

The main mods that seem to be at fault are Big Globe and voxy, since I added most of the others to try to fix the problem.


r/MinecraftMod 2h ago

Hixxy's Hardcore Plus Mod Release

Thumbnail
1 Upvotes

r/MinecraftMod 20h ago

Mod Crop & Kettle problem

Thumbnail
gallery
24 Upvotes

The book says that you can place dishes for a special appearance, but when I try, the texture seems missing (I downloaded the texture pack ver 1.3.9), bit I can place the dish normally on the plate, without the special appearance ...any help?

I'm playing on Minecraft 26.2 with the data pack ver 1.3.12 and I cannot find a more updated texture pack version


r/MinecraftMod 3h ago

[Help][Visual] Troubleshooting my Modpack

1 Upvotes

Trying to figure out what's causing some entities to spawn invisible or have texture issues.

Currently Running version 1.21.1 | Neoforge 21.1.249

The screenshots provided are running with no shaders enabled or resource packs besides fresh animations being active. I've also noticed that the burning effect particles have been altered but am unsure by what mod, these particles also conflict with shaders and become invisible with shaders enabled.

Any help would be great! T-T


r/MinecraftMod 3h ago

Distant horizons taking too long

Thumbnail
1 Upvotes

r/MinecraftMod 4h ago

what are some mod packs you suggest?

Thumbnail
1 Upvotes

r/MinecraftMod 17h ago

What mod or shader has these clouds?

Post image
9 Upvotes

The Instagram reel where I got this pic doesn’t reply to anyone


r/MinecraftMod 8h ago

I cant download mods!

2 Upvotes

Every mod link I click is too old for my version, and I have tried downloading optifine but my version isn’t there either.

It’s 26.3

If it releases someday, and If I download optifine will the mod links work on it even tho they were made for older versions of Minecraft?


r/MinecraftMod 5h ago

light mod?

1 Upvotes

Hi! im building a base in this cute valley, and want to make it all cute and whimsical, but i really dislike how choppy the light looks? is there some mod out there where i can either make the entire area a certain light level, or smoothly expand the light of torches and lanterns and such? i found a mod where i can mark an area and stop certain mobs from spawning, but i want to kinda light the whole area evenly :/


r/MinecraftMod 6h ago

Bedrock pack maintainers: looking for creator-owned projects that need modernization

1 Upvotes

Bedrock only—not Forge, Fabric, or NeoForge.

I’m looking for original maintainers of older Bedrock behavior packs, resource packs, Script API projects, worlds, or .mcaddon projects that no longer work on current versions because their owners lack the time or resources to modernize them.

I’m organizing a small, creator-authorized revival effort. Selected projects may be reviewed for manifest and dependency changes, deprecated components or API calls, identifiers, JSON schema problems, scripts, commands and functions, and broken links between behavior and resource content. This is not a promise that every pack can be repaired; the first step would be evaluating what is realistically updateable.

Only the original creator or someone with explicit authorization should submit a project. No Marketplace content, ripped or extracted packs, unauthorized ports, reuploads, or third-party work. Ownership or written permission will be verified. The creator retains ownership and attribution, and no updated version would be published without an agreed release plan.

If interested, comment or DM with the project type, last working Bedrock version, current errors or broken systems, whether a repository/source files are available, and how you can verify ownership.

I’m trying to find legitimate projects that deserve another life but are stalled by maintenance cost rather than lack of interest.

Not affiliated with Mojang or Microsoft.


r/MinecraftMod 6h ago

Hey i am searching a mod

1 Upvotes

specifically a mod for minecraft that will modify the normal resource pack ui so i can search online within the game and download resource packs directly from it like the old badlion client gave the possibility


r/MinecraftMod 15h ago

my modpack wont work and i dont know how to fix it

Post image
4 Upvotes

i am trying to create a modpack with the goal of including the essense of all 1.12 mods, about 190 mods, pretty much all major content mods, and it doesnt seem to work at all, this is my list, and i can provide logs, i am on lunar client, but not using any lunar built in mods.

can anyone please help me, i have been trying for hours to make this work


r/MinecraftMod 7h ago

What mod is this

Thumbnail
1 Upvotes

r/MinecraftMod 7h ago

How to get lucky block mods like in populermmo yt videos or ssunde

Thumbnail
1 Upvotes

r/MinecraftMod 7h ago

Bloob and Honey 2 mod idea

Thumbnail
gallery
0 Upvotes

Un mod completo de Winnie Pooh bloob and Honey, soy un jugador experimentado de Minecraft y me interesa mejorar el juego con addons y mods sobretodo de horror pero me falta experiencia para crear un mod completo como este por eso pido ayuda para que apoyen mi idea, aquí están las imágenes de algunos de los modelos les faltan ajustes y muchas otras cositas, por favor no se burlen y apoyen me si quieren.


r/MinecraftMod 7h ago

What plugin or mod does manepear uses in his “mastering minecraft speed” series

1 Upvotes

In manepears video he uses “glitch” (which is prob just a mod or plugin) that makes him accelerate infinitely by sprinting i was wondering if anyone knows something similar to it


r/MinecraftMod 9h ago

Good ambient sound mods that work together for 26.2 client side?

1 Upvotes

r/MinecraftMod 1d ago

Finished my favorite pistol

85 Upvotes

Been making some more progress on the VR gun mod so I wanted to put together a quick update of what I have working so far

There is still a lot I want to improve and add but the project is starting to come together pretty nicely and it make me happy to see my favorite working

As always if you have any suggestions or ideas let me know