内科専門医 今日もマイクラ処方中

Minecraftの医学的有効性を検証中

MENU

アイアンゴーレムに乗れるようにする: (day263)

 

ridable

https://docs.microsoft.com/en-us/minecraft/creator/reference/content/entityreference/examples/entitycomponents/minecraftcomponent_rideable

両肩に2人乗ることが可能。

            "minecraft:rideable": {
              "seat_count": 2,
              "family_types": [],
              "seats": [{
                "position": [ 0.5, 1.8, 0 ],
                "lock_rider_rotation": 0
              },
              {
              "position": [ -0.5, 1.8, 0 ],
              "lock_rider_rotation": 0
              }
              ]
            }