Commit 189db63 1 parent 5504512 commit 189db63 Copy full SHA for 189db63
File tree 3 files changed +7
-11
lines changed
3 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,9 @@ issues for bugs encountered on an old version of Terrain Patcher.
34
34
35
35
### Terrain Extender
36
36
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.
44
40
45
41
## Library Usage
46
42
@@ -178,7 +174,7 @@ also create a `dist.zip` file in `target` for easy distribution.
178
174
179
175
## License
180
176
181
- Copyright © 2021, 2023–2024 Esper Thomson
177
+ Copyright © 2021, 2023–2025 Esper Thomson
182
178
183
179
This program is free software: you can redistribute it and/or modify it under the terms of version
184
180
3 of the GNU Affero General Public License as published by the Free Software Foundation.
Original file line number Diff line number Diff line change 1
- # Terrain Patcher v1.1 .0
1
+ # Terrain Patcher v1.2 .0
2
2
3
3
Terrain Patcher is a Subnautica and Below Zero library mod that allows modders and players to modify
4
4
the game's terrain.
@@ -16,7 +16,7 @@ repository](https://github.com/Esper89/Subnautica-TerrainPatcher).
16
16
17
17
## License
18
18
19
- Copyright © 2021, 2023–2024 Esper Thomson
19
+ Copyright © 2021, 2023–2025 Esper Thomson
20
20
21
21
This program is free software: you can redistribute it and/or modify it under the terms of version
22
22
3 of the GNU Affero General Public License as published by the Free Software Foundation.
Original file line number Diff line number Diff line change 9
9
10
10
namespace TerrainPatcher
11
11
{
12
- [ BepInPlugin ( "Esper89.TerrainPatcher" , "Terrain Patcher" , "1.1 .0" ) ]
12
+ [ BepInPlugin ( "Esper89.TerrainPatcher" , "Terrain Patcher" , "1.2 .0" ) ]
13
13
[ BepInDependency ( "com.snmodding.nautilus" , BepInDependency . DependencyFlags . SoftDependency ) ]
14
14
internal class Mod : BaseUnityPlugin
15
15
{
You can’t perform that action at this time.
0 commit comments