Browse Source

Fix issue #4626 double smelting on raw copper (#4652)

Enderaoe 3 years ago
parent
commit
d185c7538c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/main/resources/config.yml

+ 2 - 1
src/main/resources/config.yml

@@ -620,7 +620,8 @@ Bonus_Drops:
         Quartz: true
         Quartz: true
         Redstone: true
         Redstone: true
         Deepslate: true
         Deepslate: true
-
+        Copper_Ingot: true
+        Netherite_Scrap: true
 #
 #
 #  Settings for commands
 #  Settings for commands
 ###
 ###