Skip to content

Commit

Permalink
Merge pull request #65 from dataCobra/main
Browse files Browse the repository at this point in the history
Fix Dragonbane lighting and change settings
  • Loading branch information
lupestro authored Oct 8, 2023
2 parents 50558d8 + f8dfd2c commit a340b20
Showing 1 changed file with 17 additions and 13 deletions.
30 changes: 17 additions & 13 deletions sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -796,10 +796,11 @@
"consumable": false,
"light": [
{
"bright": 10,
"dim": 10,
"bright": 5,
"dim": 5,
"angle": 360,
"alpha": 0.05,
"alpha": 0.1,
"color":"#f9f06b",
"animation": {
"type": "torch",
"speed": 5,
Expand All @@ -815,10 +816,11 @@
"consumable": false,
"light": [
{
"bright": 10,
"dim": 10,
"bright": 5,
"dim": 5,
"angle": 360,
"alpha": 0.05,
"alpha": 0.1,
"color":"#f9f06b",
"animation": {
"type": "torch",
"speed": 5,
Expand All @@ -834,10 +836,11 @@
"consumable": false,
"light": [
{
"bright": 10,
"dim": 10,
"bright": 5,
"dim": 5,
"angle": 360,
"alpha": 0.05,
"alpha": 0.1,
"color":"#f9f06b",
"animation": {
"type": "torch",
"speed": 5,
Expand All @@ -853,14 +856,15 @@
"consumable": false,
"light": [
{
"bright": 4,
"dim": 4,
"bright": 2,
"dim": 2,
"angle": 360,
"alpha": 0.05,
"alpha": 0.1,
"color":"#f9f06b",
"animation": {
"type": "torch",
"speed": 5,
"intensity": 5,
"intensity": 3,
"reverse": false
}
}
Expand Down

0 comments on commit a340b20

Please sign in to comment.