mirror of
https://github.com/PaperMC/Folia.git
synced 2024-11-22 12:05:12 +01:00
cd713b8ea2
Currently, /tick is disabled but is planned to be re-added. It's unlikely that support for sprinting can be implemented precisely due to the fact that Folia ticks many regions independently. However, a best-effort approach will be used.
13 lines
779 B
Plaintext
13 lines
779 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.world.TickRateManager
|
|
minecraft net.minecraft.server.ServerTickRateManager
|
|
minecraft net.minecraft.server.commands.TickCommand |