From 5a1f044512ffeaac9f83632474fd0a777f2ea8ae Mon Sep 17 00:00:00 2001 From: Zorbatron <46525467+Zorbatron@users.noreply.github.com> Date: Fri, 11 Apr 2025 17:33:36 -0400 Subject: [PATCH] oops I forgot about this comment block too :p --- .../api/unification/material/Materials.java | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/src/main/java/gregtech/api/unification/material/Materials.java b/src/main/java/gregtech/api/unification/material/Materials.java index 086952d93d9..7c58bc76c37 100644 --- a/src/main/java/gregtech/api/unification/material/Materials.java +++ b/src/main/java/gregtech/api/unification/material/Materials.java @@ -79,26 +79,6 @@ public static void register() { */ MaterialFlagAddition.register(); - /* - * FOR ADDON DEVELOPERS: - * - * GTCEu will not take more than 3000 IDs. Anything past ID 2999 - * is considered FAIR GAME, take whatever you like. - * - * If you would like to reserve IDs, feel free to reach out to the - * development team and claim a range of IDs! We will mark any - * claimed ranges below this comment. Max value is 32767. - * - * - Gregicality: 3000-19999 - * - Gregification: 20000-20999 - * - HtmlTech: 21000-21499 - * - GregTech Food Option: 21500-22499 - * - FREE RANGE 22500-23599 - * - MechTech: 23600-23999 - * - FREE RANGE 24000-31999 - * - Reserved for CraftTweaker: 32000-32767 - */ - CHEMICAL_DYES = new Material[] { Materials.DyeWhite, Materials.DyeOrange, Materials.DyeMagenta, Materials.DyeLightBlue,