Map Placer
  fun MapPlacer(    map: MapLayer,     spaceEngineers: SpaceEngineers,     floorPlacer: DataBlockPlacementInformation = DataBlockPlacementInformation(
        blockId = LargeHeavyBlockArmorBlock,
        orientations = listOf(Orientations()),
        color = null,
    ),     batchCallable: BatchCallable? = null)
Content copied to clipboard