Initial work on greeting/farewall title support for areas
This commit is contained in:
parent
2be20f4c78
commit
14f55bd6a8
14 changed files with 269 additions and 19 deletions
2
forge-1.15.2/.gitignore
vendored
2
forge-1.15.2/.gitignore
vendored
|
|
@ -1 +1,3 @@
|
|||
/build/
|
||||
/.gradle/
|
||||
/bin/
|
||||
|
|
|
|||
|
|
@ -60,9 +60,6 @@ shadowJar {
|
|||
}
|
||||
archiveName = "Dynmap-${parent.version}-forge-1.15.2.jar"
|
||||
destinationDir = file '../target'
|
||||
manifest {
|
||||
attributes 'FMLAT': 'dynmap_at.cfg'
|
||||
}
|
||||
}
|
||||
|
||||
shadowJar.doLast {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue