Fix
This commit is contained in:
parent
4c6f0cc266
commit
6f83d254ec
2 changed files with 2 additions and 1 deletions
|
@ -173,7 +173,7 @@ curseforge {
|
|||
}
|
||||
project {
|
||||
id = '284876'
|
||||
changelog = 'NOTE: THIS UPDATE IS INCOMPATIBLE WITH WORLDS CREATED ON THE FIRST ALPHA. Please back up your worlds before loading it in a new version. A changelog can be found at https://github.com/DimensionalDevelopment/DimDoors/commits/1.17'
|
||||
changelog = file('changelog.txt').text
|
||||
releaseType = 'beta'
|
||||
addGameVersion '1.17'
|
||||
mainArtifact(file("${project.buildDir}/libs/${archivesBaseName}-${version}.jar")) {
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
- Update to 20w11a
|
||||
- Added Recipes, Loot Tables, Advancements and Tags
|
||||
- Pockets no longer hang the server
|
||||
- Changed dimensional door rendering
|
||||
- Block settings such has hardness and resistance have been tweaked
|
||||
- Added ability to add dungeons using a data pack
|
||||
- Added ability to make custom dimensional doors using custom rift data
|
||||
|
|
Loading…
Reference in a new issue