Last active
March 18, 2018 08:20
-
-
Save copygirl/f8d6f43958582aab2acefee2355a0423 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| [ | |
| { file: "game:blocktypes/reed/stationarybasket", op: "add", path: "/behaviors/0", value: { | |
| name: "Carryable", | |
| properties: { | |
| rotation: [ 0, 0, -90 ], | |
| scale: 0.65, | |
| interactDelay: 0.4, | |
| } | |
| } }, | |
| { file: "game:blocktypes/wood/generic/chest", op: "add", path: "/behaviors/0", value: { | |
| name: "Carryable", | |
| properties: { | |
| translation: [ 0.0625, 0, 0 ], | |
| rotation: [ 0, 180, 0 ], | |
| } | |
| } }, | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment