
Mods for Minecraft 1.7.10
Discover some of the wonderful mods for Minecraft version 1.7.10. 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.7.10. 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.
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).
spark is a mod for Minecraft which is made up of several components for testing performance. It has a lightweight CPU profiler to diagnose performance issues, a memory inspection tool to take snapshots and analyse memory usage, server health reporting to provide metrics such as tick rate and CPU usage, and a range of guides to assist in the analysis of profiling reports or GC tuning. This makes it possible to find out what is taking the most resources. It looks at things like how much memory is being used, how much CPU is being used, and how many ticks the world is running. It helps people understand what might be causing their world to run slowly or lag.Often time structures and world generation mods are what cause the most lag, and spark tells you exactly which ones in a detailed yet simple command format./spark health is the main command and gives you information about the server's memory usage, CPU usage, ticks, disc, the network, and other information. There are also other tools for server users./spark profiler helps you get information about the profile and tasks and uploads it to a website and logging platform owned by spark.There are also many other and more specific commands for more specific things. The analysis will tell you exactly which classes the lag is coming from and a stack trace to see which classes are calling it so you can see what is causing the most lag with a little work and either remove or reconfigure the mod. It also references Native files./spark tickmonitor is the most important for monitoring tick speed and getting more specific information about what is causing lag spikes. Do note though that it does take time for the analysis to complete and it should not be run too many times in a row because the scan itself could still cause a decrease in performance despite the mod being lightweight. If it goes above 100% tick it tells you why. There is also memory monitor called GC monitor.It is important to note, that the command /spark is mostly used on the server side, for the client side you should use /sparkb/sparkv /sparkcrather than the traditional /spark command.Spark is a great mod for both server admins and modpack creators allowing you to optimise the performance of your server or modpack. There are not older Forge/Fabric/Quilt versions but also versions for BungeeCord and other server platforms.It is easy to install, just add the .jar file to the mods directory, and commands can be found in the docs. It also has a Discord server for discussion and support and there is a wiki describing how many of the commands work.Note: After removing it we had some slight issues and needed to restart the game once. It could have been related to the removal causing a few issues upon reloading the world or something else, just if you get issues after removal just restart the game.
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.
Create voxel-art to replace or add to the player model, equipment models, CNPCs, and more!Create decoration blocks for your worlds.Share your creations on a global library, or a sever specific one.Direct management of player-equipped skins via commands, or let the player use a GUI.Support via command/config for making most modded items skinable.Elevate your server project to a whole new level of detail!
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.
The mod Extra Golems, as the name suggests, adds extra golems to your Minecraft world. Golems in Minecraft have not been updated since they were first added many years ago. There is only one variant of the Golem in Minecraft, known as the Iron Golem. The Golems attack hostile mobs that hurt the villagers and are guards of the village.With this mod, you can get many variants of the Golem that can be made using different blocks in Minecraft. Their health and power depend on the block used to build them. Summoning them is the same as the regular Iron Golem.You can summon golems using a variety of different blocks, including Diamond, Golden, Debris, Librarian, Leaves, and many more. You can summon golems of nearly all building blocks.
The Tech Guns mod introduces battle royale to Minecraft. Minecraft is usually considered to be a survival game, where players must spend nights surviving the mobs, building, and keeping themselves safe. With this mod, you can have fun playing hide and seek and attacking bases with your friends.This mod adds battle and war items into Minecraft, including guns, launchers, helicopters, cars, saws, and many more fighting items. This mod also adds many new structures into the world, which include the bases and the crafts. You can find the underwater bases and the ships in the middle of the seas, that were captured by the armed forces equipped with powerful armor and machine guns.You can explore a lot more than what can be explained in words, as this mod adds hundreds of tools, armors, and other items into the game.
The Aether mod adds a new heavenly dimension to Minecraft. This dimension is the Aether dimension, which looks like heaven. Just like any other dimension, a portal allows you to enter this world. First, make a portal similar to the nether portal, but with glowstone instead of obsidian. Then place a water bucket in any of the inner block, just like how you light a Nether portal using flint and steel. The Aether mod also adds many new mobs to the game. Some are similar to vanilla mobs, but are aerial. These mobs include:Flying cowsFlying pigsSparrowsRabbitChestFlowersAnd many more
If you are into technical Minecraft, or if you simply love building functional machines and systems, the BuildCraft mod will enhance your gameplay experience. The mod adds several new items that you can play around with to design efficient machines that will make your game much more cooler and easier. 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.
Showing 1 to 15 of 92 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.