aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/mixins.examplemod.json
blob: ee27201958a39ce13d3576ff2bec42cebd23f001 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "package": "com.example.mixin",
  "refmap": "mixins.examplemod.refmap.json",
  "minVersion": "0.7",
  "compatibilityLevel": "JAVA_8",
  "mixins": [
  ],
  "client": [
	"MixinGuiMainMenu"
  ]
}