Add support for 1.20.3 and 1.20.4 (#2512)

* 1.20.3

* 1.20.3 ItemTypes

* 1.20.3

* 1.20.3

* 1.20.4

* Fixup refractions

* Move adapters to _4
This commit is contained in:
Alexander Brandes
2023-12-08 07:30:08 +01:00
committed by GitHub
parent ea6138ce1f
commit 605743321f
28 changed files with 8673 additions and 9 deletions

View File

@@ -0,0 +1,17 @@
import io.papermc.paperweight.userdev.PaperweightUserDependenciesExtension
plugins {
java
}
applyPaperweightAdapterConfiguration()
repositories {
gradlePluginPortal()
}
dependencies {
// https://repo.papermc.io/service/rest/repository/browse/maven-public/io/papermc/paper/dev-bundle/
the<PaperweightUserDependenciesExtension>().paperDevBundle("1.20.3-R0.1-20231207.043048-3")
compileOnly(libs.paperlib)
}