
Mods for Minecraft 1.10.2
Discover some of the wonderful mods for Minecraft version 1.10.2. These will make your Minecraft world even more fascinating to explore by adding a whole bunch of new functionalities, items, blocks and even new landscapes.
Discover some of the wonderful mods for Minecraft version 1.10.2. These will make your Minecraft world even more fascinating to explore by adding a whole bunch of new functionalities, items, blocks and even new landscapes.
Creative Core is a library mod for fabric that adds a lot of core functionalities and changes lots of the in-game code to work with some of the mods that it works with. It contains many new APIs for developers and a few small in-game things for players.For PlayersFixed an in-game lag bug, this was a lag fix that existed in parts of the game when unloading a chunk with lots of tile entities like furnaces on it (This bug was commonly taken advantage of on servers like 2b2t). It was merged into MC Forge. 2 in Game commands for Config. /cmdconfig and /cmdclientconfig are both config commands which exist in the game for working with the config of mods which use it.For Developers Graphical User Interface APIConfig API ASM, Reflection, and Bytecode-related toolsPacket management and splittingPlayer UtilsA built-in loader for loading modsItemstack Uniformity with InfoStack ObjectsFake world for some thingsIngredient ToolsRegistry ToolsInventory ToolsMathsAbstractionUnsafe toolsSerialisationInventory Tools like slot viewingAnd much moreIt is good for making platform-independent mods that can work on both FabricMC and MC Forge and others. It is in many ways better than tools like Architectury as it has a built-in loader, a little like FeatureCreep, which makes it so if you wanted to you could more easily bundle 2 platforms in 1 jar or at least have fewer differences between your files saving lots of time and making code more portable. It works officially on MC forge (which itself changes a lot) and is ported to FabricMC. Many of CreativeMD’s mods though are still packaged separately for each loader.Core, library, and API mods are a pain to have to install all the time, but this one adds a lot of libraries to help make mod development faster for developers. Some mods which use CreativeCore includeLittleTiles ItemPhysicAmbientSoundsCMDCamInGameConfigMangerAnd Others, a lot from CreativeMDCreativeCore is common on many modpacks like CreativeMDs and other mods, but not all mods are made by CreativeMD, some such as ModernOnlinePictureFrames also use it and are by 3rd parties.
AmbientSounds 5 or Ambient Sounds is a sound mod which adds various new sounds that appear around your world, often looped and repetitive yet pleasing at the same time if you have your sound on. It goes well with the built-in Minecraft music but also makes the in-game sounds a little more interesting if you need to turn off the MC Music for a while. Many of the in-game sounds appear in various locations at different times. Like in the vanilla game, the place can affect where the different sounds play.Despite being a sound mod, the mod has lots of code in it to determine which sounds should be played and enabled and you can configure this with multiple different JSON files in the config folder. You can set the feature locations, the sound locations, the regions, and dimensions, and the engine to get good detail of which sounds should be played where. Modders can also use the large sound engine API to help with their sound mods and playing sounds. You can also create your sound packs with information from the wiki. There are a lot of sounds in the game, some of the sounds in the game added by the mod are:Bird SoundsCicadasCricketsCrowsFrogsOwlsSeagullWolfCaveSuspenseWaterWeather WindAnd More.These can all make the game happier, or scarier, or change the game in other ways. They can though be quite distracting and set a false alarm. Some of the sounds are pretty short and basic, while others are much longer and more detailed. The sounds work in modded biomes also, Hypsellis helped get a list of biomes from various biome mods. Paul from paulscode the sound engine used in MC and MC Forge also helped fix issues in the mod. The mod updates a lot with new sounds. Many are made from online mixing tools such as amibent-mixer.com or naturesoundsfor.me making it easy for individuals to expand the sound. Requires CreativeCore
Nomadic Tents is a Minecraft mod that solves the age-old problem of wanting to explore the world but not wanting to leave your house behind. With this mod, players can build and set up various types of tents, including Yurts, Tepees, Bedouin, Indlu, and Shamiyanas. These tents come in different sizes, making them suitable for various purposes, from a small shelter for a solo adventurer to a larger one for a group of friends. The best part is that these tents are portable, meaning you can pack up and move on to your next destination with ease. The Tent Mallet is a useful tool that allows players to deconstruct the tent door and pack up the entire structure. When you set it up again in a new location, everything will still be inside. This feature ensures that you can travel light and enjoy your journey without worrying about losing your home base. Nomadic Tents is a game-changing mod that provides players with the freedom to explore and experience the game world without compromising their living arrangements. With this mod, you can set up camp anywhere, anytime, and continue your adventures with ease. Give Nomadic Tents a try and never worry about being too far from home again!
Fabric Language Kotlin is one of the many Fabric Language adapters for Kotlin. Language adapters let you write mods in programming languages other than pure Java (often but not always JVM-based languages). There are many big Fabric mods which use Kotlin includingAdorn Inventory Tweaks AE Additions – ExtraCells2 ForkBountiful DeftuLib Hex Casting Industrial Revolution Inventerio Kambrik Lakeside LibrarianLib Level Up HP MirageFairy2023 Ping Wheel Plethora Peripherals Roughly Enough Trades Roughly Enough Loot Tables RSWires TerrarianSlimes Woods and MiresZoomify and many more. Kotlin is primarily a JVM-based programming language like Groovy or Scala and is in many ways considered a newer Scala (though Scala is still being developed), though it does not only compile to JVM, it can also compile to native or to JavaScript or even its own bytecode format. Fabric Language Kotlin is meant to be used with the JVM variant though.Kotlin as mentioned before has some in common with Scala and a little in common with Crystal. Kotlin Language is a must-use for many people, many people really like it, while others do not. One issue you have is if you use Kotlin you may have compatibility issues with lesser-known tool chains that you may port your mod too. But if you want to use Kotlin because you prefer it you can use this language adapter. There are reasons to prefer Kotlin if you like some of the features or if you want to also do things like Android development (which has recently started to recommend Kotlin over Java which it had previously). If you use Kotlin it is suggested you use IntelliJ because they are made by the same company and eclipse does not have quite as good of support for it.For players, you should be able to just install the mod in your mods folder. If you are a developer you will need to take extra steps and requires the user already know a little bit about using Kotlin with Gradle (but Groovy DSL can still be used unless you want Kotlin DSL). FabricMC has a tutorial which can be used with basic instructions about getting started. Fabric Language Kotlin does not rely on any specific version of Minecraft, just on Fabric loader.
TipTheScales is a very popular yet very simple Minecraft mod for adjusting the scaling of the GUI by replacing some of the vanilla code to change the appearance. The main thing it does is change the GUI scale option in the video settings to have a slider rather than a simple button.In vanilla, the GUI Scale option is a button, pressing it changes the number and the scale which can be quite sudden and big as it does not even ask you for confirmation. This replaces said button with a slider which does not change until you let go. Like the vanilla game, by default, there are 5 scales.1x – The Smallest 2x – Small 3x – Big 4x - The Biggest Auto – This the what you get by default, in most cases it just sticks to 4xThe mod does very little else outside of some basic bytecode manipulation. The GitHub that has the source code (which is just a MultiLoader project (Jaredll08 is also the person behind it)) has almost blank entry point files and most of the work is done by a few pieces of SpongeMixin.MisterLauncher’s article claims that there are prompts in text files, however when looking at the code we see no evidence of this. We were at 1st unsure what the mod did as Sodium already did what TipTheScales does and what it does was so basic we did not know what to look for, we watched and have attached the video from the MisterLauncher page by a 3rd party YouTuber and added some pictures for clarity.The mod in general is unneeded. The person behind it is very well known for many of his mods (and is quite questionable), but this is one of his most popular despite having limited functionality. The mod does not work with Optifine and explicitly in the code tells the game to not run the changes if Optfine is detected. The mod is also obsoleted in Sodium, as mentioned above, Sodium has a similar slider that does similar things in its custom video settings screen. Even in vanilla, the default button is enough. There is little reason to use it in a modpack as you can just make the changes yourself manually without the mod and requiring all users to download this unneeded mod, additionally, I generally hate when they make changes to the GUI scale requiring me to change it back. It only really makes sense for things like BetterF3 or other things with big GUI or if you have a weird monitor configuration that is too big or too small.If you were cursed and got a modpack with a small GUI scale (or just want to change the GUI scale in general) here is how to fix it. Removing the mod by itself will not do anything as the mod just changes a vanilla user interface, you will still need to go to Options > Video Settings > GUI Scale and set it to the number you want (preferably before removing the mod (if you decide to remove the mod) as the slider is in some ways more pleasing).Jaredll08 has stated in the Diluv Discord that he does not want his mods reposted, so we just put curse links to download.
TL skin and cape is a mod for Minecraft which adds integration with TLauncher and accounts for the use of Skins and Capes. TLauncher is one of the most popular launchers and also one of the best ones. Tlauncher has a large array of features and skins and capes are one of them. This mod is only officially supported on Tlauncher on supported configurations, it may work on other launchers with your TL account or on unsupported versions, but it is not guaranteed.The skins and capes you have will be viewable by other players, but it is recommended that they have the mod installed also. It is possible to use without a TL account, and you will automatically get a skin selected many times even when you do not ask for one, but to get the most use you should preferably have a Tlauncher account, if you want even more features you can use Tlauncher Premium (though it is not available in the US or Canada). One issue is if you use a Mojang account or just play the game without an account at all in offline mode (you will get a default skin, there are many like the ones shown and others like a Zelda-style one), you may be sometimes automatically given a skin, or in some cases even if you use Minecraft Premium you may not have access to your Mojang/Microsoft Skin. Additionally, in Vanilla the mod auto installs and the Vanilla game when run from Tlauncher calls itself modded.The mod is available on a wide range of platforms officially, such asMC Forge MC Forge Optifine Optifine Forge LiteLoaderOptiForgeLiteLoader FabricMC (but not yet officially FabricSodium)Vanillaand more going back a pretty long time.You may also get the mod to work on more platforms, such as Fabric derivatives such as QuiltMC, but it is not officially supported and may have issues. In most cases, the mod will install automatically. If in Tlauncher you have access to the little blue TL Logo next to the version, that means TL Skin and cape should install automatically, you will just get a prompt asking you about your skin while trying to launch.If you want to configure your character you should get a Tlauncher account and then you can download skins, HD Skins, capes, animated capes, and more from their website or other cape and skin websites. You can download a wide range of capes including the Russian flag, Optifine, Minecon, and many other capes and skins. You can even search skins by a Mojang or Tlauncher username. Do note though that if you need an animated cape you should use a Tlauncher Premium account (Which is not the same as a Mojang Premium account and does not let you play on online mode servers like Hypixel).Many of these functionalities are more advanced and convenient than what Microsoft do. It is also very useful when someone can't pay for the game or have issues downloading. Tlauncher has been very good at making the game accessible to places that are under sanctions and can not download things like Java or buy the game by providing some of this stuff on their servers. Tlauncher is a spreader of freedom, equality and truth. It is also one of the easiest Launchers to use and very good with older and more obscure versions and clients or mod loaders. It is also one of the most popular launchers, the 1st 3rd party launcher I used and one of the top-ranking on search engines. The discord server got thousands of members within the 1st day and has more users than most launcher discords including PrismMC, PolyMC, MultiMC, GDLauncher, TL Legacy and others. It is partly known for its ability to play for free, though many big servers do not support offline accounts, many smaller ones, especially in the Spanish-speaking world do. TL does seem to also be very popular there.There is common misinformation about TL and TL Skin and Cape being malware, but this is untrue, we looked at the skin and cape mod ourselves and did not see malware and the methods used by the people claiming it is a virus are untrustworthy and have been debunked by the people at Tlauncher (it is even safer than Discord and most of the people who claimed it was malware are on Windows systems using the exe and not the jar for whatever reason, so this argument would be less valid if you use the jar and are not on windows anyhow.) and are likely done by Tlauncher’s competitors, as in general Tlaucher gets lots of slanders all around the community.Does not need Fabric API on Fabric
MmmMmmMmmMmm (Target Dummy) adds a Target Dummy that can be equipped with armour, which will reduce the damage it takes. It can also be dispensed from a dispenser and changed to mimic different mobs. The dummy shows damage dealt to it via numbers fading in and out of the screen, and the numbers change colour depending on the type of damage. You can customise the visuals and behaviour of the dummy in the mod config and shear it for different skins.The basic target dummy can be found in the combat tab and is good for practising combat. The dummy has numbers coming out of it, these numbers show how much damage is being done. You can hit it unlimited times and it will not break. There is also another number called DPS (Damage per second) which is also shown. With the hand you will struggle to get past 1,3 Damage per second, but with different weapons that number can get much higher.The mod is good for the post 1.9 combat system which requires you to not spam click as much, but can also be used to practise alternate combat systems. Such as Zelda’s Sword Skills, Commie’s Combat Tweaks, Golden Age Combat, and Combat Tests.The Dummies can also be equipped with armour and even mimic other mobs and have mob heads. This allows you to test various different types of weapons on various mobs to test how they would go in a fight and prepare you for PVP or for going against a mob you want to fight in the future. You can even test different types of enchantments, and dispenser drops, and even modify the appearance, skin and swing amounts, and messages with the config or even sheers.This mod is originally inspired by a 1.12 mod by Bonusboni but it adds many changes making it far better and it is for newer versions.The mod requires Moonlight Lib and is made by the same creator (like many of the other mods which use moonlight lib).
Just Enough Resources is a Just Enough Items addon which added new information based on resources. There are a few tabs added to Just Enough Items by Just Enough Resources, each doing various different things. Most of the tabs are accessed with a left click rather than a right click, which may cause some issues with cheat mode, though the buttons can likely be remapped and it is still possible to get the Just Enough Resources Tabs in the traditional JEI interface though.While it does work with modded content, do note, that similar to Just Enough Items, custom-modded solutions may not be able to integrate with addons like Just Enough Resources. Modders may need to do custom work to make their mod integrate with Just Enough Resources if you do stuff in a non-conventional way.One of the tabs is the trading tab. This tab shows the common trades with villagers in the game that are registered with the plugin or are just vanilla. It can show to and from trades making it easy to see what you can do with a rather useless item.The Mob drops tag shows some of the things mobs drop when they die. This can be accessed with the spawn egg and shows the likely drops of a mob and probability.Block Drops are similar to Mob drops but it is for blocks.Plant drops can be accessed by right-clicking the seed, it shows what kind of plant can be grown with a seed, what the plant looks like over time, what the plant drops, and other information about the plant.Selecting an Ore can give you information about its world generation. It gives you a graph showing the likeliness to find the ore at different depths over time as a line graph, which can be useful for people trying to mine to find different ores.Dungeon Chance also lets you know the likeliness of finding something in a dungeon.Just Enough Resources is the successor to Not Enough Resources for Not Enough Items. It also has an unofficial port for Roughly Enough Items called Roughly Enough Resources.You should also look at the Wiki for more info like profiling.
Wurst is a mod that gives you advantages. It allows you to perform block telemetry, walk on water, walk on scaffolds, get PVP assistance, excavate, find items, and more.It has a menu that can be accessed by pressing the right control key on your keyboard, but this can be changed in the settings. Clicking this gives you a list of a bunch of utilities you can use and the ability to easily change settings. This screen used to look very cool and have a search button, but no longer has the search button and instead tries to mimic other similar mods, though it still looks pretty good. Utilities can also be accessed with commands that start with dots (.).There are many mods similar to Wurst, some of them are free, while others cost money. Wurst is one of the most popular utility mods common on multiplayer servers. Some people consider it a cheat client because it can do some stuff that normal players can't do, but there are also some non-cheat features it has, such as automation, an example of this would be the excavation feature or the tunnel feature, which help get rid of much of the digging for terraforming projects; treebot, which automatically finds and chops down trees, as well as some auto clicking features for automatically clicking. Wurst like other utility clients, is recommended on many anarchy servers like 2b2t.There are many cool features in Wurst. A few of them are:Blocking TelemetryFullbright – Turns the Brightness to MaxItemESP – Highlights Item entitesMobESP – Highlights MobsBaseFinder - Highlights areas that are suspected of being tampered with by players.CaveFinder – Highlights CavesMobSpawnESP—Highlights areas where mobs can spawn and when they can spawn.ChestESP – Highlights chestsNoFall – Prevents the player from taking fall damage.Nuker – Digs area around PlayerScaffoldWalk - When you walk on the edge, it automatically places blocks beneath you.KillAura – Automatically kills nearby entities.MultiAura – KillAura but on multiple EnemiesExcavator – Digs a selected area with the tool you are holding.NoWeb – Webs don’t slow you.JetPack – Lets you Go Straight UpJesus – Lets you walk on WaterSpider – Lets you climb wallsFast Break – Single-clicking a block and waiting a fraction of a second breaks it.InstantBunker – Automatically builds a preconfigured bunker if you have Cobble StoneTunneller – digs a tunnel as per the user's settings.Sneak – Auto ShiftSpeedHack – Makes Player go fasterAutoSprint - Automatically makes the player sprint.Auto Eat – Automatically eats when hunger goes downSo many moreIt is important to note that not all of these work or are recommended at all times. For example, some require creative mode to work, and some of them can be blocked by the servers' anti cheat. Some utilities, such as Nuker, have legit modes that are supposed to bypass some anticheats; however, not all anticheats are covered by Wurst. They do have different modes for different anticheats for different utilities in Wurst, but not all of them are always safe to use, and some server owners may ban you. Some utilities, such as Miley Cirus, are just for fun and kind of worthless, while others, such as AutoEat, are not good to use and not suggested as they can get in your way.Wurst used to be a client, which you would install as its own version; however, around the 1.14 era, they switched to being a Fabric mod (all versions before that are Vanilla installers), which was the first time using Fabric for many, including me. Forge versions do exist for 1.10.2 and 1.12.2 in source code form. Many of the older client versions (pre 1.7) contained Mojang code and were taken down.Some versions that were prefabric also come with Optifine.
A timeless classic, Immersive Engineering is a tech-industry mod that adds many multiblock machines, power sources, animated windmills and waterwheels and awesome weapons like the Railgun and the Revolver.It's a complex and difficult mod to understand and work with, but the challenge only makes it all the more interesting; To get started, craft an Engineer's Manual and keep it stored in your inventory when working on the mod's contents. Then make an Engineer's Hammer and build a Coke Oven and Alloy Kiln, both made of simple materials like clay, sandstone and bricks.With a Coke Oven, you can make Coke Coal and free charcoal out of logs. It's slow, but effective, be sure to make multiple. You'll also get Creosote Oil as a byproduct, so be sure to store it and use it to make Treated Wood. The Silo and Tank multiblocks allow for massive storage of items and fluids respectively, make good use of them. The Metal Press is also an incredibly useful tool, allowing you to make plates, cables and many more items in a cheaper and more effective way. You can connect it to conveyor belt lines to move items around automatically.Having an array of Blast Furnaces is also incredibly important, as the best content this mod has to offer is gated behind Steel and you can only make it in those.
Farming for Blockheads is a small farming mod that adds various farming stuff to the game. These things make farming in Minecraft Easier for the player by adding things like fertilizer, chicken coops, auto feeders, trading posts, and more. The mod is quite simple and lightweight and keeps the game's balance the same.Fertilizers are one of the main things in the mod. There are three types of fertilizer; the Yellow makes crops grown on it immune to being trampled on. The Green Makes them grow in higher quantity, and the Red makes them grow faster. The fertilisers can be mixed, but you cannot mix Red and Green. In creative mode, you can obtain all the preferdalised block combinations, while in survival, you can get the federalised blocks by clicking farmland with the fertiliser you want to apply.The chicken coop you place, and the nearby chickens will place their egg in it.There is also a feeder, you put it somewhere, and then you set your preferred food by right-clicking, it can even be a full stack, and then the nearby animals which eat that type of food will automatically come by there and eat it and automatically have children. Though you can have a stack of items, you can only have 1 type of item per feeder.There is also a trading post containing a villager from which you can buy different types of plants/saplings or farm material; however, to buy an item requires an emerald, so just like other villagers, it is not a good deal to trade with him.The mod is quite simple and makes farming, in general, more straightforward and more efficient. The mod works on FabricMC/QuiltMC and MC Forge and uses the MultiLoader template. The mod integrates with other mods such as Just Enough Items, Simple Farming, Biomes O Plenty, and More.
Beautiful SkiesOne of the best things about shader packs is how they change the Vanilla Minecraft sky, adding bright stars, auroras, planets, and much more. But what if we just wanted to change the sky without altering the shading of our worlds? If you are looking for the answer to that question, this is your place! Stellar Sky is a mod that will change Vanilla Minecraft's default skies for new ones. The stars will be more beautiful and we will even see nebulae in the night sky. The sun will also be exchanged for an improved one. Sunsets will never be the same again! The mod is compatible with some shader packs, although it may not work with all of them.You can read more info about the mod here: https://www.curseforge.com/minecraft/mc-mods/stellar-sky
Open Gilder adds a new hang glider into Minecraft. This glider will allow you to easily glide through the air and makes long distance travel much more quicker and easier. The Glider is way more superior to the vanilla elytra in terms of speed and efficiency.Take a look at the screenshots to see what you can expect from this mod. This is a Forge mod and download links are given below. Read the installation instructions carefully.
The Open Modular Turrets mod introduces several new deployable firearms into the game. You can craft high power guns and place them on firearm bases to make them shoot your enemies automatically. All of the weapons added by this mod are highly futuristic and will blend in well alongside futuristic builds. The firearms are highly customizable and you can tune them to your preferences.Take a look at the screenshots to see what you can expect from this mod. This is a Forge mod and download links are given below. Read the installation instructions carefully.
The Realistic Terrain Generation Mod gives you the oppurtunity to traverse mesmerizing landscapes and breathtaking mountains in the 1.12 versions of Minecraft. The 1.12 world generation is pretty boring with no good detailing and broadly repetitive patterns of world features. But this mod changes all of that. Just take a look at the screenshots to see how mindblowing the world generation is with this mod.This is a Forge mod and download links are given below. Read the installation instructions carefully.
Showing 1 to 15 of 94 results
Accessing certain features in our website requires authentication
Sign InOr if you do not have an account
Create an accountAfter changing the language website content will be completely translated to the selected language and you can view translated versions of available posts.