mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-28 03:56:59 -05:00
- Cache fractions from -1024 to 1023 - Add BiomeModifications for platform-agnostic biome additions - Add FluidStackHooksForge to convert architectury FluidStacks to forge FluidStacks - Migrate to Forge Loom & Update Architect Plugin - Mark several methods in Mod as NotNull - Add Env as a replacement for EnvType
16 lines
361 B
Groovy
16 lines
361 B
Groovy
pluginManagement {
|
|
repositories {
|
|
jcenter()
|
|
maven { url "https://maven.fabricmc.net/" }
|
|
maven { url "https://dl.bintray.com/shedaniel/cloth" }
|
|
maven { url "https://files.minecraftforge.net/maven/" }
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
include("common")
|
|
include("fabric")
|
|
include("forge")
|
|
|
|
rootProject.name = "architectury"
|