Skip to content

Commit 3d5faf4

Browse files
committed
Fixed compatibility issues
1 parent b5aa9e3 commit 3d5faf4

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

OWJam3ModProject/manifest.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/ow-mods/owml/master/schemas/manifest_schema.json",
33
"filename": "OWJam3ModProject.dll",
4-
"author": "Walker, GayCoffee, Greenpixel",
4+
"author": "2walker2, GayCoffee, Greenpixel",
55
"name": "Reflections",
66
"uniqueName": "TeamErnesto.OWJam3ModProject",
7-
"version": "0.1.0",
7+
"version": "0.1.1",
88
"owmlVersion": "2.9.8",
9-
"dependencies": [ "xen.NewHorizons", "xen.ModJam3" ]
9+
"dependencies": [ "xen.NewHorizons", "xen.ModJam3" ],
10+
"conflicts": [ "Alek.LightBramble" ]
1011
}

OWJam3ModProject/systems/Jam3.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,11 @@
1616
"a": 255
1717
}
1818
}
19+
],
20+
"entryPositions": [
21+
{
22+
"id": "TeamErnesto_1",
23+
"position": {"x": 0, "y": 0}
24+
}
1925
]
2026
}

0 commit comments

Comments
 (0)