9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2026-01-04 15:31:37 +00:00

refactor: make potion effects an optional dep of attributes

This commit is contained in:
William
2024-07-26 16:35:43 +01:00
parent 1d24209b68
commit 8e9850dd19

View File

@@ -50,7 +50,7 @@ public class Identifier {
Dependency.optional("game_mode")
);
public static final Identifier ATTRIBUTES = huskSync("attributes", true,
Dependency.required("potion_effects")
Dependency.optional("potion_effects")
);
public static final Identifier HEALTH = huskSync("health", true,
Dependency.optional("attributes")