From 4f79e9eeca8549c72794f53e88c075c1eba46c58 Mon Sep 17 00:00:00 2001 From: Jake Potrebic Date: Tue, 29 Jul 2025 17:25:43 -0700 Subject: [PATCH] [ci skip] no need to ever import non-library files ever again (#12765) --- build-data/dev-imports.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build-data/dev-imports.txt b/build-data/dev-imports.txt index 1d9862a950..9ff0191e34 100644 --- a/build-data/dev-imports.txt +++ b/build-data/dev-imports.txt @@ -5,10 +5,3 @@ # 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 -#