aboutsummaryrefslogtreecommitdiff
path: root/fabric
diff options
context:
space:
mode:
authorellellie <me@ell.gay>2025-02-17 00:49:06 +1300
committerGitHub <noreply@github.com>2025-02-16 19:49:06 +0800
commitce2de8d07e696b5ef75f2decbd6961286d88fb4f (patch)
tree96b03d7fe456bf67a659b2ee666c64cf52c98417 /fabric
parent93a46fca9ec4647d19b0622a12859940d690e345 (diff)
downloadRoughlyEnoughItems-ce2de8d07e696b5ef75f2decbd6961286d88fb4f.tar.gz
RoughlyEnoughItems-ce2de8d07e696b5ef75f2decbd6961286d88fb4f.tar.bz2
RoughlyEnoughItems-ce2de8d07e696b5ef75f2decbd6961286d88fb4f.zip
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
Diffstat (limited to 'fabric')
-rw-r--r--fabric/src/main/resources/fabric.mod.json3
1 files changed, 2 insertions, 1 deletions
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"
}
}