Skip to content

Commit

Permalink
Remove test files
Browse files Browse the repository at this point in the history
  • Loading branch information
bibi-reden committed Aug 9, 2024
1 parent 9d1a219 commit 8a22c5b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 331 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import net.minecraft.util.Identifier
* Instead, register afterward, such as on **mod initialization**.
*/
object DefaultAttributeFactory {
@Deprecated("Use the new system to register default entries.", level = DeprecationLevel.WARNING)
@Deprecated("Use the new data-pack based system to register default entries.", level = DeprecationLevel.WARNING)
@JvmStatic
/** Registers default [AttributeOverride]'s to the config if they are not present currently within the config. */
fun registerOverrides(overrides: Map<Identifier, AttributeOverride>) {
Expand All @@ -26,7 +26,7 @@ object DefaultAttributeFactory {
DataAttributes.OVERRIDES_CONFIG.save()
}

@Deprecated("Use the new system to register default entries.", level = DeprecationLevel.WARNING)
@Deprecated("Use the new data-pack based system to register default entries.", level = DeprecationLevel.WARNING)
@JvmStatic
/** Registers default [AttributeFunction]'s to the config if they are not present currently within the config. */
fun registerFunctions(functions: Map<Identifier, List<AttributeFunction>>) {
Expand All @@ -46,7 +46,7 @@ object DefaultAttributeFactory {
DataAttributes.FUNCTIONS_CONFIG.save()
}

@Deprecated("Use the new system to register default entries.", level = DeprecationLevel.WARNING)
@Deprecated("Use the new data-pack based system to register default entries.", level = DeprecationLevel.WARNING)
@JvmStatic
/** Registers default [EntityTypeData]'s to the config if they are not present currently within the config. */
fun registerEntityTypes(entityTypes: Map<Identifier, EntityTypeData>) {
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 8a22c5b

Please sign in to comment.