We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 363fc29 commit a8f6720Copy full SHA for a8f6720
1 file changed
src/main/java/com/gregtechceu/gtceu/data/recipe/configurable/RecipeRemoval.java
@@ -239,6 +239,7 @@ private static void hardMiscRecipes(Consumer<ResourceLocation> registry) {
239
registry.accept(new ResourceLocation("minecraft:hopper_minecart"));
240
for (DyeColor color : DyeColor.values()) {
241
registry.accept(new ResourceLocation(color.getName() + "_bed"));
242
+ registry.accept(new ResourceLocation(color.getName() + "_carpet"));
243
}
244
registry.accept(new ResourceLocation("minecraft:fermented_spider_eye"));
245
registry.accept(new ResourceLocation("minecraft:fire_charge"));
0 commit comments