Skip to content
This repository has been archived by the owner on Oct 22, 2022. It is now read-only.

Commit

Permalink
Fix planter patch
Browse files Browse the repository at this point in the history
  • Loading branch information
copygirl committed Jun 3, 2021
1 parent 2aa3c4d commit 72cc90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/assets/carrycapacity/patches/carryable.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
}
} },

{ file: "game:blocktypes/clay/planter", op: "add", path: "/behaviors/-",
{ file: "game:blocktypes/clay/planter", op: "add", path: "/behaviorsByType/*/-",
value: { name: "Carryable", properties: { scale: 0.6 } } },

{ file: "game:blocktypes/wood/generic/crate", op: "add", path: "/behaviors",
Expand Down

0 comments on commit 72cc90b

Please sign in to comment.