diff options
author | Jake Potrebic <[email protected]> | 2023-09-15 11:03:42 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2023-09-15 11:03:42 -0700 |
commit | eb60bffa98aa21591b81007ff913674a0e5bf858 (patch) | |
tree | c47b9c81f87e190d76c086b46a806b51038affff /build-data | |
parent | 29d1c7b60244bb002d29a5dcfc9c995019f550ab (diff) | |
download | Paper-eb60bffa98aa21591b81007ff913674a0e5bf858.tar.gz Paper-eb60bffa98aa21591b81007ff913674a0e5bf858.zip |
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.
Diffstat (limited to 'build-data')
-rw-r--r-- | build-data/dev-imports.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build-data/dev-imports.txt b/build-data/dev-imports.txt index 286aeeaaa9..302359e8a3 100644 --- a/build-data/dev-imports.txt +++ b/build-data/dev-imports.txt @@ -8,4 +8,8 @@ # To import classes from the vanilla Minecraft jar use `minecraft` as the artifactId: # minecraft net.minecraft.world.level.entity.LevelEntityGetterAdapter # minecraft net/minecraft/world/level/entity/LevelEntityGetter.java +# To import minecraft data files, like the default chat type, use `mc_data` as the prefix: +# mc_data chat_type/chat.json +# mc_data dimension_type/overworld.json +# |