All Projects → architectury → architectury-plugin

architectury / architectury-plugin

Licence: MIT license
A simple gradle plugin to enable developing multiplatform mods.

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to architectury-plugin

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 (+16.67%)
Mutual labels:  fabric, forge
FlowUpdater
The free and open source solution to update Minecraft.
Stars: ✭ 54 (+50%)
Mutual labels:  fabric, forge
serilum-mc-mods
A hub for source code, issues and content suggestions for Serilum's Minecraft mods on CurseForge.
Stars: ✭ 66 (+83.33%)
Mutual labels:  fabric, forge
FallingTree
Minecraft mod to make the trees fall in one cut
Stars: ✭ 47 (+30.56%)
Mutual labels:  fabric, forge
Croptopia
Fabric and Forge mod that adds crops and food to the game.
Stars: ✭ 61 (+69.44%)
Mutual labels:  fabric, forge
3d-Skin-Layers
Renders the player skin layer in 3d
Stars: ✭ 63 (+75%)
Mutual labels:  fabric, forge
Modding-Resources
A set of ressources for minecraft modding with MinecraftForge by the community
Stars: ✭ 42 (+16.67%)
Mutual labels:  fabric, forge
ShoulderSurfing
Custom 3rd person perspective for Minecraft
Stars: ✭ 28 (-22.22%)
Mutual labels:  fabric, forge
Phosphor Forge
A Forge mod designed to drastically improve the performance of Minecraft's lighting engine while fixing many bugs
Stars: ✭ 79 (+119.44%)
Mutual labels:  fabric, forge
Tis 3d
TIS-100 inspired low-tech computing in Minecraft.
Stars: ✭ 64 (+77.78%)
Mutual labels:  fabric, forge
RandomPatches
A bunch of miscellaneous patches for Minecraft.
Stars: ✭ 89 (+147.22%)
Mutual labels:  fabric, forge
Bettercolors
⚔️ Minecraft assistance mod built with Forge AND Fabric. For MC 1.8.9, 1.12.2, 1.13.2, 1.14.4, 1.15.2, 1.16.x, 1.17.X, 1.18.X, 1.19.X
Stars: ✭ 37 (+2.78%)
Mutual labels:  fabric, forge
pax
📦 The MC modpack manager for professionals.
Stars: ✭ 83 (+130.56%)
Mutual labels:  fabric, forge
Geckolib
GeckoLib is an animation library for Minecraft Mods, with support for complex 3D keyframe and scriptable math-based animations. Available for Forge and Fabric (1.12, 1.15, 1.16). Supports entity, block, item, armor animations and more.
Stars: ✭ 131 (+263.89%)
Mutual labels:  fabric, forge
NotEnoughAnimations
Brings the First-Person animations to the Third-Person and tries to fix other animation issues of the Third-Person.
Stars: ✭ 41 (+13.89%)
Mutual labels:  fabric, forge
ForgeWurst
Wurst Client for Minecraft Forge.
Stars: ✭ 37 (+2.78%)
Mutual labels:  forge
fabric-samples-nodocker
🌱 Deploy fabric-samples without docker. Currently support v1.4.x & 2.0.x .
Stars: ✭ 35 (-2.78%)
Mutual labels:  fabric
rainbowify
Fabric mod for rainbow and blur backgrounds in minecraft guis
Stars: ✭ 18 (-50%)
Mutual labels:  fabric
authme
🔒 Authenticate yourself in Minecraft and re-validate your session
Stars: ✭ 60 (+66.67%)
Mutual labels:  fabric
ArmorPlus
ArmorPlus is a mod based on exploration, killing, building, getting geared up, fight the bosses and explore the depths of your worlds.
Stars: ✭ 25 (-30.56%)
Mutual labels:  forge

Architectury Plugin

Talk to us on Discord!

Architectury Plugin is a gradle plugin to allow easier multi-modloader set-ups using a common module.

More documentation: Architectury Wiki

Example Mod

Important Information

  • Environment and EnvType are remapped to OnlyIn and Dist on forge.

Implementing Platform Specific APIs

Notes: Only works for static methods.

IntelliJ Plugin

https://plugins.jetbrains.com/plugin/16210-architectury

How does it work

Fabric Side:

  • Module fabric depends on a transformed version of common, which is shaded afterwards
  • A fake mod is generared, to let fabric load it on the correct class loader and let fabric load its assets

Forge Side:

  • Module forge depends on a transformed version of common, which is shaded afterwards
  • A fake mod is generated, to let forge load it on the correct class loader and let forge load its assets

Usage

Your gradle version MUST be equals or above 5.5.1, all assets or data should go into the common module, with modloader specific files to their corresponding modules.

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].