mirror of
https://github.com/Snowiiii/Pumpkin.git
synced 2024-11-27 03:48:59 +00:00
b17ade7b06
* Add custom extractor * Add namespaces to blocks * Fix: Errors
9 lines
160 B
Plaintext
9 lines
160 B
Plaintext
pluginManagement {
|
|
repositories {
|
|
maven("https://maven.fabricmc.net/") {
|
|
name = "Fabric"
|
|
}
|
|
gradlePluginPortal()
|
|
}
|
|
}
|