There are a few things I want to get out of the way first. All of these mods are made by me, except modloader that I will link you guys too! A few of these mods I got some help from friends such as ZephaniahNoah, Oldmana, Biliam, and Agryphus! So thank you to them!
Any Concerns of EULA can be answered here!
Some links will be adfocus, please use them if you want to give me like 0.0001 cents Any mod that edits BaseClasses will not have an adfocus link, only the Mediafire folder to get to them, but I always have the direct download as well. This is to make sure to be in compliance with EULA.
I will try to make everything as straightforward as I can but don't be afraid to ask questions and I will try my best to answer them. But I don't get on here much.
ALSO please note that mods on this post will shortly become out of date and the best place to keep up with them will be on the Modification Station discord! I highly doubt I will be updating this post often. https://discord.com/invite/8Qky5XY
For each section for each mod, there will a "Required" section. Please reference that to know what you need for the mod(s) before saying something doesn't work.
Modification Station
A community of nearly 1500 people who all love playing and modding the legacy versions of the game. Mostly Alpha and Beta but there is plenty of room for release 1.0-1.2.5 stuff! So come on and join the discord and discover newly developed mods for all those nostalgic versions you remember and loved!
Information Concerning textures for all the mods! MAKE SURE TO READ THIS BEFORE SAYING SOMETHING DOESN'T WORK!
The way I make all the textures work even with the mods out of order is with basically a "texture pack" except you just add it as a jarmod and make sure it's at the very bottom or is the last thing installed, that's what works for me! My plan to make sure all my a1.1.2 textures are compatible I made an "Updated Textures" folder on my MediaFire and will update it whenever I make a new mod with updated textures whether anything was really changed or not. So basically just take the "Updated Textures.zip" that you will find and add it like a jar mod and it should work, it does for me. Always check the current folder for the current version of textures. http://adfoc.us/66487179901450
There are a few mods that are basically used as APIs(they aren't APIs though) for a lot of my mods: The first one is Better Tools, it makes normal tools effective the way they should be, it also holds tools to different mods. The second is Free The IDs, which fixes the issue where a1.1.2_01 blocks can only be 0-127, my mod makes it so that the full 0-255 can be used. Lastly More Item Sprites, this makes it so that you can add items to another texture sheet, so you don't always have to edit items.png, I am working on something for blocks as well.
By the way, Fy Recipe Viewer(Find below) is not required for any of the mods below but I highly recommend it. It will make using most of the other mods super easy because you'll be able to see the recipes.
Better Tools
Mod Name: Better Tools Mod Version: v2.10 Game Version: Alpha 1.1.2_01 Requires: Modloader and More Item Sprites Compatibility/Glitches: None I know of Added: This doesn't add anything new exactly but it makes your life easier. Added in V2.8 and beyond: Tool classes from other mods will now be a part of this mod, and this mod will become a requirement of those mods. Any mods that need this mod as a requirement will tell you that it is needed in the Required section of the post. Added in V2.9: Tools for Redstone Infused. Added in V2.10: Tools are compatible with Moar Furnace Blocks. Edits the pickaxe classes of the mod. Description: Makes Pickaxes, Shovels, and Axe break the correct block and effectively. Also, I made Iron Doors require an Iron level or higher pickaxe! Note: That certain mods will require certain versions of this mod and up. Make sure to always read the requirements. Client Download: http://adfoc.us/66487179992041 Source Download: http://adfoc.us/66487179992289 Folder: http://adfoc.us/66487179908666
Some tools you can see if you use all the mods that require Better Tools https://raw.githubusercontent.com/Zyggga/ModImagesForPosts/main/BetterTools.png
Free The IDs
Mod Name: Free The IDs Mod Version: v1.0 Game Version: Alpha 1.1.2_01 Requires: Nothing Compatibility/Glitches: None, I know of. Classes Edited: cn.class(World) and ga.class(Chunk) Description: All this does is make all the block IDs through 0-255 usable. This is mainly just going to be used as a dependency for my future mods, other people can use it too obviously. Note: I tested this mod a fair bit and also had whitebear test it out, nothing game-breaking to report. Client Download: https://www.mediafire.com/file/yvxoisu81yy4awe/FreeTheIDsV1.zip/file Source Download: https://www.mediafire.com/file/cnkpv6furvmmlic/FreeTheIDsSRC.zip/file Folder: http://adfoc.us/66487179908754
More Item Sprites
Mod Name: More Item Sprites Mod Version: v1.0 Game Version: Alpha 1.1.2_01 Requires: Nothing Compatibility/Glitches: None, I know of. Classes Edited: ab.class(RenderItem) and jh.class(ItemRenderer) Description: This makes it so that you can put your item textures onto another sheet. For example, if you want to put items on another sheet you must give it the name like this `items2.png` and the placement will start at 256-511, then on `items3.png` it would be 512-767 or something like that, it follows the same idea that textures are 0-255 instead of 1-256. P.S. for the record the mods I am planning to release here shortly will be using items2.png so I recommend using a higher number for CompatibilityNote: Sorry, if the name is misleading or anything like that I couldn't think of a good name, make sure to read Description. When testing I haven't had any issues. Client Download: https://www.mediafire.com/file/hfy2oxpmh1cgxqg/MoreItemSpritesV1.0.zip/file Source Download: https://www.mediafire.com/file/tfcuvpg3ywhjxg4/MoreItemSpritesSRC.zip/file Folder: http://adfoc.us/66487179908881
Fy Recipe Viewer
Mod Name: Fy Recipe Viewer Mod Version: v1.0 Game Version: Alpha 1.1.2_01 Requires: ModLoader, and MoreItemSprites Compatibility/Glitches: When shift-clicking your armor slots are seen as inventory slots when you don't have armor on, may try to fix them. If you don't have Modloader and More Item Sprites installed above this mod, your inventory doesn't really work and you can't craft. at least that happened to me Classes Edited: ab.class(RenderItem), bv.class(CraftingRecipe), dw.class(CraftingManager), ea.class(GuiChest), ee.class(GuiContainer), and hx.class(GuiCrafting) Added: This adds in the recipe viewer from well-known mod FyCraft Description: This mod allows you to view crafting recipes in the crafting table, and allows you to shift-click things in and out of the crafting table and chest. Note: The reason I do not consider this a mod-modification because I did not edit FyCraft, also a lot of things had to be worked in a way to work in this version of the game, but I still give credit of this recipe viewer to FyCraft. Side Note: RenderItem and CraftingManager clash with MIS and ML, When I ported this recipe viewer, I had Modloader and MoreItemSprites installed. This is why they are required for this mod. If you try to use the mod without them you will get the glitch I spoke of above. I did it this way for selfish reasons because I want my other mods to be used, so since you are installing ML anyways. Side Side Note: I am using adfoc.us from now on to save on space. Client Download: https://www.mediafire.com/file/zm67uj623npng0i/FyRecipeViewerV1.0.zip/file Source Download: https://www.mediafire.com/file/5edhv3siwlaeiji/FyRecipeViewerV1.0SRC.zip/file Folder: http://adfoc.us/66487179901402
So now that I have the most important mods out of the way I will be listing my mods in alphabetical order, not the order they came out. So make sure to read everything about if you are having texture issues or anything like that. I will not reply to questions about things I already explained above. Sorry.
Anthracite
Mod Name: Anthracite Mod Version: v2.0 Game Version: Alpha 1.1.2_01 Requires: ModLoader Compatibility: Mostly untested. Uses Blocks ID 106, and Item ID 20175. Classes edited: nw.java Classes Added: BlockAnthracite, mod_Anthracite, ItemAnthracite Added: Anthracite Ore, Anthracite, Furnace Recipe, Torch Recipe, and Anthracite heals 1 heart Description: Anthracite is from NFC, permission given from Logan to use. You will find Anthracite underground around your world you can use it just like coal but it's double, so it smelts 16 blocks, makes 8 torches and you can eat it to heal 1 heart! Client Download: https://www.mediafire.com/file/lnnhnh4qc0uletu/Anthracite_a1.1.2_V2.zip/file Source Download: https://www.mediafire.com/file/xawu1y4mmd6xu6w/AnthraciteSRC_V2.zip/file Folder: http://adfoc.us/66487179908629
Mod Name: Carpet Mod Version: v1.0 Game Version: Alpha 1.1.2_01 Requires: ModLoader Compatibility: No issues I've noticed. Added: Carpet Block, Crafting Recipe: Three Wool right next to each other like a Slab. "###" Description: Not to be confused with my mod "Carpetz" this mod only has one Carpet in it since this version of the game only has 1 wool or cloth, White Wool! Might add colored wools later and if I do this mod will be updated! Client Download: http://adfoc.us/66487179908667 Source Download: http://adfoc.us/66487179908668 Folder: http://adfoc.us/66487179908669
Charcoal
Mod Name: Charcoal Mod Version: v1.0 Game Version: Alpha 1.1.2_01 Requires: ModLoader Compatibility: No issues I've noticed. It's literally just burning logs into coal. Added: Furnace Recipe, smelt logs into coal Description: I don't think this needs a description. Client Download: http://adfoc.us/66487180168849 Source Download: http://adfoc.us/66487180172132 Folder: http://adfoc.us/66487179908672
Mod Name: Craftable Chainmail Mod Version: v1.0 Game Version: Alpha 1.1.2_01 Requires: ModLoader Compatibility/Glitches: None I know of as of yet! Classes Added: mod_CraftableChainmail Added: Crafting recipe Description: You use one Flint and Steel to get one Fire block! This may seem a bit unfair but Chainmail is comparable to Iron. So, one Iron and one Flint for Flint and Steel equals one Fire block. Client Download: http://adfoc.us/66487179908715 Source Download: http://adfoc.us/66487179908716 Folder: http://adfoc.us/66487179908717
CraftableCloth
Mod Name: CraftableCloth Mod Version: v1.0 Game Version: Alpha 1.1.2_01 Requires: ModLoader Compatibility/Glitches: None I know of as of yet! Classes Added: mod_CraftableCloth Added: 2 Crafting recipes Description: 4 strings for 1 cloth and 1 cloth for 4 string Client Download: http://adfoc.us/66487179908718 Source Download: http://adfoc.us/66487179908719 Folder: http://adfoc.us/66487179908720
Don't Kill Pigs Mod
Mod Name: Don't Kill Pigs Mod Mod Version: v1.0 Game Version: Alpha 1.1.2_01 Compatibility/Glitches: Has at times caused major lag, but not often just don't kill a pig. Classes Edited: mv.java (EntityPig) Added: Kill a Pig and find out Description: Don't Kill Pigs Client Download: https://www.mediafire.com/file/m6r1hx1mkqygpb0/Don%2527tKillPigsMod.zip/file
Get Minecraft Instance
Mod Name: Get Minecraft Instance Mod Version: v1.0 Game Version: Alpha 1.1.2_01 Requires: Nothing Compatibility/Glitches: None, I know of. Classes Added: GetMinecraftInstance.class Description: This makes it so you can get an instance of Minecraft in any class, very useful. Lol, I will be using it as an API when I need an instance of Minecraft. Right now the only mod that uses this is Spawn Changer. Note: This is basically just a backport of how Modloader from b1.7.3 gets an instance of Minecraft. Biliam was the one who recommended I do it this way and to my surprise, it worked the first time without issue. Client Download: http://adfoc.us/66487180331753 Source Download: http://adfoc.us/66487180331900 Folder: http://adfoc.us/66487180331901
This should be pretty self-explanatory.
Glowstone
Mod Name: Glowstone Mod Version: v1.2 Game Version: Alpha 1.1.2_01 Requires: ModLoader Compatibility/Glitches: None I know of as of yet! Uses Block ID's 87, 88, 89, 90, and Item ID's 20200, 20201. Classes Edited: nw.java (ChunkProviderGenerate.java), og.java (BlockFire.java) Classes Added: BlockBloodStone, BlockGlowstone, BlockGlowstoneOre, BlockSoulSand, mod_Glowstone, NetherDungeon Added: Glowstone ore, Glowstone Shards, Glowstone Dust, Glowstone Block, NetherRack(BloodStone), Soul Sand Description: You find Glowstone ore around the world and that gives you Glowstone Shards, you take 9 in a crafting table to make 3 Glowstone dust, then you can use 4 Glowstone dust to make a Glowstone Block. There are new Dungeons, which I called NetherDungeon that are made with NetherRack and Slow Sand, and the loot is a little different, you have a chance to get Glowstone Shards and Glowstone Dust in the chest! Client Download: https://www.mediafire.com/file/m5owp9g9heog5cn/Glowstone_V1.2.zip/file Source Download: https://www.mediafire.com/file/ltwefdz2v3qmjcl/GlowstoneSRC_v1.2.zip/file Folder: http://adfoc.us/66487179908757
Gunpowder Ore
Mod Name: Gunpowder Ore Mod Version: v1.0 Game Version: Alpha 1.1.2_01 Requires: ModLoader Compatibility/Glitches: None I know of as of yet! Uses Block ID's 91! Classes Edited: nw.java (ChunkProviderGenerate.java) Classes Added: mod_GunPowder.java, and BlockGunOre.java Added: Gunpowder Ore/Sulfer Ore Description: You find Gunpowder ore around the world and that gives you Gunpowder! Client Download: http://adfoc.us/66487179908758 Source Download: http://adfoc.us/66487179908833 Folder: http://adfoc.us/66487179908834
Mod Name: Moar Furnaces Alpha Mod Version: v1.1 Game Version: Alpha 1.1.2_01 Requires: ModLoader, Free The IDs, and BetterTools 2.10 and up Compatibility/Glitches: None I know of as of yet! Block IDs: 129-134 Classes Edited: bi.class(EntityPlayerSP) dm.class(EntityPlayer) ic.class(TileEntity) Classes Added: BlockDiamondFurnace.class, BlockGoldFurnace.class, BlockIronFurnace.class, GuiDiamondFurnace.class, GuiGoldFurnace.class, GuiIronFurnace.class, mod_MoarFurances.class, TileEntityDiamondFurnace.class, TileEntityGoldFurnace.class, and TileEntityIronFurnace.class Added: Iron, Gold, and Diamond Furnace! Description: This adds in new furnaces inspired by mods like Better Furnaces, and Iron Furnaces from Modern mods. Iron Furnace is 20% faster, Gold Furnace is 40% faster, and Diamond Furnace is 60% faster. Iron Furnace(s) requires a Stone Pickaxe to be broken, and an Iron or High level for Gold and Diamond Furnace(s). may add gem furnaces to this later, which would require more gems, not sure yet Note: Modloader, and Free The Ids must be installed/added before BetterTools to ensure Moar Furnaces Alpha blocks can be broken correctly Side Note: I am looking into making this edit fewer base classes. Also, I plan to add modifiers, kind of like in the Better Furnaces mod from 1.7.10 Side Side Note: The reason that alpha is at the end of this mod name, is because I made a mod with the same name for beta, forever ago. Client Download: https://www.mediafire.com/file/bmrzy2mx6x3oyx3/MoarFurnacesAlphaV1.1.zip/file Source Download: https://www.mediafire.com/file/svpko38e4f9viqn/MoarFurnacesAlphaV1.1SRC.zip/file Folder: http://adfoc.us/66487179917607
More Stairs
Mod Name: More Stairs Mod Version: v1.0 Game Version: Alpha 1.1.2_01 Requires: Modloader Compatibility/Glitches: None, I know of. Classes Added: mod_MoreStairs, and MoreStairs Added: Dirt, Grass, Stone, Log, Workbench, Leaves, Glass, Gold, Iron, Diamond, Brick, BookShelf, and Mossycobblestone stairs. Description: Just more options for stairs. Please note that these work the same exact way the stairs in this version normally do. I will probably make alike "fixed" version where even the normal stairs are fixed! Client Download: http://adfoc.us/66487179908838 Source Download: http://adfoc.us/66487179908839 Folder: http://adfoc.us/66487179908840
Mod Name: Redstone Infused Mod Version: v1.0 Game Version: Alpha 1.1.2_01 Requires: ModLoader, More Item Sprites, and BetterTools 2.9 and up Compatibility/Glitches: None I know of as of yet! Classes Added: mod_InfusedRedstone.class Added: 6 Items total, Redstone infusion, then Redstone infused. Also, the recipes to make the items. (Better Tools 2.9+ is required to use the tools for this mod) Description: This is for Diamond, Gold, and Iron. You start the infusion process, by surrounding the Diamond(Gold, or Iron) with Redstone, then you take three of the new Diamonds(or ingots) put them across the middle of the crafting table, then you use 6 Redstone to fill the top and bottom of the table. You now have a Redstone-infused Diamond(or Ingot). The Axe, Pickaxe, and Shovel that you can make with these will be exactly double their non-Redstone infused versions. And yes this mod is meant to be resource costly. Note: Modloader, and More Item Sprites, must be installed/added before BetterTools to insure This Mod Works. Client Download: http://adfoc.us/66487179908885 Source Download: http://adfoc.us/66487179908948 Folder: http://adfoc.us/66487179908949
SomeColoredCloth
Mod Name: SomeColoredCloth Mod Version: v1.0 Game Version: Alpha 1.1.2_01 Requires: ModLoader Compatibility/Glitches: None I know of as of yet! Classes Added: mod_SomeColoredCloth Added: A bunch of crafting recipes, items, and Blocks. I will make a crafting guide at some point Description: Adds Beta Wool Blocks and dyes that go with them! Client Download: http://adfoc.us/66487180172133 Source Download: http://adfoc.us/66487180172289 Folder: http://adfoc.us/66487179908952
Spawn Changer
Mod Name: Spawn Changer Mod Version: v1.2 Game Version: Alpha 1.1.2_01 Requires: Modloader, MoreItemSpites, GetMinecraftInstance Compatibility/Glitches: None, I know of. Just make sure you are in the middle of the block you are trying to set your spawn to or else you might spawn on top of whatever. Classes Added: mod_Respawner, and iSpawner Added: 8 obsidian surrounding a Redstone dust will make the item. Description: This Item or "respawner" now has its own texture. Client Download: http://adfoc.us/66487180172290 Source Download: http://adfoc.us/66487180331752 Folder: http://adfoc.us/66487179909007
Stone Brick
Mod Name: Stone Brick Mod Version: v1.1 Game Version: Alpha 1.1.2_01 Requires: ModLoader Compatibility/Glitches: None I know of as of yet! Classes Added: mod_Stonebrick, BlockStonebrick, and BlockStoneSlab Added: Crafting recipe Description: 4 Stone to make 4 Stone Brick! You can also make stairs and slabs. Client Download: http://adfoc.us/66487179909008 Source Download: http://adfoc.us/66487179909009 Folder: http://adfoc.us/66487179909010
Timber And Leaf Decay
Mod Name: Timber And Leaf Decay Mod Version: v1.0 Game Version: Alpha 1.1.2_01 Requires: Better Tools 2.9+ Compatibility/Glitches: None, I know of. Not really a glitch but because of alpha code sometimes a leaf block or two won't decay but you can just break it. Classes Edited: iz.class(BlockLeaves), and mg.class(BlockLog)
This mod does not require modloader but Better Tools does so make sure you have modloader Description: Break the bottom block of the tree and get all the wood. Also adds Beta leaf decay, but with alpha systems. Note: BE CAREFUL breaking logs in your builds with axes, you will break more than you want to. A leaf check is already planned to be added. This mod breaks wood in a radius, so a tree that is super close might also break. Client Download: https://www.mediafire.com/file/ggxy9y06ypsu8gl/TimberAndLeafV1.0.zip/file Source Download: https://www.mediafire.com/file/qjh4aw2rgfuax6s/TimberAndLeafV1.0SRC.zip/file Folder: http://adfoc.us/66487179908103
Ultimate Tool
Mod Name: Ultimate Tool Mod Version: v1.0 Game Version: Alpha 1.1.2_01 Requires: ModLoader Compatibility/Glitches: None I know of as of yet! Uses Item ID 20300! Classes Added: mod_UltimateTool.java, and UltimateFist.java Added: Ultimate Tool Description: This uses the wonderful texture you all know and love from the Ultimate fist but this one should work better than most of the other mods! You use 7 diamond blocks and two leather to craft! Can break just over 39,000 blocks! Meant to be an end-game item! Client Download: http://adfoc.us/66487179909011 Source Download: http://adfoc.us/66487179909012 Folder: http://adfoc.us/66487179909013
Just like Noah said you can join my server Modification Station but there is also a still pretty new project officially supported by Modification Station called RetroMCP and the main creator made a Reddit post describing it very well.
Anyone can join Modification Station we try to be very nice!
just in case you miss my reply to the other people
"
Just like Noah said you can join my server Modification Station but there is also a still pretty new project officially supported by Modification Station called RetroMCP and the main creator made a Reddit post describing it very well.
According to the "don't kill pigs" mod, I can't seem to download it. I clicked on the link and it's blocked. For my other browsers (including safari) it just sends me back to the minecraft forums site. Any way you can fix the link?
There are a few things I want to get out of the way first. All of these mods are made by me, except modloader that I will link you guys too! A few of these mods I got some help from friends such as ZephaniahNoah, Oldmana, Biliam, and Agryphus! So thank you to them!
Any Concerns of EULA can be answered here!
Some links will be adfocus, please use them if you want to give me like 0.0001 cents Any mod that edits BaseClasses will not have an adfocus link, only the Mediafire folder to get to them, but I always have the direct download as well. This is to make sure to be in compliance with EULA.
I will try to make everything as straightforward as I can but don't be afraid to ask questions and I will try my best to answer them. But I don't get on here much.
ALSO please note that mods on this post will shortly become out of date and the best place to keep up with them will be on the Modification Station discord! I highly doubt I will be updating this post often. https://discord.com/invite/8Qky5XY
For each section for each mod, there will a "Required" section. Please reference that to know what you need for the mod(s) before saying something doesn't work.
Modification Station
A community of nearly 1500 people who all love playing and modding the legacy versions of the game. Mostly Alpha and Beta but there is plenty of room for release 1.0-1.2.5 stuff! So come on and join the discord and discover newly developed mods for all those nostalgic versions you remember and loved!
https://discord.com/invite/8Qky5XY
https://discord.com/invite/8Qky5XY
https://discord.com/invite/8Qky5XY
Information Concerning textures for all the mods! MAKE SURE TO READ THIS BEFORE SAYING SOMETHING DOESN'T WORK!
The way I make all the textures work even with the mods out of order is with basically a "texture pack" except you just add it as a jarmod and make sure it's at the very bottom or is the last thing installed, that's what works for me! My plan to make sure all my a1.1.2 textures are compatible I made an "Updated Textures" folder on my MediaFire and will update it whenever I make a new mod with updated textures whether anything was really changed or not. So basically just take the "Updated Textures.zip" that you will find and add it like a jar mod and it should work, it does for me. Always check the current folder for the current version of textures. http://adfoc.us/66487179901450
Modloader: https://mcarchive.net/mods/modloader?gvsn=a1.1.2_01
Modloader Info: http://adfoc.us/66487179901448
How to install: http://adfoc.us/66487179901403
Please note that a jarmod doesn't require modloader unless it says otherwise but they are all installed the same.
There are a few mods that are basically used as APIs(they aren't APIs though) for a lot of my mods:
The first one is Better Tools, it makes normal tools effective the way they should be, it also holds tools to different mods.
The second is Free The IDs, which fixes the issue where a1.1.2_01 blocks can only be 0-127, my mod makes it so that the full 0-255 can be used.
Lastly More Item Sprites, this makes it so that you can add items to another texture sheet, so you don't always have to edit items.png, I am working on something for blocks as well.
By the way, Fy Recipe Viewer(Find below) is not required for any of the mods below but I highly recommend it. It will make using most of the other mods super easy because you'll be able to see the recipes.
Better Tools
Mod Name: Better Tools
Mod Version: v2.10
Game Version: Alpha 1.1.2_01
Requires: Modloader and More Item Sprites
Compatibility/Glitches: None I know of
Added: This doesn't add anything new exactly but it makes your life easier.
Added in V2.8 and beyond: Tool classes from other mods will now be a part of this mod, and this mod will become a requirement of those mods. Any mods that need this mod as a requirement will tell you that it is needed in the Required section of the post.
Added in V2.9: Tools for Redstone Infused.
Added in V2.10: Tools are compatible with Moar Furnace Blocks. Edits the pickaxe classes of the mod.
Description: Makes Pickaxes, Shovels, and Axe break the correct block and effectively. Also, I made Iron Doors require an Iron level or higher pickaxe!
Note: That certain mods will require certain versions of this mod and up. Make sure to always read the requirements.
Client Download: http://adfoc.us/66487179992041
Source Download: http://adfoc.us/66487179992289
Folder: http://adfoc.us/66487179908666
Some tools you can see if you use all the mods that require Better Tools
https://raw.githubusercontent.com/Zyggga/ModImagesForPosts/main/BetterTools.png
Free The IDs
Mod Name: Free The IDs
Mod Version: v1.0
Game Version: Alpha 1.1.2_01
Requires: Nothing
Compatibility/Glitches: None, I know of.
Classes Edited: cn.class(World) and ga.class(Chunk)
Description: All this does is make all the block IDs through 0-255 usable. This is mainly just going to be used as a dependency for my future mods, other people can use it too obviously.
Note: I tested this mod a fair bit and also had whitebear test it out, nothing game-breaking to report.
Client Download: https://www.mediafire.com/file/yvxoisu81yy4awe/FreeTheIDsV1.zip/file
Source Download: https://www.mediafire.com/file/cnkpv6furvmmlic/FreeTheIDsSRC.zip/file
Folder: http://adfoc.us/66487179908754
More Item Sprites
Mod Name: More Item Sprites
Mod Version: v1.0
Game Version: Alpha 1.1.2_01
Requires: Nothing
Compatibility/Glitches: None, I know of.
Classes Edited: ab.class(RenderItem) and jh.class(ItemRenderer)
Description: This makes it so that you can put your item textures onto another sheet. For example, if you want to put items on another sheet you must give it the name like this `items2.png` and the placement will start at 256-511, then on `items3.png` it would be 512-767 or something like that, it follows the same idea that textures are 0-255 instead of 1-256. P.S. for the record the mods I am planning to release here shortly will be using items2.png so I recommend using a higher number for CompatibilityNote: Sorry, if the name is misleading or anything like that I couldn't think of a good name, make sure to read Description. When testing I haven't had any issues.
Client Download: https://www.mediafire.com/file/hfy2oxpmh1cgxqg/MoreItemSpritesV1.0.zip/file
Source Download: https://www.mediafire.com/file/tfcuvpg3ywhjxg4/MoreItemSpritesSRC.zip/file
Folder: http://adfoc.us/66487179908881
Fy Recipe Viewer
Mod Name: Fy Recipe Viewer
Mod Version: v1.0
Game Version: Alpha 1.1.2_01
Requires: ModLoader, and MoreItemSprites
Compatibility/Glitches: When shift-clicking your armor slots are seen as inventory slots when you don't have armor on, may try to fix them. If you don't have Modloader and More Item Sprites installed above this mod, your inventory doesn't really work and you can't craft. at least that happened to me
Classes Edited: ab.class(RenderItem), bv.class(CraftingRecipe), dw.class(CraftingManager), ea.class(GuiChest), ee.class(GuiContainer), and hx.class(GuiCrafting)
Added: This adds in the recipe viewer from well-known mod FyCraft
Description: This mod allows you to view crafting recipes in the crafting table, and allows you to shift-click things in and out of the crafting table and chest.
Note: The reason I do not consider this a mod-modification because I did not edit FyCraft, also a lot of things had to be worked in a way to work in this version of the game, but I still give credit of this recipe viewer to FyCraft.
Side Note: RenderItem and CraftingManager clash with MIS and ML, When I ported this recipe viewer, I had Modloader and MoreItemSprites installed. This is why they are required for this mod. If you try to use the mod without them you will get the glitch I spoke of above. I did it this way for selfish reasons because I want my other mods to be used, so since you are installing ML anyways.
Side Side Note: I am using adfoc.us from now on to save on space.
Client Download: https://www.mediafire.com/file/zm67uj623npng0i/FyRecipeViewerV1.0.zip/file
Source Download: https://www.mediafire.com/file/5edhv3siwlaeiji/FyRecipeViewerV1.0SRC.zip/file
Folder: http://adfoc.us/66487179901402
So now that I have the most important mods out of the way I will be listing my mods in alphabetical order, not the order they came out. So make sure to read everything about if you are having texture issues or anything like that. I will not reply to questions about things I already explained above. Sorry.
Anthracite
Mod Name: Anthracite
Mod Version: v2.0
Game Version: Alpha 1.1.2_01
Requires: ModLoader
Compatibility: Mostly untested. Uses Blocks ID 106, and Item ID 20175.
Classes edited: nw.java
Classes Added: BlockAnthracite, mod_Anthracite, ItemAnthracite
Added: Anthracite Ore, Anthracite, Furnace Recipe, Torch Recipe, and Anthracite heals 1 heart
Description: Anthracite is from NFC, permission given from Logan to use. You will find Anthracite underground around your world you can use it just like coal but it's double, so it smelts 16 blocks, makes 8 torches and you can eat it to heal 1 heart!
Client Download: https://www.mediafire.com/file/lnnhnh4qc0uletu/Anthracite_a1.1.2_V2.zip/file
Source Download: https://www.mediafire.com/file/xawu1y4mmd6xu6w/AnthraciteSRC_V2.zip/file
Folder: http://adfoc.us/66487179908629
Not Required but is recommended, Better Tools is the new mod I plan to use as a Tool API. So, it will update alongside mods: https://discordapp.com/channels/397834523028488203/397839737605586945/697138189852475443
Carpet
Mod Name: Carpet
Mod Version: v1.0
Game Version: Alpha 1.1.2_01
Requires: ModLoader
Compatibility: No issues I've noticed.
Added: Carpet Block, Crafting Recipe: Three Wool right next to each other like a Slab. "###"
Description: Not to be confused with my mod "Carpetz" this mod only has one Carpet in it since this version of the game only has 1 wool or cloth, White Wool! Might add colored wools later and if I do this mod will be updated!
Client Download: http://adfoc.us/66487179908667
Source Download: http://adfoc.us/66487179908668
Folder: http://adfoc.us/66487179908669
Charcoal
Mod Name: Charcoal
Mod Version: v1.0
Game Version: Alpha 1.1.2_01
Requires: ModLoader
Compatibility: No issues I've noticed. It's literally just burning logs into coal.
Added: Furnace Recipe, smelt logs into coal
Description: I don't think this needs a description.
Client Download: http://adfoc.us/66487180168849
Source Download: http://adfoc.us/66487180172132
Folder: http://adfoc.us/66487179908672
Coordinates
Mod Name: Coordinates
Mod Version: v1.1
Game Version: Alpha 1.1.2_01
Requires: Nothing
Compatibility/Glitches: None, I know of.Classes Edited: lu.class(GuiIngame)
Description: When you press and hold F3 you now have Coordinates, useful for not getting lost. Also has spawn coordinates.
Client Download: https://www.mediafire.com/file/2tyd7omcchrw2zq/CoordinatesV1.1.zip/file
Source Download: https://www.mediafire.com/file/jytjwqfmfi3ua30/CoordinatesSRCv1.1.zip/file
Folder: http://adfoc.us/66487179908714
Craftable Chainmail
Mod Name: Craftable Chainmail
Mod Version: v1.0
Game Version: Alpha 1.1.2_01
Requires: ModLoader
Compatibility/Glitches: None I know of as of yet!
Classes Added: mod_CraftableChainmail
Added: Crafting recipe
Description: You use one Flint and Steel to get one Fire block! This may seem a bit unfair but Chainmail is comparable to Iron. So, one Iron and one Flint for Flint and Steel equals one Fire block.
Client Download: http://adfoc.us/66487179908715
Source Download: http://adfoc.us/66487179908716
Folder: http://adfoc.us/66487179908717
CraftableCloth
Mod Name: CraftableCloth
Mod Version: v1.0
Game Version: Alpha 1.1.2_01
Requires: ModLoader
Compatibility/Glitches: None I know of as of yet!
Classes Added: mod_CraftableCloth
Added: 2 Crafting recipes
Description: 4 strings for 1 cloth and 1 cloth for 4 string
Client Download: http://adfoc.us/66487179908718
Source Download: http://adfoc.us/66487179908719
Folder: http://adfoc.us/66487179908720
Don't Kill Pigs Mod
Mod Name: Don't Kill Pigs Mod
Mod Version: v1.0
Game Version: Alpha 1.1.2_01
Compatibility/Glitches: Has at times caused major lag, but not often just don't kill a pig.
Classes Edited: mv.java (EntityPig)
Added: Kill a Pig and find out
Description: Don't Kill Pigs
Client Download: https://www.mediafire.com/file/m6r1hx1mkqygpb0/Don%2527tKillPigsMod.zip/file
Get Minecraft Instance
Mod Name: Get Minecraft Instance
Mod Version: v1.0
Game Version: Alpha 1.1.2_01
Requires: Nothing
Compatibility/Glitches: None, I know of.
Classes Added: GetMinecraftInstance.class
Description: This makes it so you can get an instance of Minecraft in any class, very useful. Lol, I will be using it as an API when I need an instance of Minecraft. Right now the only mod that uses this is Spawn Changer.
Note: This is basically just a backport of how Modloader from b1.7.3 gets an instance of Minecraft. Biliam was the one who recommended I do it this way and to my surprise, it worked the first time without issue.
Client Download: http://adfoc.us/66487180331753
Source Download: http://adfoc.us/66487180331900
Folder: http://adfoc.us/66487180331901
This should be pretty self-explanatory.
Glowstone
Mod Name: Glowstone
Mod Version: v1.2
Game Version: Alpha 1.1.2_01
Requires: ModLoader
Compatibility/Glitches: None I know of as of yet! Uses Block ID's 87, 88, 89, 90, and Item ID's 20200, 20201.
Classes Edited: nw.java (ChunkProviderGenerate.java), og.java (BlockFire.java)
Classes Added: BlockBloodStone, BlockGlowstone, BlockGlowstoneOre, BlockSoulSand, mod_Glowstone, NetherDungeon
Added: Glowstone ore, Glowstone Shards, Glowstone Dust, Glowstone Block, NetherRack(BloodStone), Soul Sand
Description: You find Glowstone ore around the world and that gives you Glowstone Shards, you take 9 in a crafting table to make 3 Glowstone dust, then you can use 4 Glowstone dust to make a Glowstone Block. There are new Dungeons, which I called NetherDungeon that are made with NetherRack and Slow Sand, and the loot is a little different, you have a chance to get Glowstone Shards and Glowstone Dust in the chest!
Client Download: https://www.mediafire.com/file/m5owp9g9heog5cn/Glowstone_V1.2.zip/file
Source Download: https://www.mediafire.com/file/ltwefdz2v3qmjcl/GlowstoneSRC_v1.2.zip/file
Folder: http://adfoc.us/66487179908757
Gunpowder Ore
Mod Name: Gunpowder Ore
Mod Version: v1.0
Game Version: Alpha 1.1.2_01
Requires: ModLoader
Compatibility/Glitches: None I know of as of yet! Uses Block ID's 91!
Classes Edited: nw.java (ChunkProviderGenerate.java)
Classes Added: mod_GunPowder.java, and BlockGunOre.java
Added: Gunpowder Ore/Sulfer Ore
Description: You find Gunpowder ore around the world and that gives you Gunpowder!
Client Download: http://adfoc.us/66487179908758
Source Download: http://adfoc.us/66487179908833
Folder: http://adfoc.us/66487179908834
Magical Flint
Mod Name: Magical Flint
Mod Version: v1.1
Game Version: Alpha 1.1.2_01
Requires: ModLoader
Compatibility/Glitches: There is only one issue I have seen.
Added: Red Flint, Diamond Flint, Smelter Flint, Several Crafting Recipes
Description: Before anyone says it, yes this is like a bad EE rip-off. But you can craft magical flint that you can use in special recipes to make your life easier!
Client Download: https://www.mediafire.com/file/aja3eni3rel2ina/Magical_Flint_v1.1.zip/file
Source Download: https://www.mediafire.com/file/lgifubaqrfgs48a/MagicalFlintSRC.zip/file
Folder: http://adfoc.us/66487179908837
https://youtu.be/gCOjsuHtxJ4
Moar Furnaces Alpha
Mod Name: Moar Furnaces Alpha
Mod Version: v1.1
Game Version: Alpha 1.1.2_01
Requires: ModLoader, Free The IDs, and BetterTools 2.10 and up
Compatibility/Glitches: None I know of as of yet! Block IDs: 129-134
Classes Edited: bi.class(EntityPlayerSP) dm.class(EntityPlayer) ic.class(TileEntity)
Classes Added: BlockDiamondFurnace.class, BlockGoldFurnace.class, BlockIronFurnace.class, GuiDiamondFurnace.class, GuiGoldFurnace.class, GuiIronFurnace.class, mod_MoarFurances.class, TileEntityDiamondFurnace.class, TileEntityGoldFurnace.class, and TileEntityIronFurnace.class
Added: Iron, Gold, and Diamond Furnace!
Description: This adds in new furnaces inspired by mods like Better Furnaces, and Iron Furnaces from Modern mods. Iron Furnace is 20% faster, Gold Furnace is 40% faster, and Diamond Furnace is 60% faster. Iron Furnace(s) requires a Stone Pickaxe to be broken, and an Iron or High level for Gold and Diamond Furnace(s). may add gem furnaces to this later, which would require more gems, not sure yet
Note: Modloader, and Free The Ids must be installed/added before BetterTools to ensure Moar Furnaces Alpha blocks can be broken correctly
Side Note: I am looking into making this edit fewer base classes. Also, I plan to add modifiers, kind of like in the Better Furnaces mod from 1.7.10
Side Side Note: The reason that alpha is at the end of this mod name, is because I made a mod with the same name for beta, forever ago.
Client Download: https://www.mediafire.com/file/bmrzy2mx6x3oyx3/MoarFurnacesAlphaV1.1.zip/file
Source Download: https://www.mediafire.com/file/svpko38e4f9viqn/MoarFurnacesAlphaV1.1SRC.zip/file
Folder: http://adfoc.us/66487179917607
More Stairs
Mod Name: More Stairs
Mod Version: v1.0
Game Version: Alpha 1.1.2_01
Requires: Modloader
Compatibility/Glitches: None, I know of.
Classes Added: mod_MoreStairs, and MoreStairs
Added: Dirt, Grass, Stone, Log, Workbench, Leaves, Glass, Gold, Iron, Diamond, Brick, BookShelf, and Mossycobblestone stairs.
Description: Just more options for stairs. Please note that these work the same exact way the stairs in this version normally do. I will probably make alike "fixed" version where even the normal stairs are fixed!
Client Download: http://adfoc.us/66487179908838
Source Download: http://adfoc.us/66487179908839
Folder: http://adfoc.us/66487179908840
No Food Wastage
Mod Name: No Food Wastage
Mod Version: v1.0
Game Version: Alpha 1.1.2_01
Requires: Nothing
Compatibility/Glitches: None, I know of.
Classes Edited: oj.class(ItemFood)
Description: This makes it so that when your health is full you can't just keep eating your food.
Client Download: https://www.mediafire.com/file/fjv7o09gvrm9bz9/NoFoodWastageV1.0.zip/file
Source Download: https://www.mediafire.com/file/m0qiaysip6yr3fk/NoFoodWastageV1.0SRC.zip/file
Folder: http://adfoc.us/66487179902076
I don't really think this needs a video or picture this is pretty straightforward for anyone who has played the game!
Random Ore
Mod Name: Random Ore
Mod Version: v1.0
Game Version: Alpha 1.1.2_01
Requires: ModLoader
Compatibility/Glitches: None I know of as of yet!
Classes Edited: mw.java (ChunkProviderGenerate)
Classes Added: mod_RandomOre, and BlockRandomOre
Added: Adds Random Ore. Totally mod you've never seen before.
Description: Random Ore spawns around the world and has a chance to drop Coal, Iron Ore, Gold Ore, Diamonds, Redstone, Eggs, Gunpowder, Red Apples, Bread, and Wheat
Client Download: https://www.mediafire.com/file/nx7rjxd3pgh0991/Gunpowder_Ore_V1.0.zip/file
Source Download: https://www.mediafire.com/file/zphyw2e5xjdnshj/GunpowerOreSRCv1.0.zip/file
Folder: http://adfoc.us/66487179908884
Redstone Infused
Mod Name: Redstone Infused
Mod Version: v1.0
Game Version: Alpha 1.1.2_01
Requires: ModLoader, More Item Sprites, and BetterTools 2.9 and up
Compatibility/Glitches: None I know of as of yet!
Classes Added: mod_InfusedRedstone.class
Added: 6 Items total, Redstone infusion, then Redstone infused. Also, the recipes to make the items. (Better Tools 2.9+ is required to use the tools for this mod)
Description: This is for Diamond, Gold, and Iron. You start the infusion process, by surrounding the Diamond(Gold, or Iron) with Redstone, then you take three of the new Diamonds(or ingots) put them across the middle of the crafting table, then you use 6 Redstone to fill the top and bottom of the table. You now have a Redstone-infused Diamond(or Ingot). The Axe, Pickaxe, and Shovel that you can make with these will be exactly double their non-Redstone infused versions. And yes this mod is meant to be resource costly.
Note: Modloader, and More Item Sprites, must be installed/added before BetterTools to insure This Mod Works.
Client Download: http://adfoc.us/66487179908885
Source Download: http://adfoc.us/66487179908948
Folder: http://adfoc.us/66487179908949
SomeColoredCloth
Mod Name: SomeColoredCloth
Mod Version: v1.0
Game Version: Alpha 1.1.2_01
Requires: ModLoader
Compatibility/Glitches: None I know of as of yet!
Classes Added: mod_SomeColoredCloth
Added: A bunch of crafting recipes, items, and Blocks. I will make a crafting guide at some point
Description: Adds Beta Wool Blocks and dyes that go with them!
Client Download: http://adfoc.us/66487180172133
Source Download: http://adfoc.us/66487180172289
Folder: http://adfoc.us/66487179908952
Spawn Changer
Mod Name: Spawn Changer
Mod Version: v1.2
Game Version: Alpha 1.1.2_01
Requires: Modloader, MoreItemSpites, GetMinecraftInstance
Compatibility/Glitches: None, I know of. Just make sure you are in the middle of the block you are trying to set your spawn to or else you might spawn on top of whatever.
Classes Added: mod_Respawner, and iSpawner
Added: 8 obsidian surrounding a Redstone dust will make the item.
Description: This Item or "respawner" now has its own texture.
Client Download: http://adfoc.us/66487180172290
Source Download: http://adfoc.us/66487180331752
Folder: http://adfoc.us/66487179909007
Stone Brick
Mod Name: Stone Brick
Mod Version: v1.1
Game Version: Alpha 1.1.2_01
Requires: ModLoader
Compatibility/Glitches: None I know of as of yet!
Classes Added: mod_Stonebrick, BlockStonebrick, and BlockStoneSlab
Added: Crafting recipe
Description: 4 Stone to make 4 Stone Brick! You can also make stairs and slabs.
Client Download: http://adfoc.us/66487179909008
Source Download: http://adfoc.us/66487179909009
Folder: http://adfoc.us/66487179909010
Timber And Leaf Decay
Mod Name: Timber And Leaf Decay
Mod Version: v1.0
Game Version: Alpha 1.1.2_01
Requires: Better Tools 2.9+
Compatibility/Glitches: None, I know of. Not really a glitch but because of alpha code sometimes a leaf block or two won't decay but you can just break it.
Classes Edited: iz.class(BlockLeaves), and mg.class(BlockLog)
This mod does not require modloader but Better Tools does so make sure you have modloader
Description: Break the bottom block of the tree and get all the wood. Also adds Beta leaf decay, but with alpha systems.
Note: BE CAREFUL breaking logs in your builds with axes, you will break more than you want to. A leaf check is already planned to be added. This mod breaks wood in a radius, so a tree that is super close might also break.
Client Download: https://www.mediafire.com/file/ggxy9y06ypsu8gl/TimberAndLeafV1.0.zip/file
Source Download: https://www.mediafire.com/file/qjh4aw2rgfuax6s/TimberAndLeafV1.0SRC.zip/file
Folder: http://adfoc.us/66487179908103
Ultimate Tool
Mod Name: Ultimate Tool
Mod Version: v1.0
Game Version: Alpha 1.1.2_01
Requires: ModLoader
Compatibility/Glitches: None I know of as of yet! Uses Item ID 20300!
Classes Added: mod_UltimateTool.java, and UltimateFist.java
Added: Ultimate Tool
Description: This uses the wonderful texture you all know and love from the Ultimate fist but this one should work better than most of the other mods! You use 7 diamond blocks and two leather to craft! Can break just over 39,000 blocks! Meant to be an end-game item!
Client Download: http://adfoc.us/66487179909011
Source Download: http://adfoc.us/66487179909012
Folder: http://adfoc.us/66487179909013
Awesome!
Thank you!
I added my new mod Get Minecraft Instance and I updated the section for Spanw Changer. Also, Spawn Changer now uses Get Minecraft Instance.
Noice
Thank you!
how can i learn to mod old minecraft versinos?
The people at Modification Station can help you with that. Join the discord server.
can i join
Just like Noah said you can join my server Modification Station but there is also a still pretty new project officially supported by Modification Station called RetroMCP and the main creator made a Reddit post describing it very well.
https://www.reddit.com/r/GoldenAgeMinecraft/comments/qxud9k/introduction_to_retromcp/
and of course the Modification Station Discord server https://discord.gg/8Qky5XY
Anyone can join Modification Station we try to be very nice!
just in case you miss my reply to the other people
"
Just like Noah said you can join my server Modification Station but there is also a still pretty new project officially supported by Modification Station called RetroMCP and the main creator made a Reddit post describing it very well.
https://www.reddit.com/r/GoldenAgeMinecraft/comments/qxud9k/introduction_to_retromcp/
and of course the Modification Station Discord server https://discord.gg/8Qky5XY
"
i will check out these mods good for one i get bored of my vannila alpha world
I want to see more mods for this version i wish i knew how to make my own mods
According to the "don't kill pigs" mod, I can't seem to download it. I clicked on the link and it's blocked. For my other browsers (including safari) it just sends me back to the minecraft forums site. Any way you can fix the link?