Electrodynamics

Electrodynamics

503k Downloads

Gears are missing the generic #forge:gears tag

lerokko opened this issue ยท 1 comments

commented

The gear items only have the material specific sub tags. For TinkersConstruct for example the casting recipe uses the material specific sub tag to create the gear, however molding the gear cast itself can be done with any generic #forge:gears.

I added this file to remedy the issue:
forge\tags\items\gears.json

{
  "replace": false,
  "values": [
    "#forge:gears/bronze",
    "#forge:gears/copper",
    "#forge:gears/iron",
    "#forge:gears/steel",
    "#forge:gears/tin"
  ]
}
commented

Added this now :)