Commit 1ac7478 1 parent b1ad8bb commit 1ac7478 Copy full SHA for 1ac7478
File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Please upload any relevant `.optoctreepatch` files from the `BepInEx/plugins` fo
30
30
31
31
** Please complete the following version information:**
32
32
- Subnautica/Below Zero: Living Large Update/What the Dock Update
33
- - Terrain Patcher: 1.0.2
33
+ - Terrain Patcher: 1.1.0
34
34
- Other mods...?
35
35
36
36
** Additional Context**
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ also create a `dist.zip` file in `target` for easy distribution.
147
147
148
148
## License
149
149
150
- Copyright © 2021, 2023 Esper Thomson
150
+ Copyright © 2021, 2023–2024 Esper Thomson
151
151
152
152
This program is free software: you can redistribute it and/or modify it under the terms of version
153
153
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.0.2
1
+ # Terrain Patcher v1.1.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 @@ repo](https://github.com/Esper89/Subnautica-TerrainPatcher).
16
16
17
17
## License
18
18
19
- Copyright © 2021, 2023 Esper Thomson
19
+ Copyright © 2021, 2023–2024 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 7
7
8
8
namespace TerrainPatcher
9
9
{
10
- [ BepInPlugin ( "Esper89.TerrainPatcher" , "Terrain Patcher" , "1.0.2 " ) ]
10
+ [ BepInPlugin ( "Esper89.TerrainPatcher" , "Terrain Patcher" , "1.1.0 " ) ]
11
11
[ BepInDependency ( "com.snmodding.nautilus" , BepInDependency . DependencyFlags . SoftDependency ) ]
12
12
internal class Mod : BaseUnityPlugin
13
13
{
You can’t perform that action at this time.
0 commit comments