Skip to content

Commit

Permalink
Fixed the bullseye lanterns
Browse files Browse the repository at this point in the history
  • Loading branch information
lupestro committed Dec 4, 2022
1 parent 2dd5228 commit 8671acb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"consumable": false,
"states": 2,
"light": [
{ "bright": 15, "dim": 45, "angle": 53 }
{ "bright": 60, "dim": 120, "angle": 57 }
]
},
"Hooded Lantern": {
Expand Down Expand Up @@ -151,7 +151,7 @@
"consumable": false,
"states": 2,
"light": [
{"bright": 60, "dim": 120, "angle": 53}
{"bright": 60, "dim": 120, "angle": 57}
]
},
"Hooded Lantern": {
Expand All @@ -169,7 +169,7 @@
"consumable": false,
"states": 2,
"light": [
{"bright": 30, "dim": 60, "angle": 53}
{"bright": 30, "dim": 60, "angle": 57}
]
},
"Torch": {
Expand Down Expand Up @@ -213,7 +213,7 @@
"consumable": false,
"states": 2,
"light": [
{"bright": 60, "dim": 120, "angle": 53}
{"bright": 60, "dim": 120, "angle": 57}
]
},
"Torch": {
Expand Down Expand Up @@ -345,7 +345,7 @@
"consumable": false,
"states": 2,
"light": [
{"bright": 9, "dim": 10, "angle": 53, "color": "#ff9329", "alpha": 1 }
{"bright": 9, "dim": 10, "angle": 57, "color": "#ff9329", "alpha": 1 }
]
},
"Electric Lantern, Small": {
Expand Down

0 comments on commit 8671acb

Please sign in to comment.