Filename
architectury-1.0.37-fabric.jar
Uploaded by
shedaniel
Uploaded
Nov 15, 2020
Game Version
1.16.4
+3
Size
172.43 KB
Downloads
47
MD5
e50a5321bdaac4aae8f445c89ff7d821
Supported Modloader Versions
Fabric
Supported Java Versions
Java 8
Supported Minecraft 1.16 Versions
1.16.4
1.16-Snapshot
Changelog
Architectury v1.0.37 for 1.16.4
Updated at 2020-11-15 15:03.Click here for changelog
- 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