Skip to content

Commit 5ab728a

Browse files
committed
Fixed some text in the descriptions and added compatibility with ppja
1 parent 3993fc9 commit 5ab728a

11 files changed

Lines changed: 17 additions & 15 deletions

File tree

BobaCafe/[JA]BobaCafe/Crops/Cassava Plant/crop.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"Name": "Cassava Plant",
3-
"Product": "Cassava Root",
3+
"Product": "Cassava",
44
"SeedName": "Cassava Seeds",
5-
"SeedDescription": "Plant in summer. Takes 10 days to produce large roots.",
5+
"SeedDescription": "Plant in spring or summer. Takes 10 days to produce large tubular roots.",
66
"Type": "Vegetable",
77
"Seasons": ["spring", "summer"],
88
"CropType": "Normal",
@@ -43,5 +43,6 @@
4343
"pt": "",
4444
"ru": "",
4545
"zh": ""
46-
}
46+
},
47+
"DisableWithMod": "ppja.fruitsandveggies"
4748
}

BobaCafe/[JA]BobaCafe/Objects/Cassava Root/object.json renamed to BobaCafe/[JA]BobaCafe/Objects/Cassava/object.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Name": "Cassava Root",
2+
"Name": "Cassava",
33
"Description": "A starchy root. Edible after some processing.",
44
"Category": "Vegetable",
55
"Edibility": -20,
@@ -39,5 +39,6 @@
3939
},
4040
"ContextTags": [
4141
"season_summer"
42-
]
42+
],
43+
"DisableWithMod": "ppja.fruitsandveggies"
4344
}
File renamed without changes.

BobaCafe/[JA]BobaCafe/Objects/Cherry Boba Tea/object.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"Count": 1
1616
},
1717
{
18-
"Object": "Cassava Root",
18+
"Object": "Cassava",
1919
"Count": 1
2020
},
2121
{

BobaCafe/[JA]BobaCafe/Objects/Grape Boba Tea/object.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"Count": 1
1616
},
1717
{
18-
"Object": "Cassava Root",
18+
"Object": "Cassava",
1919
"Count": 1
2020
},
2121
{

BobaCafe/[JA]BobaCafe/Objects/Green Boba Tea/object.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"Count": 1
1616
},
1717
{
18-
"Object": "Cassava Root",
18+
"Object": "Cassava",
1919
"Count": 1
2020
}
2121
],

BobaCafe/[JA]BobaCafe/Objects/Iced Coffee Boba/object.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"Count": 1
1616
},
1717
{
18-
"Object": "Cassava Root",
18+
"Object": "Cassava",
1919
"Count": 1
2020
},
2121
{

BobaCafe/[JA]BobaCafe/Objects/Melon Boba Tea/object.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"Count": 1
1616
},
1717
{
18-
"Object": "Cassava Root",
18+
"Object": "Cassava",
1919
"Count": 1
2020
},
2121
{

BobaCafe/[JA]BobaCafe/Objects/Strawberry Boba Tea/object.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"Count": 1
1616
},
1717
{
18-
"Object": "Cassava Root",
18+
"Object": "Cassava",
1919
"Count": 1
2020
},
2121
{

BobaCafe/[JA]BobaCafe/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"Name": "[JA]BobaCafe",
33
"Author": "TylerCode + AGrrrlHasNoName",
4-
"Version": "0.4.2",
4+
"Version": "0.4.3",
55
"Description": "JsonAssets for BobaCafe.",
66
"UniqueID": "TylerCode.BobaCafeAssets",
77
"MinimumApiVersion": "3.0.0",
88
"UpdateKeys": [
9-
"GitHub:TylerCode/BobaCafe"
9+
"Nexus:7599"
1010
],
1111
"ContentPackFor": {
1212
"UniqueID": "spacechase0.JsonAssets"

0 commit comments

Comments
 (0)