GeneratorFabricMod icon indicating copy to clipboard operation
GeneratorFabricMod copied to clipboard

Support for alternate programming languages

Open RubenVerg opened this issue 4 years ago • 0 comments

Basically an extension of #16 , but also editing the fabric.mod.json file to include

"main": [{
  "adapter" :"*lang*",
  "value": "*classname*"
}],
"depends": {
  "*adapter-lang-name*": "*"
}

or whatever

RubenVerg avatar Jan 16 '21 15:01 RubenVerg