Skip to content

Commit 189db63

Browse files
committed
1.2.0 Release
1 parent 5504512 commit 189db63

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed

README.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,9 @@ issues for bugs encountered on an old version of Terrain Patcher.
3434

3535
### Terrain Extender
3636

37-
Terrain Patcher is not compatible with Terrain Extender. The features of Terrain Extender have been
38-
merged into Terrain Patcher and will be packaged with the next release. For compatibility with
39-
Terrain Extender, use the v1.0.2 release of Terrain Patcher. It can be downloaded from the [releases
40-
page](https://github.com/Esper89/Subnautica-TerrainPatcher/releases/tag/v1.0.2), below the
41-
changelog. Installation and usage instructions for v1.0.2 can be found [in an older version of the
42-
repository](https://github.com/Esper89/Subnautica-TerrainPatcher/tree/v1.0.2). Please do not submit
43-
issues for bugs encountered on an old version of Terrain Patcher.
37+
Current versions of Terrain Patcher are **not compatible with Terrain Extender**. The features of
38+
Terrain Extender have been merged into Terrain Patcher as of v1.2.0, and you should **uninstall
39+
Terrain Extender** if you have it installed.
4440

4541
## Library Usage
4642

@@ -178,7 +174,7 @@ also create a `dist.zip` file in `target` for easy distribution.
178174

179175
## License
180176

181-
Copyright © 2021, 2023–2024 Esper Thomson
177+
Copyright © 2021, 2023–2025 Esper Thomson
182178

183179
This program is free software: you can redistribute it and/or modify it under the terms of version
184180
3 of the GNU Affero General Public License as published by the Free Software Foundation.

dist-readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Terrain Patcher v1.1.0
1+
# Terrain Patcher v1.2.0
22

33
Terrain Patcher is a Subnautica and Below Zero library mod that allows modders and players to modify
44
the game's terrain.
@@ -16,7 +16,7 @@ repository](https://github.com/Esper89/Subnautica-TerrainPatcher).
1616

1717
## License
1818

19-
Copyright © 2021, 2023–2024 Esper Thomson
19+
Copyright © 2021, 2023–2025 Esper Thomson
2020

2121
This program is free software: you can redistribute it and/or modify it under the terms of version
2222
3 of the GNU Affero General Public License as published by the Free Software Foundation.

src/Mod.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
namespace TerrainPatcher
1111
{
12-
[BepInPlugin("Esper89.TerrainPatcher", "Terrain Patcher", "1.1.0")]
12+
[BepInPlugin("Esper89.TerrainPatcher", "Terrain Patcher", "1.2.0")]
1313
[BepInDependency("com.snmodding.nautilus", BepInDependency.DependencyFlags.SoftDependency)]
1414
internal class Mod : BaseUnityPlugin
1515
{

0 commit comments

Comments
 (0)