From ce2de8d07e696b5ef75f2decbd6961286d88fb4f Mon Sep 17 00:00:00 2001 From: ellellie Date: Mon, 17 Feb 2025 00:49:06 +1300 Subject: chore: Update to add namespaces to ReloadListenerRegistry calls (#1828) * chore: update to Architectury API 15.0.2 Needed to update `ReloadListenerRegistry.register` calls due to https://github.com/architectury/architectury-api/pull/603 * chore: add dependency on architectury >= 15.0.2 for the fabric platform. * chore: depend on NeoForge >= 21.4.84-beta as well --- fabric/src/main/resources/fabric.mod.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fabric/src') diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index ab7aee27b..df868f9d8 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -119,6 +119,7 @@ } }, "depends": { - "minecraft": "~1.21-" + "minecraft": "~1.21-", + "architectury": ">=15.0.2" } } -- cgit