From 1169c27807e974b3b8c9ceff41b5a623af91107a Mon Sep 17 00:00:00 2001 From: nostalgic853 Date: Tue, 25 Oct 2022 01:00:34 +0800 Subject: [PATCH] [ci skip] Re added dev-imports.txt --- build-data/dev-imports.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 build-data/dev-imports.txt diff --git a/build-data/dev-imports.txt b/build-data/dev-imports.txt new file mode 100644 index 0000000..f35428a --- /dev/null +++ b/build-data/dev-imports.txt @@ -0,0 +1,10 @@ +# You can use this file to import files from minecraft libraries into the project +# format: +# +# both fully qualified and a file based syntax are accepted for : +# 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 \ No newline at end of file