Skip to content

Commit

Permalink
[ci skip] fixup dev imports file
Browse files Browse the repository at this point in the history
  • Loading branch information
Toffikk committed Mar 1, 2025
1 parent add4f2b commit b173e5c
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion build-data/dev-imports.txt
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
#minecraft net.minecraft.world.level.storage.loot.LootParams
# 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
#

0 comments on commit b173e5c

Please sign in to comment.