create biome tag API module

This commit is contained in:
dfsek 2022-06-18 23:58:37 -07:00
parent 2daac81565
commit 2f2fb54dea
2 changed files with 9 additions and 0 deletions

View 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.

View File

@ -0,0 +1,5 @@
version = version("1.0.0")
dependencies {
compileOnlyApi(project(":common:addons:manifest-addon-loader"))
}