Architectury API

An intermediary api aimed to ease developing multiplatform mods.

File Details

[Forge 1.16.4] v1.1.55

  • R
  • Dec 2, 2020
  • 178.74 KB
  • 272.3K
  • 1.16.4
  • Forge

File Name

architectury-1.1.55-forge.jar

Supported Versions

  • 1.16.4

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:architectury-api-419699:3128224")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Architectury v1.1.55 for 1.16.4

Updated at 2020-12-02 02:58.
Click here for changelog
- Update forge
- Better PlatformMethods errors
- Remove the use of typetools in EventFactory#of and fix license field
- Upload the remap jar for fabric
- Upload the shadow jar for fabric
- Add tooltip events, new events for server starting
- Fix client events, bump version to 1.1, fix FluidStackHooks for fabric.
- Fix FluidStackHooksImpl
- Remove fabric api dependency on the forge mod
- Fix versioning on the forge mod
- Add RecipeUpdateEvent
- Add isFabric and isForge to Platform
- More Platform specific Mod hooks
- Add xp to break block
- Add block break and block place events
- Automatically attach to forge event if the class is annotated with @ForgeEvent.
- Add EventFactory.attachToForge
- Add @ForgeEvent
- Add missing typetools for forge
- Fix buildscript
- Fix buildscript
- Fix buildscript
- Publish to CF
- Update to 1.16.4
- Lazily initialize event invokers
- Update architect-plugin
- Update architect-plugin
- Reorder ToolType variables
- Convert to @ExpectPlatform
- PlayerHooks#closeContainer
- Add byId in ToolType
- Fix TextureStitchEvent
- Add TextureStitchEvent
- Add PackRepositoryHooks and DyeColorHooks
- A few more events
- Proper mods metadata
- More events
- GetEncodeId
- More hooks
- ItemEntityHooks
- Allow only using `getRegistryName`
- Might have forgotten a true here
- PlayerHooks and NetworkChannel
- Nbt types utils
- Hooks for getting buttons in a screen
- Deprecate getId using registry
- Hooks for setting radius for explosion
- Hooks for getting radius for explosion
- ExplosionHooks
- More events and hooks
- Registries#getId should be static
- We forgot to add player into ChatEvent#SERVER
- More events and hooks
- Set gradle memory to 3GB
- Fix compile
- Publish to bintray
- Deprecate LifecycleEvent client events for now since it is not possible atm
- Test for mod annotation for detecting forge
- More hooks for registering keybinds, render types, creative tabs, block entity renderers
- Command registry events and ReloadListenerRegistry
- Fix event proxies
- Initial work