forked from BRNSystems/RegexingHoppers
30 lines
665 B
JSON
30 lines
665 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "regexinghoppers",
|
|
"version": "${version}",
|
|
"name": "RegexingHoppers",
|
|
"description": "Adds advanced item filtering capabilities to hoppers using regular expressions.",
|
|
"authors": [
|
|
"BRNSystems"
|
|
],
|
|
"contact": {
|
|
"repo": "https://git.brn.systems/BRNSystems/RegexingHoppers"
|
|
},
|
|
"license": "MIT",
|
|
"icon": "icon.png",
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"main": [
|
|
"systems.brn.regexinghoppers.RegexingHoppers"
|
|
]
|
|
},
|
|
"mixins": [
|
|
"regexinghoppers.mixins.json"
|
|
],
|
|
"depends": {
|
|
"fabricloader": ">=${loader_version}",
|
|
"fabric": "*",
|
|
"minecraft": "${minecraft_version}"
|
|
}
|
|
}
|