Duqueeee / create-utilities

Adds extra utilities to the Create mod
MIT License
4 stars 7 forks source link

Can't compile mod using gradlew.bat #14

Closed AlexDerProGamer closed 11 months ago

AlexDerProGamer commented 11 months ago

I tried to make a recipe change for my modpack and compiled the mod using the gradlew.bat [forge-1.20.1 branch] but it didnt work, theres no output [Win 10]

Changes: \src\main\resources\data\createutilities\recipes\mixing\void_steel_ingot.json: Diamond instead of netherite and superheated

{
  "type": "create:mixing",
  "heatRequirement": "superheated",
  "ingredients": [
    {
      "item": "minecraft:diamond"
    },
    {
      "item": "minecraft:ender_pearl"
    }
  ],
  "results": [
    {
      "item": "createutilities:void_steel_ingot"
    }
  ]
}
AlexDerProGamer commented 11 months ago

Never mind, I can edit the .json through 7zip