mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-03 16:35:50 +00:00
create structure-mutator module
This commit is contained in:
parent
42c407698d
commit
1d6eb0c48f
5
common/addons/structure-mutator/build.gradle.kts
Normal file
5
common/addons/structure-mutator/build.gradle.kts
Normal file
@ -0,0 +1,5 @@
|
||||
version = version("0.1.0")
|
||||
|
||||
dependencies {
|
||||
shadedApi(project(":common:addons:manifest-addon-loader"))
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
schema-version: 1
|
||||
contributors:
|
||||
- Terra contributors
|
||||
id: structure-mutator
|
||||
version: @VERSION@
|
||||
entrypoints: []
|
||||
website:
|
||||
issues: https://github.com/PolyhedralDev/Terra/issues
|
||||
source: https://github.com/PolyhedralDev/Terra
|
||||
docs: https://github.com/PolyhedralDev/Terra/wiki
|
||||
license: MIT License
|
Loading…
x
Reference in New Issue
Block a user