fix mcdev imports

This commit is contained in:
BillyGalbreath
2021-06-15 12:48:49 -05:00
parent bb3ecf9e62
commit a1416734d5
5 changed files with 14 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
# 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

View File

@@ -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