Minecraft Wiki
No edit summary
(Replaced content with "{{Pending import}}")
Tag: Replaced
(43 intermediate revisions by 37 users not shown)
Line 1: Line 1:
  +
{{Pending import}}
{{DISPLAYTITLE:APIs}}
 
<div class="noinclude">{{disclaimer}}</div>
 
:''For a list of outdated APIs/loaders, see [[Mods/Outdated#APIs and Loaders|here]].''
 
 
{| class="wikitable" style="width: 100%; text-align: center;"
 
|-
 
! colspan="8" | APIs and Loaders
 
|-
 
! width="60px" | Name
 
! class="unsortable" width="550px"| Description
 
! class="unsortable" width="30px" | Version
 
! class="unsortable" width="60px" | Link
 
! width="50px" | [[Version history|Latest Release]]
 
! width="30px" | Requires API
 
! width="65px" | Author
 
! width="35px" | SMP compatible
 
|-
 
 
{{ModEntry
 
| name = AudioMod
 
| description = Updates the sound system in Minecraft to allow support for three more file types and allows the ability to add custom music.
 
| version = 1.4.7
 
| forum = http://www.minecraftforum.net/topic/75440-v145-risugamis-mods-updated/
 
| minecraft version = 1.4.7
 
| api = no
 
| author = Risugami
 
| smp = yes
 
}}
 
 
{{ModEntry
 
| name = Custom Mob Spawner
 
| description = This API allows you to add mobs and creatures to Minecraft that spawn randomly instead of at predefined points based on the world seed.
 
| version = 1.9.0
 
| forum = http://www.minecraftforum.net/topic/1080677-145-custom-mob-spawner/
 
| minecraft version = 1.4.6
 
| api = No
 
| author = DrZhark
 
| smp = N/A
 
}}
 
 
{{ModEntry
 
| name = Custom Recipes
 
| description = Lets users create custom recipes using simple text files, and makes creating crafting mods easier. Many mods are already using this engine.
 
| version = 3.7
 
| website = http://www.planetminecraft.com/mod/customrecipes/
 
| minecraft version = 1.4.5
 
| api = {{tc|Yes|ModLoader}}
 
| author = [http://www.planetminecraft.com/member/TheBoo99 TheBoo99]
 
| smp = N/A
 
}}
 
 
{{ModEntry
 
| name = Dimension API
 
| description = This is a dimension-adding API that works on both the client and server. It is simple and straightforward for modders to use, while at the same time it maximizes the possible customizations they can make to their dimensions.
 
| version = 1.6.1
 
| forum = http://www.minecraftforum.net/topic/999976-132smpssp-pudelhunds-dimension-api-v161/
 
| minecraft version = 1.3.2
 
| api = {{tc|yes|ModLoader}}
 
| author = Pudelhund
 
| smp = {{tc|Yes|Yes (requires server mod)}}
 
}}
 
 
{{ModEntry
 
| name = FBalazs's API
 
| description = This API makes modding with Forge a lot of easier.
 
| version = 2.0
 
| forum = http://www.minecraftforum.net/topic/1608655-fbalazss-modding-api/
 
| minecraft version = 1.4.6
 
| api = {{tc|yes|Forge}}
 
| author = FBalazs
 
| smp = {{tc|Yes|Yes (requires server mod)}}
 
}}
 
 
{{ModEntry
 
| name = GuiAPI
 
| description = GuiAPI is a powerful API for creating easy to create and use settings and menus in Minecraft, and uses TWL.
 
| version = 0.15.2
 
| forum = http://www.minecraftforum.net/topic/612536-145-guiapi-an-advanced-gui-toolkit/
 
| minecraft version = 1.4.6
 
| api = {{tc|yes|ModLoader or Forge}}
 
| author = ShaRose
 
| smp = N/A
 
}}
 
 
{{ModEntry
 
| name = ID Resolver
 
| description = Stops ID conflict
 
| version = 1.4.6.1
 
| forum = http://www.minecraftforum.net/topic/366377-145id-resolver-update-0/
 
| minecraft version = 1.4.6
 
| api = {{tc|yes|Forge, GuiAPI}}
 
| author = ShaRose
 
| smp = N/A
 
}}
 
 
{{ModEntry
 
| name = LibShapeDraw
 
| description = Provides a set of flexible and powerful drawing and animation tools for mods to use. Gives mod authors the ability to draw in the game world itself ''without'' having to mess with OpenGL contexts, finding a render hook, or other tedious details.
 
| version = 1.3.1
 
| forum = http://www.minecraftforum.net/topic/1458931-libshapedraw/
 
| minecraft version = 1.4.5
 
| api = {{tc|yes|ModLoader or Forge}}
 
| author = [https://github.com/bencvt bencvt]
 
| smp = yes
 
}}
 
 
{{ModEntry
 
| name = MultiMC
 
| description = Custom Minecraft Launcher which allows having multiple Minecraft installs simutaniously. It also allows for very easy install of Mods (jar mods, modfolder mods and Forge Coremods) and texturepacks. Furthermore you can downgrade your minecraft to any older version. Another feature is the ability to export so-called config packs. Its a zip file containing all configs and a mod list. This file can then be imported somewhere else (for example by a friend)
 
| version = 4.x
 
| forum = http://www.minecraftforum.net/topic/1000645-
 
| minecraft version = Any
 
| api = no
 
| author = Forkk13
 
| smp = N/A
 
}}
 
 
{{ModEntry
 
| name = [[Mods/Magic Launcher|Magic Launcher]]
 
| description = The Magic Launcher is a new Minecraft launcher which can load mods dynamically without changing or patching the minecraft.jar.
 
No more mod installation problems, just select your mods and enjoy.
 
| version = 1.0.0
 
| forum = http://www.minecraftforum.net/topic/939149-launcher-magic-launcher-097-mods-options-news/
 
| minecraft version = Any
 
| api = no
 
| author = sp614x
 
| smp = N/A
 
}}
 
 
{{ModEntry
 
| name = Minecraft Forge
 
| description = Picks up where Modloader leaves off, adding extensive hooks that allow compatibility between more advanced Mods. Source code is available, and participation is encouraged. This API is meant to form and promote a standard for mods, reducing incompatibilities between mods using it. These advantages come at the expense of numerous other glitches and extra processing requirements.
 
| version = 7.7.0
 
| forum =
 
| website = http://www.minecraftforge.net
 
| minecraft version = 1.5
 
| api = {{tc|no}}
 
| author = SpaceToad, Eloraam, LexManos
 
| smp = {{tc|Yes|Yes (requires server mod)}}
 
}}
 
 
{{ModEntry
 
| name = Minecraft Mod Mover
 
| description = A program that allows you to have different mods for your multiplayer games than your singleplayer ones. It moves your Minecraft folder around with ones containing other mods and saves.
 
| version = 5.0
 
| forum = http://www.minecraftforum.net/topic/678718-minecraft-mod-mover/
 
| minecraft version = Any
 
| api = no
 
| author = trecneps
 
| smp = N/A
 
}}
 
 
{{ModEntry
 
| name = Minemod Omni Tool
 
| description = Minemod Omni Tool is like an swiss knife for Minecraft it allows you to automaticaly, simple and fast install/uninstall mods you can also only disable mod and when you want it just enable it again!
 
Also an compatible checker and much more!
 
| version = 2.1
 
| forum = http://www.minecraftforum.net/topic/517360-21-minemod-omni-two-launcher-mod-manager-and-more-one-year-anniversary/
 
| minecraft version = any
 
| api = no
 
| author = thelegendaryblah
 
| smp = N/A
 
}}
 
 
{{ModEntry
 
| name = [[Mods/Modloader|ModLoader]]
 
| description = A mod manager that stops many conflicts between mods. Modders are free to decompile this and learn how to make mods work with it. Also supports texture packs for override images, and chunk population hook was added.
 
| version = 1.4.5
 
| forum = http://www.minecraftforum.net/topic/75440-v145-risugamis-mods-updated/
 
| minecraft version = 1.5
 
| api = {{tc|yes|PlayerApi}}
 
| author = Risugami
 
| smp = N/A
 
}}
 
 
{{ModEntry
 
| name = ModloaderMP
 
| description = A tool for mod makers to make SMP mods. Some mods need this to be installed for SMP mods to work (e.g. jamioflan's mods and Plastic Craft)
 
| version = 1.3.2
 
| forum = http://www.minecraftforum.net/topic/86765-132-sdks-mods-v1-aug-18th-modloadermp-updated/
 
| minecraft version = 1.3.2
 
| api = ModOptionsAPI
 
| author = ScottyDoesKnow
 
| smp = {{tc|Yes|Yes (requires server mod)}}
 
}}
 
 
{{ModEntry
 
| name = ModOptionsAPI
 
| description = Helps your mod with simple, configurable options by editing core Minecraft files. Other mods may require this to be installed.
 
| version = 1.4.4
 
| forum = http://www.minecraftforum.net/topic/1163014-/
 
| minecraft version = 1.4.6
 
| api = no
 
| author = WyrdOne
 
| smp = no
 
}}
 
 
{{ModEntry
 
| name = Mountable Blocks
 
| description = Easy creation of blocks that can be mounted by entities (e.g. chairs that players can sit on).
 
| version = 1.5.2
 
| forum = http://www.minecraftforum.net/topic/942465-142-sspsmp-mountable-blocks-api-and-sitable-chairs/
 
| minecraft version = 1.4.5
 
| api = no
 
| author = ITOS
 
| smp = {{tc|Yes|Yes (requires server mod)}}
 
}}
 
 
{{ModEntry
 
| name = Player API
 
| description = Player API gives third party mods managed access to the main player class
 
| version = Universal 1.0
 
| forum = http://www.minecraftforum.net/topic/738498-145api-player-api/
 
| minecraft version = 1.4.7
 
| api = ModLoader
 
| author = Divisor
 
| smp = no
 
}}
 
 
{{ModEntry
 
| name = ToolAPI
 
| description = ToolAPI allows modders to easily crate tools without adding any unnecessary class files that are tedious to write.
 
| version = 1.1
 
| forum: http://www.minecraftforum.net/topic/1695390-147-modloader-toolapi-the-api-only-made-for-tools/
 
| minecraft version = 1.4.7
 
| api = ModLoader
 
| author = lala56bob
 
| smp = no
 
}}
 
 
|}
 

Revision as of 01:47, 6 September 2020

FTB Wiki
This page is in the process of being moved to the Feed The Beast Wiki, as it does not fit the scope of the vanilla Minecraft Wiki.
To see the former content of this page, see an older version of this page to read through its content while its import is pending. To do so, see the history and then click any datestamp link from before September 2020. Do not save this version.
 
This page has been exported to an XML file but is awaiting an administrator of the Feed The Beast Wiki to import the pages there.
This page has been blanked and replaced with this message to avoid cluttering maintenance categories on this wiki.
After the files have been imported to the Feed The Beast Wiki, this template should be replaced with a {{soft redirect}} to the Feed The Beast Wiki page. See Template:Copy to FTB for more information.