From 4e99c4e598951cedbcd3b6956d25059c9eba2619 Mon Sep 17 00:00:00 2001 From: MiniDigger Date: Sat, 12 Jun 2021 11:23:51 +0200 Subject: [PATCH] add mcdev imports file --- build-data/mcdev-imports.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 build-data/mcdev-imports.txt diff --git a/build-data/mcdev-imports.txt b/build-data/mcdev-imports.txt new file mode 100644 index 000000000..6f0ec2fe8 --- /dev/null +++ b/build-data/mcdev-imports.txt @@ -0,0 +1,4 @@ +# You can use this file to import files from vanilla into the project +# both fully qualified and a file based syntax are accepted here: +# net.minecraft.world.level.entity.LevelEntityGetterAdapter +# net/minecraft/world/level/entity/LevelEntityGetter.java