1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
{
"schemaVersion": 1,
"id": "beacon-range-increaser",
"version": "${version}",
"name": "Beacon Range Increaser",
"description": "Increases the range of beacons, if you place skulls in the path of the beam (32 for wither skulls, 5 blocks for other skulls).",
"authors": [
"Linnea Gräf"
],
"contact": {
"sources": "https://github.com/nea89o/beacon-range-extender"
},
"license": "MIT",
"icon": "assets/beacon-range-increaser/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"moe.nea.beacons.BeaconRangeIncreaser"
]
},
"mixins": [
"beacon-range-increaser.mixins.json"
],
"depends": {
"fabricloader": ">=0.16.9",
"minecraft": "~1.21",
"java": ">=21",
"fabric-api": "*"
}
}
|