Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: custom deepwell plate gets dropped onto magnet and is not picked up by gripper #17238

Open
tobiasko opened this issue Jan 10, 2025 · 2 comments
Labels

Comments

@tobiasko
Copy link

tobiasko commented Jan 10, 2025

Overview

I am trying to move a custom deepwell plate from an Opentrons flex deck position onto the magnet and from the magnet to the heater shaker module using the gripper. Both things fail. Moving onto the magnet is basically a drop instead of a move and picking up fails completely, because the gripper closes above the deep well plate.

In contrast, moving the same plate to the heater shaker module from a random deck position works just fine. I can also use the NEST 2 mL 96-Well Deep Well Plate, V Bottom def. with my protocol and all moving steps to the magnet work. I am therefore assuming that the pre-build (NEST) plate definition contains some type of special offset information for the gripper that I can't add by using the custom labware editor/creator. I checked the Stacking Offset for Magnetic Block GEN1 and set it to 78 mm (see attached labware definition).

How can I get this working for a custom deep well plate?

Steps to reproduce

thermo_96_wellplate_2000ul_3_.json

Current behavior

No response

Expected behavior

No response

Operating system

Linux

System and robot setup or anything else?

app version 8.2.0
connection by USB

@tobiasko tobiasko added the bug label Jan 10, 2025
@tobiasko
Copy link
Author

In the deep well definition file the stacking offsets look like:

"parameters":{"format":"irregular","quirks":[],"isTiprack":false,"isMagneticModuleCompatible":false,"loadName":"thermo_96_wellplate_2000ul"},"namespace":"custom_beta","version":1,"schemaVersion":2,"cornerOffsetFromSlot":{"x":0,"y":0,"z":0},"stackingOffsetWithLabware":{"opentrons_96_deep_well_adapter":{"x":0,"y":0,"z":14.549999999999997}},"stackingOffsetWithModule":{"magneticBlockV1":{"x":0,"y":0,"z":-35}}}

Why does it say "isMagenticModuleCompatible:false" and why are the offsets values I measure and entered in the web GUI different to the values in file ("z":-35)

???

@tobiasko
Copy link
Author

Dear Opentrons,

I think your custom plate design tool at

https://labware.opentrons.com/#/create

is buggy. I just did a test and entered a plate hight of 50 and a measured hight on the magnet of 100 in the Stacking Offset section of the form. The resulting yaml file shows a negative z offset of -50 where it should be 50! This also explains why my previous custom definition for the thermo deep well failed. The file also contains a neg. offset coming from your web form.

Image
{
    "ordering": [
        [
            "A1",
            "B1",
            "C1",
            "D1",
            "E1",
            "F1",
            "G1",
            "H1"
        ],
        [
            "A2",
            "B2",
            "C2",
            "D2",
            "E2",
            "F2",
            "G2",
            "H2"
        ],
        [
            "A3",
            "B3",
            "C3",
            "D3",
            "E3",
            "F3",
            "G3",
            "H3"
        ],
        [
            "A4",
            "B4",
            "C4",
            "D4",
            "E4",
            "F4",
            "G4",
            "H4"
        ],
        [
            "A5",
            "B5",
            "C5",
            "D5",
            "E5",
            "F5",
            "G5",
            "H5"
        ],
        [
            "A6",
            "B6",
            "C6",
            "D6",
            "E6",
            "F6",
            "G6",
            "H6"
        ],
        [
            "A7",
            "B7",
            "C7",
            "D7",
            "E7",
            "F7",
            "G7",
            "H7"
        ],
        [
            "A8",
            "B8",
            "C8",
            "D8",
            "E8",
            "F8",
            "G8",
            "H8"
        ],
        [
            "A9",
            "B9",
            "C9",
            "D9",
            "E9",
            "F9",
            "G9",
            "H9"
        ],
        [
            "A10",
            "B10",
            "C10",
            "D10",
            "E10",
            "F10",
            "G10",
            "H10"
        ],
        [
            "A11",
            "B11",
            "C11",
            "D11",
            "E11",
            "F11",
            "G11",
            "H11"
        ],
        [
            "A12",
            "B12",
            "C12",
            "D12",
            "E12",
            "F12",
            "G12",
            "H12"
        ]
    ],
    "brand": {
        "brand": "Test",
        "brandId": []
    },
    "metadata": {
        "displayName": "Test 96 Well Plate 200 µL",
        "displayCategory": "wellPlate",
        "displayVolumeUnits": "µL",
        "tags": []
    },
    "dimensions": {
        "xDimension": 127,
        "yDimension": 85,
        "zDimension": 50
    },
    "wells": {
        "A1": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 10,
            "y": 75,
            "z": 30
        },
        "B1": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 10,
            "y": 66,
            "z": 30
        },
        "C1": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 10,
            "y": 57,
            "z": 30
        },
        "D1": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 10,
            "y": 48,
            "z": 30
        },
        "E1": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 10,
            "y": 39,
            "z": 30
        },
        "F1": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 10,
            "y": 30,
            "z": 30
        },
        "G1": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 10,
            "y": 21,
            "z": 30
        },
        "H1": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 10,
            "y": 12,
            "z": 30
        },
        "A2": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 19,
            "y": 75,
            "z": 30
        },
        "B2": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 19,
            "y": 66,
            "z": 30
        },
        "C2": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 19,
            "y": 57,
            "z": 30
        },
        "D2": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 19,
            "y": 48,
            "z": 30
        },
        "E2": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 19,
            "y": 39,
            "z": 30
        },
        "F2": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 19,
            "y": 30,
            "z": 30
        },
        "G2": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 19,
            "y": 21,
            "z": 30
        },
        "H2": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 19,
            "y": 12,
            "z": 30
        },
        "A3": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 28,
            "y": 75,
            "z": 30
        },
        "B3": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 28,
            "y": 66,
            "z": 30
        },
        "C3": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 28,
            "y": 57,
            "z": 30
        },
        "D3": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 28,
            "y": 48,
            "z": 30
        },
        "E3": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 28,
            "y": 39,
            "z": 30
        },
        "F3": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 28,
            "y": 30,
            "z": 30
        },
        "G3": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 28,
            "y": 21,
            "z": 30
        },
        "H3": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 28,
            "y": 12,
            "z": 30
        },
        "A4": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 37,
            "y": 75,
            "z": 30
        },
        "B4": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 37,
            "y": 66,
            "z": 30
        },
        "C4": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 37,
            "y": 57,
            "z": 30
        },
        "D4": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 37,
            "y": 48,
            "z": 30
        },
        "E4": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 37,
            "y": 39,
            "z": 30
        },
        "F4": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 37,
            "y": 30,
            "z": 30
        },
        "G4": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 37,
            "y": 21,
            "z": 30
        },
        "H4": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 37,
            "y": 12,
            "z": 30
        },
        "A5": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 46,
            "y": 75,
            "z": 30
        },
        "B5": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 46,
            "y": 66,
            "z": 30
        },
        "C5": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 46,
            "y": 57,
            "z": 30
        },
        "D5": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 46,
            "y": 48,
            "z": 30
        },
        "E5": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 46,
            "y": 39,
            "z": 30
        },
        "F5": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 46,
            "y": 30,
            "z": 30
        },
        "G5": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 46,
            "y": 21,
            "z": 30
        },
        "H5": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 46,
            "y": 12,
            "z": 30
        },
        "A6": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 55,
            "y": 75,
            "z": 30
        },
        "B6": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 55,
            "y": 66,
            "z": 30
        },
        "C6": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 55,
            "y": 57,
            "z": 30
        },
        "D6": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 55,
            "y": 48,
            "z": 30
        },
        "E6": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 55,
            "y": 39,
            "z": 30
        },
        "F6": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 55,
            "y": 30,
            "z": 30
        },
        "G6": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 55,
            "y": 21,
            "z": 30
        },
        "H6": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 55,
            "y": 12,
            "z": 30
        },
        "A7": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 64,
            "y": 75,
            "z": 30
        },
        "B7": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 64,
            "y": 66,
            "z": 30
        },
        "C7": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 64,
            "y": 57,
            "z": 30
        },
        "D7": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 64,
            "y": 48,
            "z": 30
        },
        "E7": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 64,
            "y": 39,
            "z": 30
        },
        "F7": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 64,
            "y": 30,
            "z": 30
        },
        "G7": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 64,
            "y": 21,
            "z": 30
        },
        "H7": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 64,
            "y": 12,
            "z": 30
        },
        "A8": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 73,
            "y": 75,
            "z": 30
        },
        "B8": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 73,
            "y": 66,
            "z": 30
        },
        "C8": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 73,
            "y": 57,
            "z": 30
        },
        "D8": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 73,
            "y": 48,
            "z": 30
        },
        "E8": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 73,
            "y": 39,
            "z": 30
        },
        "F8": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 73,
            "y": 30,
            "z": 30
        },
        "G8": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 73,
            "y": 21,
            "z": 30
        },
        "H8": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 73,
            "y": 12,
            "z": 30
        },
        "A9": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 82,
            "y": 75,
            "z": 30
        },
        "B9": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 82,
            "y": 66,
            "z": 30
        },
        "C9": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 82,
            "y": 57,
            "z": 30
        },
        "D9": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 82,
            "y": 48,
            "z": 30
        },
        "E9": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 82,
            "y": 39,
            "z": 30
        },
        "F9": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 82,
            "y": 30,
            "z": 30
        },
        "G9": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 82,
            "y": 21,
            "z": 30
        },
        "H9": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 82,
            "y": 12,
            "z": 30
        },
        "A10": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 91,
            "y": 75,
            "z": 30
        },
        "B10": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 91,
            "y": 66,
            "z": 30
        },
        "C10": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 91,
            "y": 57,
            "z": 30
        },
        "D10": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 91,
            "y": 48,
            "z": 30
        },
        "E10": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 91,
            "y": 39,
            "z": 30
        },
        "F10": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 91,
            "y": 30,
            "z": 30
        },
        "G10": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 91,
            "y": 21,
            "z": 30
        },
        "H10": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 91,
            "y": 12,
            "z": 30
        },
        "A11": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 100,
            "y": 75,
            "z": 30
        },
        "B11": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 100,
            "y": 66,
            "z": 30
        },
        "C11": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 100,
            "y": 57,
            "z": 30
        },
        "D11": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 100,
            "y": 48,
            "z": 30
        },
        "E11": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 100,
            "y": 39,
            "z": 30
        },
        "F11": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 100,
            "y": 30,
            "z": 30
        },
        "G11": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 100,
            "y": 21,
            "z": 30
        },
        "H11": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 100,
            "y": 12,
            "z": 30
        },
        "A12": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 109,
            "y": 75,
            "z": 30
        },
        "B12": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 109,
            "y": 66,
            "z": 30
        },
        "C12": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 109,
            "y": 57,
            "z": 30
        },
        "D12": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 109,
            "y": 48,
            "z": 30
        },
        "E12": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 109,
            "y": 39,
            "z": 30
        },
        "F12": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 109,
            "y": 30,
            "z": 30
        },
        "G12": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 109,
            "y": 21,
            "z": 30
        },
        "H12": {
            "depth": 20,
            "totalLiquidVolume": 200,
            "shape": "circular",
            "diameter": 8,
            "x": 109,
            "y": 12,
            "z": 30
        }
    },
    "groups": [
        {
            "metadata": {
                "wellBottomShape": "v"
            },
            "wells": [
                "A1",
                "B1",
                "C1",
                "D1",
                "E1",
                "F1",
                "G1",
                "H1",
                "A2",
                "B2",
                "C2",
                "D2",
                "E2",
                "F2",
                "G2",
                "H2",
                "A3",
                "B3",
                "C3",
                "D3",
                "E3",
                "F3",
                "G3",
                "H3",
                "A4",
                "B4",
                "C4",
                "D4",
                "E4",
                "F4",
                "G4",
                "H4",
                "A5",
                "B5",
                "C5",
                "D5",
                "E5",
                "F5",
                "G5",
                "H5",
                "A6",
                "B6",
                "C6",
                "D6",
                "E6",
                "F6",
                "G6",
                "H6",
                "A7",
                "B7",
                "C7",
                "D7",
                "E7",
                "F7",
                "G7",
                "H7",
                "A8",
                "B8",
                "C8",
                "D8",
                "E8",
                "F8",
                "G8",
                "H8",
                "A9",
                "B9",
                "C9",
                "D9",
                "E9",
                "F9",
                "G9",
                "H9",
                "A10",
                "B10",
                "C10",
                "D10",
                "E10",
                "F10",
                "G10",
                "H10",
                "A11",
                "B11",
                "C11",
                "D11",
                "E11",
                "F11",
                "G11",
                "H11",
                "A12",
                "B12",
                "C12",
                "D12",
                "E12",
                "F12",
                "G12",
                "H12"
            ]
        }
    ],
    "parameters": {
        "format": "irregular",
        "quirks": [],
        "isTiprack": false,
        "isMagneticModuleCompatible": false,
        "loadName": "test_96_wellplate_200ul"
    },
    "namespace": "custom_beta",
    "version": 1,
    "schemaVersion": 2,
    "cornerOffsetFromSlot": {
        "x": 0,
        "y": 0,
        "z": 0
    },
    "stackingOffsetWithModule": {
        "magneticBlockV1": {
            "x": 0,
            "y": 0,
            "z": -50
        }
    }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant