This commit is contained in:
Brian Neumann-Fopiano
2026-07-21 12:00:17 -04:00
parent d76dadec30
commit f6f06c1ab9
141 changed files with 10717 additions and 1725 deletions
+2
View File
@@ -61,6 +61,7 @@ fabricApi-eventsInteraction = "5.2.6+8f57f7ee9e"
fabricApi-networking = "6.3.3+72073ef09e"
fabricApi-rendering = "25.3.1+6988455e9e"
fabricApi-keyMapping = "2.0.5+e2bdee789e"
fabricApi-permission = "1.0.3+b7020ca29e"
[libraries]
# Core Libraries
@@ -121,6 +122,7 @@ fabricApi-eventsInteraction = { module = "net.fabricmc.fabric-api:fabric-events-
fabricApi-networking = { module = "net.fabricmc.fabric-api:fabric-networking-api-v1", version.ref = "fabricApi-networking" }
fabricApi-rendering = { module = "net.fabricmc.fabric-api:fabric-rendering-v1", version.ref = "fabricApi-rendering" }
fabricApi-keyMapping = { module = "net.fabricmc.fabric-api:fabric-key-mapping-api-v1", version.ref = "fabricApi-keyMapping" }
fabricApi-permission = { module = "net.fabricmc.fabric-api:fabric-permission-api-v1", version.ref = "fabricApi-permission" }
[plugins]
shadow = { id = "com.gradleup.shadow", version.ref = "shadow" }