Rabbitminers / Extended-Cogwheels

[Forge & Fabric, 1.18.2, 1.19.2 & 1.20.1] Adding more cogwheels to the create mod aswell as providing progression systems to modpack developers through configurations
https://modrinth.com/mod/extended-cogwheels
MIT License
8 stars 18 forks source link

fix: copper nuggets bug #33

Closed EvanHsieh0415 closed 1 year ago

EvanHsieh0415 commented 1 year ago
  {
-       "condition": "fabric:and",
+       "condition": "fabric:or",
        "values": [
          {
            "condition": "fabric:item_tags_populated",
            "values": [
              "c:nuggets/copper"
            ]
-         }
+         },
+         {
+           "condition": "fabric:item_tags_populated",
+           "values": [
+             "c:copper_nuggets"
+           ]
+         }
        ]
      }
Rabbitminers commented 1 year ago

Recipes Are No Longer Consistent With https://github.com/Fabricators-of-Create/Create/blob/mc1.19/fabric/dev/src/generated/resources/data/create/recipes/crafting/materials/copper_ingot.json

Also Tags Should Be Modified At Their Provider In Datagen So That The Changes Will Be Used By Datagen