From e9d7271ab889432ff79b8d93defda6d18e24d3a6 Mon Sep 17 00:00:00 2001 From: Alpha Date: Wed, 26 Oct 2022 15:58:29 +0900 Subject: [PATCH] Add 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..3409328 --- /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