mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-03 00:15:35 +00:00
create biome tag API module
This commit is contained in:
parent
2daac81565
commit
2f2fb54dea
4
common/addons/biome-tag-api/README.md
Normal file
4
common/addons/biome-tag-api/README.md
Normal file
@ -0,0 +1,4 @@
|
||||
# Biome Tag API
|
||||
|
||||
This addon contains an API to allow other addons to quickly query
|
||||
Biome tags, by baking queries and using Contexts on biomes.
|
5
common/addons/biome-tag-api/build.gradle.kts
Normal file
5
common/addons/biome-tag-api/build.gradle.kts
Normal file
@ -0,0 +1,5 @@
|
||||
version = version("1.0.0")
|
||||
|
||||
dependencies {
|
||||
compileOnlyApi(project(":common:addons:manifest-addon-loader"))
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user