- Mods
- 61,756
Description
Notice: I will not be updating to newer versions of Minecraft at this time. The plan is to finish up content, correct all issues, and then port my JSON system over. Only then will I update my mods to 1.8, 1.9, 1.10, 1.11, and 1.12. I have no clue how long this will take and will not give an ETA if asked. - DarkGuardsman 6/2/2017
Info
Armory is a mod designed around the concept of providing everything a player needs to fight. This includes swords, hammers, maces, flintlocks, guns, rockets, grenades, and anything that can be held that kills. It also focuses on giving armor without creating an over power mess or imbalance to the game. While also focusing on giving a rich crafting and customization experience.
Now before you rush in and download the mod you need to know it doesn't provide all of this content. No, this is meant to be a content creation platform for addons to generate weapon via JSON files. These files are text files with a set format used to load in data. This means anyone can make weapons, armor, upgrades, ammo, and addons with no coding experience.
Addons
Here is a list of addons for this mod
- ICBM Sentries
- AMS and AA Sentries
- World War I weapons [WIP]
- World War II weapons [WIP]
- Random Weapons [WIP]
Content
The mod does contain some content but nothing major
- Test guns
- Shotgun (12g)
- Handgun (9m)
- Common ammo
- 12g
- 9mm
- 20mm
- 5.56mm
- .22L
- .308
- more as needed
JSON System
What is the json system? Minecraft uses JSON files to load settings changes and renders in its versions following 1.8. To support this we have implemented JSON loading for almost everything we need. This includes blocks, items, tiles, entities, guns, swords, armory, etc.
What does this mean for you? It means that content is not based on a set Minecraft version or mod version. This also means that content can be changed, replaced, added to, and modified to fit modpacks. If you do not like a weapon in your modpack... then you can change it to fit the pack. Additionally, this means that more content can be added just by simply making more JSON files.
So how do you do this? We are working on an editor for this task but you can use any text editor. Just open an exist weapon, save as a new file, and changes any values you want. What are the values you ask? These are listed on the wiki on the mod's git page along with other useful documents.
Modpack Policy
No need to ask permission, but you still need to follow BBM's public modpack rules
Contact
Join us on Esper.net IRC #BuiltBroken #BuiltBrokenModding
or on Discord https://discord.gg/MDQ9DrN
Site -- Twitter -- Patron -- Youtube
Issues or bugs
If you have any issues please report them to our issue tracker on Github.com. You can get to the issue tracker by clicking the issue button at the top of the mod page. If you do not see this button visit https://github.com/BuiltBrokenModding and navigate to the correct mod repository. If you have a crash report please paste it into a site like pastebin.com before submitting to improve readability of the issue ticket.
Q.A.
Q: Is this a new Flans?
A: Depends on how you look at it but no. The Armory mod is not designed to replace or compete with Flans mods. However, it will have similar content that may not take other mods into balance. This will include a large range of guns that may be more powerful than flans and some less powerful than flans. The goal, after all, is to make content to match the real world, modpacks, or a set design.
Q: Why so little content?
A: Content is meant to be provided by addons to improve flexibility in making modpacks. This is why the mod has almost no content outside of test gear and basic ammo.
Q: Why not include the content in Armory itself?
A: I want the mod to be as flexible as possible for modpack developers. Adding content inside of the mod limits this flexibility and forced content on those who do not desire to use it. Additionally, the mod is not really designed to be downloaded by the user directly. Thus the goal of supporting modpacks as the main source of downloading the mod for users.