{
  "schemaVersion": 1,
  "id": "shitmod",
  "version": "${version}",

  "name": "Serena's Shitmod",
  "description": "Just my first go at making a fabric mod",
  "authors": [
    "Me (Sunskimmer82#6969)"
  ],
  "contact": {
    "homepage": "https://fabricmc.net/",
    "sources": "https://github.com/FabricMC/fabric-example-mod"
  },

  "license": "CC0-1.0",
  "icon": "assets/shitmod/icon.png",

  "environment": "*",
  "entrypoints": {
    "main": [
      "net.serenas.shitmod.Shitmod"
    ]
  },
  "mixins": [
    
  ],

  "depends": {
    "fabricloader": ">=0.14.6",
    "fabric": "*",
    "minecraft": "1.19",
    "java": ">=17"
  },
  "suggests": {
    "another-mod": "*"
  }
}