File tree Expand file tree Collapse file tree
fabric-tag-api-v1/src/main/java/net/fabricmc/fabric/api/tag/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959 * <p>All tag files contain an additional field: {@code fabric:remove} which is an array of entries
6060 * you wish to remove, following the same syntax as the {@code values} field.
6161 *
62- * <p>Entries within the {@code fabric:remove} field are handled after all the current file's values are added to the tag.
62+ * <p>Entries within the {@code fabric:remove} field are handled after all of the current file's values are added to the tag.
6363 * These entries should never be required, meaning they will never throw exceptions if not present in the associated registry.
6464 *
65- * <p>Tag entries may always be added back by data packs that load after the pack that removes the respective value(s)
65+ * <p>Tag entries may always be added back by data packs that load after the pack that removes the respective value(s).
6666 */
6767@ NullMarked
6868package net .fabricmc .fabric .api .tag .v1 ;
You can’t perform that action at this time.
0 commit comments