Create raw chat type as resource file instead of in source (#9226)

Sets up the ability to load new or modified resource files into Paper.

Updates paperweight to 1.5.6

This should work with all run configs, like runDev, runShadow, runReobf as well as correctly build jars for production.
This commit is contained in:
Jake Potrebic
2023-09-15 11:03:42 -07:00
parent 537ef22fbf
commit 76744c8d52
5 changed files with 99 additions and 39 deletions

View File

@ -5,7 +5,7 @@ plugins {
java
`maven-publish`
id("com.github.johnrengelman.shadow") version "8.1.1" apply false
id("io.papermc.paperweight.core") version "1.5.5"
id("io.papermc.paperweight.core") version "1.5.6"
}
allprojects {