-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
119ee4f
commit 5e56480
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# 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 | ||
# To import minecraft data files, like the default chat type, use `mc_data` as the prefix: | ||
# mc_data chat_type/chat.json | ||
# mc_data dimension_type/overworld.json | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
tiny 2 0 spigot mojang+yarn | ||
|
||
# Originally DistanceManager, which also implements DistanceManager, so clashes since the implemented class | ||
# is imported and not fully qualified. Easiest fix is to just change the name | ||
c net/minecraft/server/level/PlayerChunkMap$a net/minecraft/server/level/ChunkMap$ChunkDistanceManager |