TED-inc / FabricQuarry

An addon for Tech Reborn. This mod add Quarry which will mine ores in specific radius, and consumes energy
https://www.curseforge.com/minecraft/mc-mods/quarry-reborn
11 stars 14 forks source link

[bug | 0.5.4] Recipes require valid power / time #34

Closed aria1th closed 2 years ago

aria1th commented 2 years ago

Suggested :

{
  "type": "techreborn:rolling_machine",
  "shaped": {
    "pattern": [
      " S ",
      " A ",
      " S "
    ],
    "key": {
      "A": {
        "item": "techreborn:advanced_alloy_plate"
      },
      "S": {
        "tag": "c:steel_plates"
      }
    },
    "result": {
      "item": "quarrymod:drill_tube",
      "count": 6
    }
  },
  "power": 1,
  "time": 1
}

Mods versions:

FirstMegaGame4 commented 2 years ago

You can create a pull request

TED-inc commented 2 years ago

Thanks for report! Fixed in 0.5.5