mirror of
https://github.com/Xiao-MoMi/Custom-Crops.git
synced 2025-12-24 01:19:28 +00:00
8 lines
140 B
Groovy
8 lines
140 B
Groovy
rootProject.name = 'CustomCrops'
|
|
include(":plugin")
|
|
include(":api")
|
|
include(":legacy-api")
|
|
include("oraxen-legacy")
|
|
include(":oraxen-j21")
|
|
|