All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eoapi.creo-shader-interaction-api.0.2.0.source-code.fabric.mod.json Maven / Gradle / Ivy

The newest version!
{
  "schemaVersion": 1,
  "id": "creo-shader-interaction-api",
  "version": "${version}",
  "name": "Creo Shader Interaction API",
  "description": "Interaction with vanilla shaders.",
  "authors": [
    "creoii"
  ],
  "contact": {
    "homepage": "https://www.creoii.dev/projects/creo-api/creo-shader-interaction-api",
    "sources": "https://github.com/great-big-world/creo-api/tree/master/creo-shader-interaction-api",
    "issues": "https://github.com/great-big-world/creo-api/issues"
  },
  "license": "All-Rights-Reserved",
  "icon": "assets/creo-shader-interaction-api/icon.png",
  "environment": "*",
  "entrypoints": {},
  "accessWidener": "creo-shader-interaction-api.accesswidener",
  "mixins": [
    "creo-shader-interaction-api.mixins.json"
  ],
  "depends": {
    "fabricloader": ">=${loader_version}",
    "minecraft": "${minecraft_version}"
  },
  "custom": {
    "modmenu": {
      "badges": [
        "library"
      ],
      "parent": {
        "id": "creo-api",
        "name": "Creo API",
        "description": "A multi-purpose api for Minecraft mod and datapack development.",
        "icon": "assets/creo-shader-interaction-api/icon.png",
        "badges": [
          "library"
        ]
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy