Skip to content

Commit

Permalink
more categories fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
darth committed Jan 2, 2024
1 parent 7a8e170 commit 0474394
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 0 deletions.
7 changes: 7 additions & 0 deletions objects/apex/classicbookcase/classicbookcase.object.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"op": "replace",
"path": "/category",
"value": "storage"
}
]
7 changes: 7 additions & 0 deletions objects/floran/floranbookcase/floranbookcase.object.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"op": "replace",
"path": "/category",
"value": "storage"
}
]
7 changes: 7 additions & 0 deletions objects/generic/woodensink/woodensink.object.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"op": "replace",
"path": "/category",
"value": "storage"
}
]
7 changes: 7 additions & 0 deletions objects/glitch/royalbookcase/royalbookcase.object.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"op": "replace",
"path": "/category",
"value": "storage"
}
]
7 changes: 7 additions & 0 deletions objects/human/bunkerbookcase/bunkerbookcase.object.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"op": "replace",
"path": "/category",
"value": "storage"
}
]
7 changes: 7 additions & 0 deletions objects/human/bunkerdesk/bunkerdesk.object.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"op": "replace",
"path": "/category",
"value": "storage"
}
]

0 comments on commit 0474394

Please sign in to comment.