mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-01 00:10:32 +01:00
eb60bffa98
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.
16 lines
801 B
Plaintext
16 lines
801 B
Plaintext
# You can use this file to import files from minecraft libraries into the project
|
|
# format:
|
|
# <artifactId> <fileName>
|
|
# both fully qualified and a file based syntax are accepted for <fileName>:
|
|
# authlib com/mojang/authlib/yggdrasil/YggdrasilGameProfileRepository.java
|
|
# datafixerupper com.mojang.datafixers.DataFixerBuilder
|
|
# datafixerupper com/mojang/datafixers/util/Either.java
|
|
# 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
|
|
#
|
|
|