mirror of
https://github.com/AtlasMediaGroup/Scissors.git
synced 2024-10-31 20:27:10 +00:00
13 lines
725 B
Plaintext
13 lines
725 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
|
|
|
|
minecraft net/minecraft/network/chat/HoverEvent
|
|
minecraft net/minecraft/world/entity/EntityType |