Skip to content

Commit a8f6720

Browse files
committed
fix: 地毯原版配方没在 hardMiscRecipes 情况下删除
1 parent 363fc29 commit a8f6720

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/com/gregtechceu/gtceu/data/recipe/configurable/RecipeRemoval.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ private static void hardMiscRecipes(Consumer<ResourceLocation> registry) {
239239
registry.accept(new ResourceLocation("minecraft:hopper_minecart"));
240240
for (DyeColor color : DyeColor.values()) {
241241
registry.accept(new ResourceLocation(color.getName() + "_bed"));
242+
registry.accept(new ResourceLocation(color.getName() + "_carpet"));
242243
}
243244
registry.accept(new ResourceLocation("minecraft:fermented_spider_eye"));
244245
registry.accept(new ResourceLocation("minecraft:fire_charge"));

0 commit comments

Comments
 (0)