stardew-valley-data 0.11.0 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project
6
6
  adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.12.0] - 2026-03-19
9
+
10
+ ### Fixes
11
+
12
+ - Changed crab-pot catchType fish to be `"roe": null` since they should not show in producing roe.
13
+
8
14
  ## [0.11.0] - 2026-03-19
9
15
 
10
16
  ### Added
package/data/fish.json CHANGED
@@ -1554,7 +1554,7 @@
1554
1554
  "maxQuality": "iridium",
1555
1555
  "image": "images/fish/Clam.png",
1556
1556
  "canSmoke": false,
1557
- "roe": "roe",
1557
+ "roe": null,
1558
1558
  "fishPond": {
1559
1559
  "produce": [
1560
1560
  {
@@ -2101,7 +2101,7 @@
2101
2101
  "maxQuality": "silver",
2102
2102
  "image": "images/fish/Lobster.png",
2103
2103
  "canSmoke": false,
2104
- "roe": "roe",
2104
+ "roe": null,
2105
2105
  "fishPond": {
2106
2106
  "produce": [
2107
2107
  {
@@ -2164,7 +2164,7 @@
2164
2164
  "maxQuality": "silver",
2165
2165
  "image": "images/fish/Crayfish.png",
2166
2166
  "canSmoke": false,
2167
- "roe": "roe",
2167
+ "roe": null,
2168
2168
  "fishPond": {
2169
2169
  "produce": [
2170
2170
  {
@@ -2219,7 +2219,7 @@
2219
2219
  "maxQuality": "gold",
2220
2220
  "image": "images/fish/Crab.png",
2221
2221
  "canSmoke": false,
2222
- "roe": "roe",
2222
+ "roe": null,
2223
2223
  "fishPond": {
2224
2224
  "produce": [
2225
2225
  {
@@ -2282,7 +2282,7 @@
2282
2282
  "maxQuality": "iridium",
2283
2283
  "image": "images/fish/Cockle.png",
2284
2284
  "canSmoke": false,
2285
- "roe": "roe",
2285
+ "roe": null,
2286
2286
  "fishPond": {
2287
2287
  "produce": [
2288
2288
  {
@@ -2345,7 +2345,7 @@
2345
2345
  "maxQuality": "iridium",
2346
2346
  "image": "images/fish/Mussel.png",
2347
2347
  "canSmoke": false,
2348
- "roe": "roe",
2348
+ "roe": null,
2349
2349
  "fishPond": {
2350
2350
  "produce": [
2351
2351
  {
@@ -2415,7 +2415,7 @@
2415
2415
  "maxQuality": "silver",
2416
2416
  "image": "images/fish/Shrimp.png",
2417
2417
  "canSmoke": false,
2418
- "roe": "roe",
2418
+ "roe": null,
2419
2419
  "fishPond": {
2420
2420
  "produce": [
2421
2421
  {
@@ -2478,7 +2478,7 @@
2478
2478
  "maxQuality": "gold",
2479
2479
  "image": "images/fish/Snail.png",
2480
2480
  "canSmoke": false,
2481
- "roe": "roe",
2481
+ "roe": null,
2482
2482
  "fishPond": {
2483
2483
  "produce": [
2484
2484
  {
@@ -2540,7 +2540,7 @@
2540
2540
  "maxQuality": "silver",
2541
2541
  "image": "images/fish/Periwinkle.png",
2542
2542
  "canSmoke": false,
2543
- "roe": "roe",
2543
+ "roe": null,
2544
2544
  "fishPond": {
2545
2545
  "produce": [
2546
2546
  {
@@ -2595,7 +2595,7 @@
2595
2595
  "maxQuality": "iridium",
2596
2596
  "image": "images/fish/Oyster.png",
2597
2597
  "canSmoke": false,
2598
- "roe": "roe",
2598
+ "roe": null,
2599
2599
  "fishPond": {
2600
2600
  "produce": [
2601
2601
  {
package/dist/index.js CHANGED
@@ -16385,7 +16385,7 @@ var fish_default = [
16385
16385
  maxQuality: "iridium",
16386
16386
  image: "images/fish/Clam.png",
16387
16387
  canSmoke: false,
16388
- roe: "roe",
16388
+ roe: null,
16389
16389
  fishPond: {
16390
16390
  produce: [
16391
16391
  {
@@ -16932,7 +16932,7 @@ var fish_default = [
16932
16932
  maxQuality: "silver",
16933
16933
  image: "images/fish/Lobster.png",
16934
16934
  canSmoke: false,
16935
- roe: "roe",
16935
+ roe: null,
16936
16936
  fishPond: {
16937
16937
  produce: [
16938
16938
  {
@@ -16995,7 +16995,7 @@ var fish_default = [
16995
16995
  maxQuality: "silver",
16996
16996
  image: "images/fish/Crayfish.png",
16997
16997
  canSmoke: false,
16998
- roe: "roe",
16998
+ roe: null,
16999
16999
  fishPond: {
17000
17000
  produce: [
17001
17001
  {
@@ -17050,7 +17050,7 @@ var fish_default = [
17050
17050
  maxQuality: "gold",
17051
17051
  image: "images/fish/Crab.png",
17052
17052
  canSmoke: false,
17053
- roe: "roe",
17053
+ roe: null,
17054
17054
  fishPond: {
17055
17055
  produce: [
17056
17056
  {
@@ -17113,7 +17113,7 @@ var fish_default = [
17113
17113
  maxQuality: "iridium",
17114
17114
  image: "images/fish/Cockle.png",
17115
17115
  canSmoke: false,
17116
- roe: "roe",
17116
+ roe: null,
17117
17117
  fishPond: {
17118
17118
  produce: [
17119
17119
  {
@@ -17176,7 +17176,7 @@ var fish_default = [
17176
17176
  maxQuality: "iridium",
17177
17177
  image: "images/fish/Mussel.png",
17178
17178
  canSmoke: false,
17179
- roe: "roe",
17179
+ roe: null,
17180
17180
  fishPond: {
17181
17181
  produce: [
17182
17182
  {
@@ -17246,7 +17246,7 @@ var fish_default = [
17246
17246
  maxQuality: "silver",
17247
17247
  image: "images/fish/Shrimp.png",
17248
17248
  canSmoke: false,
17249
- roe: "roe",
17249
+ roe: null,
17250
17250
  fishPond: {
17251
17251
  produce: [
17252
17252
  {
@@ -17309,7 +17309,7 @@ var fish_default = [
17309
17309
  maxQuality: "gold",
17310
17310
  image: "images/fish/Snail.png",
17311
17311
  canSmoke: false,
17312
- roe: "roe",
17312
+ roe: null,
17313
17313
  fishPond: {
17314
17314
  produce: [
17315
17315
  {
@@ -17371,7 +17371,7 @@ var fish_default = [
17371
17371
  maxQuality: "silver",
17372
17372
  image: "images/fish/Periwinkle.png",
17373
17373
  canSmoke: false,
17374
- roe: "roe",
17374
+ roe: null,
17375
17375
  fishPond: {
17376
17376
  produce: [
17377
17377
  {
@@ -17426,7 +17426,7 @@ var fish_default = [
17426
17426
  maxQuality: "iridium",
17427
17427
  image: "images/fish/Oyster.png",
17428
17428
  canSmoke: false,
17429
- roe: "roe",
17429
+ roe: null,
17430
17430
  fishPond: {
17431
17431
  produce: [
17432
17432
  {