refactor: make potion effects an optional dep of attributes

feat/data-edit-commands
William 4 months ago
parent 1d24209b68
commit 8e9850dd19
No known key found for this signature in database

@ -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")

Loading…
Cancel
Save