Add SilkSpawners mod source files, configuration, mixins, Gradle build scripts, and metadata for Fabric. Implements spawner drop logic, config loading/saving, and required interfaces/mixins for custom spawner behavior.
26 lines
509 B
JSON
26 lines
509 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "silkspawners",
|
|
"version": "${version}",
|
|
"name": "SilkSpawners",
|
|
"description": "",
|
|
"authors": [],
|
|
"contact": {},
|
|
"license": "MIT",
|
|
"icon": "assets/silkspawners/icon.png",
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"main": [
|
|
"com.kasetoatz.silkspawners.SilkSpawners"
|
|
]
|
|
},
|
|
"mixins": [
|
|
"silkspawners.mixins.json"
|
|
],
|
|
"depends": {
|
|
"fabricloader": ">=${loader_version}",
|
|
"fabric-api": "*",
|
|
"minecraft": "${minecraft_version}"
|
|
}
|
|
}
|