Mods for Minecraft 1.13.1

Discover some of the wonderful mods for Minecraft version 1.13.1. 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.

Filter by
Sort by

MixerLogger

This is a tool used for debugging modpacks which scans your mods for mods which have annotations associated with common Mixer APIs such as SpongeMixin, Tuna-Bytes (soon), PizzaMixin(soon), and AssistMixer(soon) as well as some Aspect Orientated Programming APIs. For all the files that meet these criterias, it lists the name, the jar file it is in, the known targets (except for ones which do not specify the targets in the file itself like AssistMixer), the Class References, the Method References, and the Field References, with the possibility to add even more information in the future. On launchers which support System.out.println it will show the information in the console, the logs are also saved in (.)minecraft/logs/MixerLogger.log so you can access it. This is helpful if you are making a very large modpack and one of these breaks the game, this will allow you to have a better idea where it can be coming from. It loads itself before or during SpongeMixin or similar tools in most cases. The code for this is largelly loader independent meaning with a basic entrypoint it can be supported on most loaders and even most games in Java. Same Jar is used in more than 1 loader. Should work with Abstraction layer mods like Special Compatibility Operation, NeoFromTheMatrix, or Sintrya Connector just fine.The logs will be a tiny bit hard to read, but ideally anyone who is using this will be using ⌘+F or Ctrl+F to find specific peices of information. An example of a individual mixer class's info is as followsClass Name: net.fabricmc.fabric.mixin.client.model.BakedModelManagerMixinTargets: [net.minecraft.class_1092]ClassRef: [net.minecraft.class_1087, org.spongepowered.asm.mixin.Mixin, java.util.Map, net.minecraft.class_1092, net.fabricmc.api.Environment, net.fabricmc.fabric.mixin.client.model.BakedModelManagerMixin, net.fabricmc.api.EnvType, org.spongepowered.asm.mixin.Shadow, java.lang.Object, net.fabricmc.fabric.impl.client.model.BakedModelManagerHooks, net.minecraft.class_2960]MethodRef: [java.util.Map.get(Ljava/lang/Object;)Ljava/lang/Object;]FieldRef: [net.fabricmc.fabric.mixin.client.model.BakedModelManagerMixin.field_5408:Ljava/util/Map;]Originating JAR: fabric-api-0.75.1+1.19.2.jar-------------------- But it can be more daunting for much larger ones LimitationsAt the moment only Sponge Mixin is supported but others are soon planned and we also plan to list more info about modified methods and RefMap parsing. This also only goes 1 level deep for nested jars and javassist is bundled (which could conflict with a few mods but most other mods run AFTER this one so you would already have your information by the time such package conflict could happen). This only scans existing Mixer classes not ones created during runtime. This can make the game possibly unstable and also makes the game take longer to load so if you are not using it I would not suggest keeping it in your mods folder. Also atm only the folder called "mods" is supported but this will change. Platform support.FeatureCreepFeatureCreep 4.0 Pre Release 18 will come with this built in but it will need to be enabled in the FeatureCreep config (in the etc directory in your Minecraft Folder). However this jar supports FeatureCreep 4 Pre Release 17 to an extent if not being run on one of the other mentioned platforms. If you are on MCForge and have FeatureCreep this mod will confict due to both having the same packages at least on 1.17 due to Module changes. On platforms which do not come with SpongeMixin or a supported mixer it will need to be installed normally. The FeatureCreep built-in version will be the best maintained. The Pre-17 and earlier version of the mod will duplicate on Pre-18 or newer and is generally unsupported. Works on games outside of Minecraft written in Java and can be used on other loaders like LiteLoader and Rift and NeoForge and possibly older versions of MC Forge if FeatureCreep is installed. MinecraftForgeShould work on 1.17+, 1.16.5 and earlier has changes in the ITransformationService making it hard to do in the same file. FabricMCShould work on any version and in non-Minecraft games. May work on QuiltMC and other FabricMC derivatives but it is untested. Legacy and Cursed Legacy Fabric should also work. 

amerigovespuccip

Zombie Horse Spawn

Zombie Horses have existed in the game for a very very long time, but have you ever seen one in your survival world? I bet you haven't. Because these horses do not spawn naturally in vanilla survival Minecraft. To summon them, you have to either rely on commands or use spawn eggs. These Zombie Horses are one of the fastest modes of transport in the game and they do not even need to be tamed. It's a shame that they cannot be obtained in survival mode.With the Zombie Horse Spawn mod, you can tweak your game so that these horses spawn naturally in survival mode. And even with this mod installed, the chances of coming across one is very less. Their rarity can be tweaked in the config file.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 to avoid any errors.

MinecraftStorage

BisectHosting Server Integration Menu

BisectHosting Server Integration Menu is a mod which allows you to quickly startup a Minecraft server with BisectHosting directly within Minecraft Itself. BisectHosting is a popular Minecraft Server host which is commonly sponsoring various Minecraft mods and helping the community. They like some other Minecraft server hosts (like CreeperHost), have various mods to work with the game, however theirs may be one of the easiest to quickly startup a server with. The mod is mostly for Modpack developers to do advertising with rather than a tool that is actually useful for players. When you go to the multiplayer screen you will see a section at the top that says Need a server? Clicking on this fills out a screen that makes you select a pre-existing modpack from a platform or a loader and then lets you fill out information about the specs you need and brings you to the bisect hosting checkout page. This can also fill out a config file. The ideal way to do this is if you are a modpack maker you will go to the config, and in MC Forge go to config/bhmenu-client.toml or on FabricMC /config/bhmenu/bhmenu-client.properties and then fill out the info about the Title and Description and the Partner ID (which can be found at the console) and the Modpack ID (which can also be found at the console). Filling this config out makes it easier for a player of a modpack to just click on the link and automatically have the ability to have the pack selected. The bisect hosting mod does not appear to just let you upload your existing playset to the plan automatically but rather as just a way to get a new server with an existing modpack which making it more of an option for affiliates to put in their modpacks than a tool for players to actually use (at the end of the day you just end up back on their website). BisectHosting is known for their advertising and sponsorships, they are the Raid: Shadow Legends of Minecraft modding, they advertise a lot. Their prices are not too good, you would be better off going for something like SparkedHost if you cared about price, but if you want to support creators BisectHosting could be a good option if you use the creator’s code. Using a creator’s code can also get you a discount in the beginning.

mchoarder

Fabric Language Kotlin

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.

modristore

TL skin and cape

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

mchoarder

Log In Required

Accessing certain features in our website requires authentication

Sign In

Or if you do not have an account

Create an account
Post is saved
Mod version does not match with the version of selected modpack
Post is saved to your bookmarks.
Select the language

After changing the language website content will be completely translated to the selected language and you can view translated versions of available posts.