-
Notifications
You must be signed in to change notification settings - Fork 360
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3583 from Kukagres/master
Renamed some fungal decorative objects
- Loading branch information
Showing
5 changed files
with
51 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
[ | ||
{ "op" : "add", | ||
"path" : "/printable", | ||
"value" : false | ||
} | ||
{ | ||
"op": "replace", | ||
"path": "/shortdescription", | ||
"value": "Open Curved Fungal Pod" | ||
}, | ||
{ | ||
"op" : "add", | ||
"path" : "/printable", | ||
"value" : false | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
[ | ||
{ "op" : "add", | ||
"path" : "/printable", | ||
"value" : false | ||
} | ||
{ | ||
"op": "replace", | ||
"path": "/shortdescription", | ||
"value": "Open Angled Fungal Pod" | ||
}, | ||
{ | ||
"op" : "add", | ||
"path" : "/printable", | ||
"value" : false | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
[ | ||
{ "op" : "add", | ||
"path" : "/printable", | ||
"value" : false | ||
} | ||
] | ||
{ | ||
"op": "replace", | ||
"path": "/shortdescription", | ||
"value": "Fungal Spiked Pod" | ||
}, | ||
{ | ||
"op" : "add", | ||
"path" : "/printable", | ||
"value" : false | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
[ | ||
{ "op" : "add", | ||
"path" : "/printable", | ||
"value" : false | ||
} | ||
{ | ||
"op": "replace", | ||
"path": "/shortdescription", | ||
"value": "Fungal Tangled Pod" | ||
}, | ||
{ | ||
"op" : "add", | ||
"path" : "/printable", | ||
"value" : false | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
[ | ||
{ "op" : "add", | ||
"path" : "/printable", | ||
"value" : false | ||
} | ||
{ | ||
"op": "replace", | ||
"path": "/shortdescription", | ||
"value": "Fungal Grown Pod" | ||
}, | ||
{ | ||
"op" : "add", | ||
"path" : "/printable", | ||
"value" : false | ||
} | ||
] |