All Projects → architectury → architectury-api

architectury / architectury-api

Licence: other
An intermediary api aimed at easing development of multiplatform mods.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to architectury-api

NaturesCompass
A Minecraft mod that allows you to search for a biome's location anywhere in the world and view information about it.
Stars: ✭ 42 (-69.78%)
Mutual labels:  mod, minecraft-forge, fabricmc
metal-chests
Better alternative to IronChests
Stars: ✭ 13 (-90.65%)
Mutual labels:  mod, minecraft-forge
FallingTree
Minecraft mod to make the trees fall in one cut
Stars: ✭ 47 (-66.19%)
Mutual labels:  mod, fabricmc
Quadz
An FPV drone simulator for Fabric
Stars: ✭ 16 (-88.49%)
Mutual labels:  mod, fabric-api
ForgeWurst
Wurst Client for Minecraft Forge.
Stars: ✭ 37 (-73.38%)
Mutual labels:  mod, minecraft-forge
pastelwonderland
A mod that uses pastel colors and feels to provide you with a beautiful, yet chaotic, dimension.
Stars: ✭ 17 (-87.77%)
Mutual labels:  fabricmc, fabric-api
ForgeModdingSkeleton
Skeletons for building Forge mods
Stars: ✭ 21 (-84.89%)
Mutual labels:  minecraft-forge, minecraftforge
kibe
A miscellaneous mod for Minecraft that adds a bunch of random, and mostly unoriginal things.
Stars: ✭ 42 (-69.78%)
Mutual labels:  mod, fabricmc
ICBM-Classic
Classic 1.6.4 version of ICBM remastered for newer MC versions
Stars: ✭ 34 (-75.54%)
Mutual labels:  mod, minecraft-forge
Industrial-Revolution
An Industrial mod made for Fabric.
Stars: ✭ 153 (+10.07%)
Mutual labels:  mod, fabricmc
gdmod
A mod loader and modding API for GDevelop games.
Stars: ✭ 15 (-89.21%)
Mutual labels:  mod, loader
ForgeWrapper
Allow MultiMC to launch Minecraft 1.13+ with Forge
Stars: ✭ 41 (-70.5%)
Mutual labels:  minecraft-forge, minecraftforge
MrCrayfishGunMod
A Minecraft Mod focused on adding fun and simple weapons wtih lots of customisation including attachments and more!
Stars: ✭ 132 (-5.04%)
Mutual labels:  mod, minecraft-forge
Waddles
Waddles adds cute Adélie penguins that waddle
Stars: ✭ 22 (-84.17%)
Mutual labels:  mod, minecraft-forge
ShulkerBoxTooltip
What's in my shulker box?
Stars: ✭ 63 (-54.68%)
Mutual labels:  mod, fabricmc
JoJo-s-Bizarre-Survival
A mod that adds Stands from JoJo's Bizarre Adventure to Minecraft.
Stars: ✭ 20 (-85.61%)
Mutual labels:  mod, minecraft-forge
postman
minecraft anarchy client :)
Stars: ✭ 163 (+17.27%)
Mutual labels:  mod, fabricmc
Levels
A small, Minecraft mod focused around the aspect of weapon and armor leveling.
Stars: ✭ 24 (-82.73%)
Mutual labels:  mod, minecraft-forge
ImageWorldGenerator
A minecraft mod to generate a world from an image/map
Stars: ✭ 20 (-85.61%)
Mutual labels:  mod, fabricmc
Randomly-Adding-Anything
No description or website provided.
Stars: ✭ 42 (-69.78%)
Mutual labels:  mod, fabricmc

Architectury API

Talk to us on Discord!

An intermediary api aimed to ease developing multiplatform mods.

What is Architectury API

Architectury API is an api to abstract calls to fabric api and forge api as both loader has different implementations of what can be perceived as the same thing.

Architectury API updates regularly, with new hooks and features. Currently contains over 90 events hooks, networking abstraction, loader calls abstraction, game registry abstraction and an easy to use @ExpectPlatform annotation (Only works on static methods).

Do I really need this API?

Architectury API is only one part of the architectury ecosystem, Architectury Plugin is the gradle plugin enabling all this multiplatform actions.

Architectury API is optional for projects built on architectury, you may create your architectury project with just Architectury Plugin.

Advantages of Architectury

  • Open sourced
  • Less boilerplate for your multiplatform mod

Getting started with making multiplatform mods

Gradle Plugin: https://github.com/architectury/architectury-plugin

Example Mod: https://github.com/architectury/architectury-example-mod

Credits

This library bundles typetools, which you can find its license here

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].