You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
## 21.2.0
2
2
**:sparkles: Features**
3
3
- Made each mode variant toggleable ([#10](https://git.omni.ms/vintage-story-mods/durable-better-prospecting/issues/10))
4
+
- Made the modes use spherical / cylindrical walk blocks functions instead of the vanilla cuboid ones ([#11](https://git.omni.ms/vintage-story-mods/durable-better-prospecting/issues/11))
4
5
5
6
**:bug: Bug Fixes**
6
7
- Re-added mod icon ([#12](https://git.omni.ms/vintage-story-mods/durable-better-prospecting/issues/12))
"config--description--durability-cost": "The amount of durability damage to take for each sample",
58
-
"config--description--sample-size-cube": "The size of the sampled area. This area is a cube, centered on the sampled block",
59
-
"config--description--sample-size-cuboid": "The size of the sampled area. This area is a cuboid, centered on the sampled block and stretching from the mantle to the world height",
58
+
"config--description--sample-radius-sphere": "The radius of the sampled area. This area is a sphere, centered on the sampled block",
59
+
"config--description--sample-radius-cylinder": "The radius of the sampled area. This area is a cylinder, centered on the sampled block and stretching from the mantle to the world height",
0 commit comments