Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Loqor committed Feb 12, 2025
2 parents 97adba2 + b72026d commit a24c054
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ modmenu_version = 7.0.1
multidim_version = v2.0.0
scheduler_version = main-SNAPSHOT
queue_version = v1.0.2-1.20
ablekit_version = v1.1.1-1.20
ablekit_version = v1.1.2-1.20
5 changes: 5 additions & 0 deletions src/main/java/dev/amble/ait/api/AITRegistryEvents.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
import net.fabricmc.fabric.api.event.EventFactory;

public class AITRegistryEvents {
/**
* @deprecated You can just statically register to the registry instead now
* ExteriorVariantRegistry#register(Identifier, ExteriorVariant)
*/
@Deprecated(forRemoval = true)
public static final Event<Defaults> EXTERIOR_DEFAULTS = EventFactory.createArrayBacked(Defaults.class, callbacks -> () -> {
for (Defaults callback : callbacks) {
callback.defaults();
Expand Down

0 comments on commit a24c054

Please sign in to comment.