Put out the first video showcasing my Unique Mobs mod! Now on Forge 1.20.1 and Neoforge 1.21.1 and new textures!
https://youtu.be/O2zU9qarSLY
https://redd.it/1skw84p
@MinecraftModded
https://youtu.be/O2zU9qarSLY
https://redd.it/1skw84p
@MinecraftModded
YouTube
I Coded New Powers for EVERY Minecraft Mob
I've made 46 whole new variants of existing hostile Minecraft Mobs! In this video I give a brief overview of the various mobs and then dive into a survival world with their spawn rates turned super high up!
0:00 - Intro & Overview
8:23 - Survival Gameplay…
0:00 - Intro & Overview
8:23 - Survival Gameplay…
I made a mod that generates redstone circuits from Verilog designs (LogicLoom)
https://redd.it/1sl5r5t
@MinecraftModded
https://redd.it/1sl5r5t
@MinecraftModded
Reddit
From the feedthebeast community on Reddit: I made a mod that generates redstone circuits from Verilog designs (LogicLoom)
Explore this post and more from the feedthebeast community
where do i start with editing an existing mod, or creating a separate mod to fix it?
https://redd.it/1sl6rxu
@MinecraftModded
https://redd.it/1sl6rxu
@MinecraftModded
Reddit
From the feedthebeast community on Reddit: where do i start with editing an existing mod, or creating a separate mod to fix it?
Explore this post and more from the feedthebeast community
What are the best mods on a crappy laptop ?
so i want to play some modded mc , but i dont know what my laptop can handle . i have 8g of ram and my laptop is using Amd ryzen 5. With rubidium im mostly between 40 to 60 fps . so what i want to know is what mods could my pc handle that are good , and what other mods could i add to have more fps ?
https://redd.it/1slfo40
@MinecraftModded
so i want to play some modded mc , but i dont know what my laptop can handle . i have 8g of ram and my laptop is using Amd ryzen 5. With rubidium im mostly between 40 to 60 fps . so what i want to know is what mods could my pc handle that are good , and what other mods could i add to have more fps ?
https://redd.it/1slfo40
@MinecraftModded
Reddit
From the feedthebeast community on Reddit
Explore this post and more from the feedthebeast community
RPG ModPack suggestion: Beyond Depth vs Integrated MC
Was wondering which you would recommend. I started playing Beyond Depth, love that the mobs are actually very capable at killing and hitting you with the Improved AI, but the exploring now feels rather empty. I see cool structures and rewards, but they do not feel very rewarding. Undergarden felt also very, very lame. New dimensions look cool, you run around till you find the forgotten halls, nothing else to see. You never return. I like some of the legendary mobs, they are really nice. Now I was contemplating finishing Beyond Depth, but as stated feels kinda lack luster. Was wondering if it is worth swapping to Integrated MC as it seems to be praised a lot for exploration and fun. Also, I love simply swords and using them, and Integrated MC drops them apparently extremely late into the game, like sure it sucks if you find one of them early and they already make you mid game heavy strong, but restricting them to basically Ender Dragon drops, kinda sucks.
https://redd.it/1slik2b
@MinecraftModded
Was wondering which you would recommend. I started playing Beyond Depth, love that the mobs are actually very capable at killing and hitting you with the Improved AI, but the exploring now feels rather empty. I see cool structures and rewards, but they do not feel very rewarding. Undergarden felt also very, very lame. New dimensions look cool, you run around till you find the forgotten halls, nothing else to see. You never return. I like some of the legendary mobs, they are really nice. Now I was contemplating finishing Beyond Depth, but as stated feels kinda lack luster. Was wondering if it is worth swapping to Integrated MC as it seems to be praised a lot for exploration and fun. Also, I love simply swords and using them, and Integrated MC drops them apparently extremely late into the game, like sure it sucks if you find one of them early and they already make you mid game heavy strong, but restricting them to basically Ender Dragon drops, kinda sucks.
https://redd.it/1slik2b
@MinecraftModded
Reddit
From the feedthebeast community on Reddit
Explore this post and more from the feedthebeast community
Working on a way to run Forge, NeoForge, and Fabric together on 1.21.1, Meet Vyne!
I know this might sound ambitious, but I think we’ve reached a point where juggling different modloaders has become a major hurdle. I got tired of choosing between my favorite Fabric performance mods and (Neo)Forge content mods, so I’ve been developing a solution.
Meet **Vyne**, a modloader built on the Fabric architecture that allows for cross-platform compatibility. It is currently in a functional state for **Minecraft 1.21.1**, and I’ve successfully tested it in a mixed environment.
# The "Mixed" Mod List (Current Successes):
* **NeoForge:** *Biomes O' Plenty, TerraBlender, & GlitchCore*
* **Forge:** *Mouse Tweaks*
* **Fabric:** *3D Skin Layers & Fabric API*
They all load and run together in a single instance. Beyond just the compatibility layer, I’m working on features to make the experience less painful:
# Key Features I'm Implementing:
* **Dynamic Crash Prevention:** If a mod fails to load, Vyne disables it and its dependencies so the game keeps booting instead of crashing to desktop.
* **Human-Readable Error Reports:** A 5-line structured summary (Mod Name, Reason, State, Location) instead of the standard massive stack trace.
* **Server Sync:** Automatically detects and disables client-side mods.
* **Cached Booting:** Saves metadata after the first launch, so subsequent boots are significantly faster.
**Status & Versioning:** Currently focused strictly on **1.21.1**. I have plans to backport to 1.20.1 and port to newer versions once the core is stable.
I’m still in the heavy debugging phase, so the GitHub is staying private for just a little longer while I clean up the "developer spaghetti" and ensure it won't break when it'll release. I’ll be dropping a video soon showing **Mekanism and Sodium** running side-by-side to show it in action!
**GitHub:** \[Coming Soon at VyneMC/vyne\]
I’d love to hear what features you’d want to see in a "universal" loader!
https://redd.it/1sllozc
@MinecraftModded
I know this might sound ambitious, but I think we’ve reached a point where juggling different modloaders has become a major hurdle. I got tired of choosing between my favorite Fabric performance mods and (Neo)Forge content mods, so I’ve been developing a solution.
Meet **Vyne**, a modloader built on the Fabric architecture that allows for cross-platform compatibility. It is currently in a functional state for **Minecraft 1.21.1**, and I’ve successfully tested it in a mixed environment.
# The "Mixed" Mod List (Current Successes):
* **NeoForge:** *Biomes O' Plenty, TerraBlender, & GlitchCore*
* **Forge:** *Mouse Tweaks*
* **Fabric:** *3D Skin Layers & Fabric API*
They all load and run together in a single instance. Beyond just the compatibility layer, I’m working on features to make the experience less painful:
# Key Features I'm Implementing:
* **Dynamic Crash Prevention:** If a mod fails to load, Vyne disables it and its dependencies so the game keeps booting instead of crashing to desktop.
* **Human-Readable Error Reports:** A 5-line structured summary (Mod Name, Reason, State, Location) instead of the standard massive stack trace.
* **Server Sync:** Automatically detects and disables client-side mods.
* **Cached Booting:** Saves metadata after the first launch, so subsequent boots are significantly faster.
**Status & Versioning:** Currently focused strictly on **1.21.1**. I have plans to backport to 1.20.1 and port to newer versions once the core is stable.
I’m still in the heavy debugging phase, so the GitHub is staying private for just a little longer while I clean up the "developer spaghetti" and ensure it won't break when it'll release. I’ll be dropping a video soon showing **Mekanism and Sodium** running side-by-side to show it in action!
**GitHub:** \[Coming Soon at VyneMC/vyne\]
I’d love to hear what features you’d want to see in a "universal" loader!
https://redd.it/1sllozc
@MinecraftModded
Reddit
From the feedthebeast community on Reddit
Explore this post and more from the feedthebeast community