mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-13 20:33:01 +00:00
create biome tag API module
This commit is contained in:
@@ -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.
|
||||
@@ -0,0 +1,5 @@
|
||||
version = version("1.0.0")
|
||||
|
||||
dependencies {
|
||||
compileOnlyApi(project(":common:addons:manifest-addon-loader"))
|
||||
}
|
||||
Reference in New Issue
Block a user